Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.misc > #1240

Re: ext3 max file size?

From Loki Harfagr <l0k1@thedarkdesign.free.fr.INVALID>
Subject Re: ext3 max file size?
Newsgroups comp.os.linux.misc
References <4dd9aae5$0$23410$a729d347@news.telepac.pt> <3i3qa8xg99.ln2@news.homelinux.net> <4ddbd8ba$0$24146$a729d347@news.telepac.pt> <irgmp8$4jo$3@dont-email.me> <4ddbe185$0$24153$a729d347@news.telepac.pt>
Message-ID <pan.2011.05.24.21.46.41@thedarkdesign.free.fr.INVALID> (permalink)
Date 2011-05-24 21:46 +0000
Organization Guest of ProXad - France

Show all headers | View raw


Tue, 24 May 2011 17:49:11 +0100, Rui Maciel did cat :

> Aragorn wrote:
> 
>> It *does* vary from platform to platform.  There's no way around that.
> 
> Yes, but is there a way to know what are the file size limits of any
> given ext3 file system?  To put it differently, if you found yourself
> using any random computer which has access to an ext3 partition, is
> there a way to check what's the file size limit of that particular ext3
> file system?
> 
> 
> Rui Maciel

maybe a practical way, eat the pudding and fake a make until error brake?
example (untested):

$ dd if=/dev/zero of=/pathtomountfilesys/dumbig bs=256M count=1 seek=8192

$ dd if=/dev/zero of=/pathtomountfilesys/dumbig bs=128M count=1 seek=8192

$ dd if=/dev/zero of=/pathtomountfilesys/dumbig bs=32M count=1 seek=8192

Maybe chose a smaller block (that may speed up the actual writing but
would slow down the seek time) say:

$ dd if=/dev/zero of=/pathtomountfilesys/dumbig bs=1M count=1 seek=2222000

no time nor place here for a real test so if anyone around there
has a pinch off each he'll may report if that's practical or not ;-)

Back to comp.os.linux.misc | Previous | NextPrevious in thread | Find similar


Thread

ext3 max file size? Rui Maciel <rui.maciel@gmail.com> - 2011-05-23 01:31 +0100
  Re: ext3 max file size? Aragorn <aragorn@chatfactory.invalid> - 2011-05-23 03:26 +0200
    Re: ext3 max file size? Rui Maciel <rui.maciel@gmail.com> - 2011-05-24 16:56 +0100
  Re: ext3 max file size? Jon Solberg <news@jonsolberg.nospam.se> - 2011-05-23 06:55 +0000
  Re: ext3 max file size? Balwinder S Dheeman <bsd.SANSPAM@anu.homelinux.net> - 2011-05-23 18:50 +0530
    Re: ext3 max file size? Robert Heller <heller@deepsoft.com> - 2011-05-23 10:08 -0500
    Re: ext3 max file size? Rui Maciel <rui.maciel@gmail.com> - 2011-05-24 17:11 +0100
      Re: ext3 max file size? Aragorn <aragorn@chatfactory.invalid> - 2011-05-24 18:35 +0200
        Re: ext3 max file size? Rui Maciel <rui.maciel@gmail.com> - 2011-05-24 17:49 +0100
          Re: ext3 max file size? Robert Heller <heller@deepsoft.com> - 2011-05-24 12:18 -0500
            Re: ext3 max file size? Rui Maciel <rui.maciel@gmail.com> - 2011-05-24 18:31 +0100
          Re: ext3 max file size? Loki Harfagr <l0k1@thedarkdesign.free.fr.INVALID> - 2011-05-24 21:46 +0000

csiph-web