> From owner-freebsd-questi...@freebsd.org Sat Jun 23 02:48:26 2012 > Date: Sat, 23 Jun 2012 12:17:13 +0430 > From: Hooman Fazaeli <hoomanfaza...@gmail.com> > To: Wojciech Puchar <woj...@wojtek.tensor.gdynia.pl> > Cc: FreeBSD Questions <freebsd-questions@freebsd.org> > Subject: Re: Is ZFS production ready? > > > I meant, is it now possible to have >2TB FS with UFS?
Of course not. UFS uses 32-bit numbers for block addresses. IMPOSSIBLE to reference more than 2^41 bytes. However, "UFS2" re-implemented the same disk structures using 64-bit numbers. Thus, it can reference 2^73 bytes in the same 'logical' method. Wojciech simply never lets inconvenient facts get in the way of his opinions about how everyone else should do everything. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"