Symantec logo

Using UNIX Commands on File Systems
Larger than One TB

Some UNIX commands may not work correctly on file systems larger than one terabyte.

The ustat command returns an EOVERFLOW error for VxFS files systems larger than one terabyte because the variable used to store file system size overflows.

See the ustat(2) manual page.

System administration utilities such as backup may not operate correctly if they are not large file aware (files larger than two gigabytes). Similarly, utilities that operate at the file system level must be large file aware to operate correctly on large file systems (file systems that are larger than one terabyte). Note also that you can have a large file system without creating the file system with the
mkfs -o largefiles option.

See the lfcompile(5) manual page.