[Next] [Previous] [Up] [Top] [Contents] 
 19.1  Network Initialization
 19.1.7  File System Mounting, Digital UNIX
 Digital UNIX uses /etc/fstab with a format very similar to SunOS 4.X, except for swap space.  This  is referenced with an sw mount option and for multiple swap areas you can specify the priority, e.g.:
 /dev/rz0a       /          ufs rw 1 1
 /proc             /proc    procfs rw 0 0
 /dev/rz0g       /usr      ufs rw 1 2
 /dev/rz0b       swap1   ufs sw,pri=0 0 2
 /dev/rz1b       swap2   ufs sw,pri=1 0 2
 /dev/rz0h       /home   ufs rw 1 3
 file_server:/usr/local     /usr/local nfs rw,hard,bg,intr 0 0
Unix System Administration - 8 AUG 1996
[Next] [Previous] [Up] [Top] [Contents]