how to create ufs filesystem more than 2tb in solaris?
|
|
You can only do this on 64bit Solaris systems. The Solaris 10 newfs manpage has the example below for creating a multi-terabyte UFS filesystem. It looks like the same should work on Solaris 9 8/03 or later. You should look here for information on support and limitations of mutli-terabyte UFS filesystems. There is an example here on the Oracle site that suggests that suggests they can be created directly.
|
||||
|
|
|
To address a partition that is bigger than 2TB, you'll have to use EFI disk labels (instead of SMI). Remember Solaris doesn't boot from EFI disks yet, so your boot disk must use SMI and it can't be bigger than 2TB for that reason. Additional disks attached to your server can use EFI just fine. Solaris 10 (newfs, ufsdump, etc) has been updated to handle >2TB file systems. Solaris 9 since update 8/03 also has support. |
|||
|
|

