>roland wrote: >> so, we have a 128bit fs, but only support for 1tb on 32bit? >> >> i`d call that a bug, isn`t it ? is there a bugid for this? ;) >> > >Not a ZFS bug. IIRC, the story goes something like this: a SMI >label only works to 1 TByte, so to use > 1 TByte, you need an >EFI label. For older x86 systems -- those which are 32-bit -- you >probably have a BIOS which does not handle EFI labels. This >will become increasingly irritating since 2 TByte disks are now >hitting the store shelves, but it doesn't belong in a ZFS category.
Slightly more complicated than that. 32 bit Solaris can use at most 2^31 as disk address; a disk block is 512bytes, so in total it can address 2^40 bytes. A SMI label found in Solaris 10 (update 8?) and OpenSolaris has been enhanced and can address 2TB but only on a 64 bit system. I'm not sure which system uses EFI. Casper _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss