Re: FileSystem Sizes

1997-11-28 Thread E.L. Meijer \(Eric\)
 
  If I remember (off the top) correctly, lseek() is/was the limiting factor on
  filesystem sizes...  At one time, this was 32bit, so max addressable
  filesystem size was 2GB.
  
  Has this changed?  i.e. what is the max ext2 filesystem size?
 
  It changed a long time ago. I used a 9 Gb partition without problems more
 than a year ago.

I think it is the file size that was limited to 2GB, not the partition
size.  I suppose this is still the case.

Eric Meijer

-- 
 E.L. Meijer ([EMAIL PROTECTED])  | tel. office +31 40 2472189
 Eindhoven Univ. of Technology | tel. lab.   +31 40 2475032
 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax+31 40 2455054


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: FileSystem Sizes

1997-11-27 Thread Nicolás Lichtmaier
 If I remember (off the top) correctly, lseek() is/was the limiting factor on
 filesystem sizes...  At one time, this was 32bit, so max addressable
 filesystem size was 2GB.
 
 Has this changed?  i.e. what is the max ext2 filesystem size?

 It changed a long time ago. I used a 9 Gb partition without problems more
than a year ago.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


FileSystem Sizes

1997-11-26 Thread Kevin Traas
If I remember (off the top) correctly, lseek() is/was the limiting factor on
filesystem sizes...  At one time, this was 32bit, so max addressable
filesystem size was 2GB.

Has this changed?  i.e. what is the max ext2 filesystem size?

Regards,
Kevin


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: FileSystem Sizes

1997-11-26 Thread Scott Ellis
On Wed, 26 Nov 1997, Kevin Traas wrote:

 If I remember (off the top) correctly, lseek() is/was the limiting factor on
 filesystem sizes...  At one time, this was 32bit, so max addressable
 filesystem size was 2GB.
 
 Has this changed?  i.e. what is the max ext2 filesystem size?

Yes, it's changed.  Max filesystem size is no longer limited (well, there
is a limit but you can't get a hard drive big enough to exceed it).  The
llseek() call was added to provide manipulation of larger files and
filesystems.

-- 
Scott K. Ellis [EMAIL PROTECTED] http://www.gate.net/~storm/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .