Re: Largest Disk Partition
Mark Mayo <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.database |
|---|---|
| Message-ID | <[email protected]> |
I know the underlying VM system has been able to cross the 2TB barrier for quite some time, but can SCSI LUNs be bigger than 2TB now? -Mark On Tue, Mar 30, 2004 at 03:57:38PM -0800, Sean Chittenden wrote: > >What it the largest disk partition that FreeBSD can support? > > FreeBSD 5 uses UFS2 which uses signed 64bit sizes: > > irb(main):001:0> max = 2 ** 63 > => 9223372036854775808 bytes > irb(main):002:0> max /= 1024 > => 9007199254740992 kilobytes > irb(main):003:0> max /= 1024 > => 8796093022208 megabytes > irb(main):004:0> max /= 1024 > => 8589934592 gigabytes > irb(main):005:0> max /= 1024 > => 8388608 terabytes > irb(main):006:0> max /= 1024 > => 8192 petabytes > > It's bigger than any existing hardware can support. :) -sc > > -- > Sean Chittenden > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-database > To unsubscribe, send any mail to "[email protected]" -- Mark Mayo <[email protected]> http://www.vmunix.com/~mark PGP Fingerprint: 32BA C076 D78C 109B 2558 25E5 0CCE C6C1 262E 28AF Commitment, n.: Commitment can be illustrated by a breakfast of ham and eggs. The chicken was involved, the pig was committed. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-database To unsubscribe, send any mail to "[email protected]"