You can transfer existing data on any system that supports tar to
Duix converting the file system to AdvFS.
Needs:
tar utility and Duix
UFS configuration
File system: /filter
AdvFS configuration
File system: /filter
Disk partition: /dev/rz26c
Mount directory: /filter
File domain: filt_domain
Fileset: filterConversion procedure:
/filter file system and
create a tar file on the default tape unit:
# tar c /filter
root on the target system.filt_domain file domain
# mkfset filt_domain filter
# mkdir /filter
# mount -t advfs filt_domain#filter /filter
/filter file system from
/dev/rmt0h (default tape) as follows:
# mt rewind
# tar x /filter
/etc/fstab and add the following line to mount /filter
as AdvFS
filt_domain#filter /filter advfs rw
filt_domain file domain now includes the converted file system
and is ready to use.