Re: maximum size of ufs file system

From: Brooks Davis (brooks_at_one-eyed-alien.net)
Date: 09/23/04

  • Next message: Brooks Davis: "Re: upgrade questions 4.10 -> 5-stable"
    Date: Thu, 23 Sep 2004 11:24:00 -0700
    To: Etienne Ledoux <etienne@unix.za.org>
    
    
    

    On Thu, Sep 23, 2004 at 03:04:09PM +0200, Etienne Ledoux wrote:
    > you might be right. I just did a quick search on google about ufs filesystem
    > and copy/pasted my answer from some SUN documentation on ufs.

    The problem is that SysV didn't bump off_t to 64-bit. That limits you
    to 2GB files. BSD bit the bullet and fixed that problem long ago. IIRC
    the limits of UFS1 are 1TB per file system with 512k blocks (2^31 *
    512k) due to use of a signed value in some places. The file system
    limit should be close to 1TB.

    -- Brooks

    -- 
    Any statement of the form "X is the one, true Y" is FALSE.
    PGP fingerprint 655D 519C 26A7 82E7 2529  9BF0 5D8E 8BE9 F238 1AD4
    
    



  • Next message: Brooks Davis: "Re: upgrade questions 4.10 -> 5-stable"

    Relevant Pages

    • Re: ufs conversion
      ... > I have a big drive with ufs filesystem. ... There is no such file system. ... support UNIX-style permissions. ... seems to be pretty stable on FreeBSD (but according to the documentation it ...
      (comp.unix.bsd.freebsd.misc)
    • Re: maximum size of ufs file system
      ... I just did a quick search on google about ufs filesystem ... and copy/pasted my answer from some SUN documentation on ufs. ... > I do not agreed that regular file size limit only up to 2Gb, ... >> Regards, ...
      (freebsd-stable)