This topic documents the filesystem differences between UnixWare 7 and its SCO UnixWare 2.X and SCO OpenServer Release 5 predecessors.
The recommended filesystem for UnixWare 7 is the Veritas Filesystem (VxFS). VxFS now supports filesystems up to 1TB in size. Files can be up to 1TB in length (2^40) and sparse files may be of apparent length up to 2^63 bytes in size. VxFS also supports UNIX95 filesystem semantics.
For a complete list of filesystem types supported by UnixWare 7, see the printed UnixWare 7 System Handbook or SCOhelp.
UnixWare 7 filesystems are configured for the first two disks on your system during initial system load (ISL), but can also be configured for additional disks later using diskadd(1M) or disksetup(1M).
For more information on adding and modifying filesystems after your system is installed, see the description of the Filesystem Manager in SCOhelp.
To migrate data on the primary hard drive from a SCO UnixWare 2.X system to UnixWare 7, you can either copy the data to a secondary hard disk or save the data to removable media, then restore the data after you install your new system.
To migrate data on the second hard drive, choose Do not modify
when configuring the second hard disk during ISL. When
you boot your system after installation, the system will recognize
the filesystem slices on the second disk and create the relevant nodes for
these filesystems. You can then use the Filesystem Manager to
add these filesystems into /etc/vfstab.
To migrate data from SCO OpenServer Release 5 to UnixWare 7:
To archive to cartridge tape:
find . -depth -print -follow | cpio -ocvdB -O /dev/rct0
If your archive spans multiple tapes, you may also need to specify the block and volume sizes. See the manual page for cpio(M) for more information.
When done creating the archive, skip to step 2.
To archive to a file which can be transferred over the network:
find . -depth -print -follow | cpio -ocvd > /tmp/name.cpio
name identifies this cpio archive; in this example it might be users.
From cartridge tape:
cpio -icdv -I /dev/rct0