[Next] [Previous] [Up] [Top] [Contents]

19.1 Network Initialization

19.1.4 File System Mounting, SunOS 4.1.X

SunOS 4.1.X specifies the file systems to be mounted in the file /etc/fstab. For example a file server might have in /etc/fstab:

/dev/sd0a / 4.2 rw,nosuid 1 1

/dev/sd0f /var 4.2 rw 1 3

/dev/sd0g /usr 4.2 rw 1 2

/dev/sd0h /home 4.2 rw 1 4

/dev/sd1b /export/swap 4.2 rw,nosuid 1 5

/dev/sd1a /export/root 4.2 rw,nosuid 1 6

swap /tmp tmp rw 0 0

A diskless client might have in its /etc/fstab:

tardis:/export/root/blueagle / nfs rw 0 0

tardis:/export/exec/sun4.sunos.4.1.4 /usr nfs ro 0 0

tardis:/export/share/sunos.4.1.4 /usr/share nfs ro,soft,bg 0 0

tardis:/usr/local /usr/local nfs rw,hard,bg 0 0

tardis:/home/tardis /home/tardis nfs rw 0 0

tardis:/var/spool/mail /var/spool/mail nfs rw,noac 0 0

tardis:/export/exec/kvm/sun4c.sunos.4.1.4 /usr/kvm nfs ro 0 0

where the indicated keywords and a few other valid ones have the following meanings:

The last two numbers are the dump interval, in days, and the order in which fsck checks the disk.


Unix System Administration - 8 AUG 1996
[Next] [Previous] [Up] [Top] [Contents]