RE: maximum size of ufs file system
From: Desmond Phoon (beastie_at_streamyx.com)
Date: 09/23/04
- Previous message: Daniel O'Connor: "Re: maximum size of ufs file system"
- In reply to: Etienne Ledoux: "Re: maximum size of ufs file system"
- Next in thread: Etienne Ledoux: "Re: maximum size of ufs file system"
- Reply: Etienne Ledoux: "Re: maximum size of ufs file system"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 23 Sep 2004 20:59:55 +0800 To: etiennel@datapro.co.za
I do not agreed that regular file size limit only up to 2Gb, I tried once
written a program to write to a file, which able to exceed 6Gb (of course I
stop it after that).
And I have checked struct stat in the include file /usr/include/sys/stat.h
and it shows the filesize is off_t (which is int64) in current
implementation, so I assume it is 2^63 size.
Please correct me if I'm wrong b'cos I would like to know this too.
Regards,
-----Original Message-----
From: owner-freebsd-stable@freebsd.org
[mailto:owner-freebsd-stable@freebsd.org] On Behalf Of Etienne Ledoux
Sent: Thursday, September 23, 2004 8:14 PM
To: freebsd-stable@freebsd.org
Subject: Re: maximum size of ufs file system
A UFS file system can be as large as 1 Tbyte (terabyte) and can have regular
files up to 2 Gbytes
On Thursday 23 September 2004 14:07, Anatoliy Dmytriyev wrote:
> Hello, everybody!
>
> Do you know somebody maximum size of ufs file system? (not ufs-2).
> 1 or 2 TB?
> I'm sorry but I did not find answer in man pages and handbook.
>
> Regards,
> Anatoliy Dmytriyev
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
- Previous message: Daniel O'Connor: "Re: maximum size of ufs file system"
- In reply to: Etienne Ledoux: "Re: maximum size of ufs file system"
- Next in thread: Etienne Ledoux: "Re: maximum size of ufs file system"
- Reply: Etienne Ledoux: "Re: maximum size of ufs file system"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|