October 2000
Intermediate to advanced
1152 pages
26h 41m
English
Listing 16.1 contains a complete /etc/exports >file for a server.
#
# /etc/exports for denon
#
# Share the home dirs:
/export/home technics(rw) pioneer(rw) vestax(rw)
atus(rw) rane(rw)
#
# Share local software
#
/export/usr/local technics(rw,no_root_squash)
vestax(rw,no_root_squash)
pioneer(rw,no_root_squash)
atus(rw,no_root_squash)
rane(rw,no_root_squash)
|
Listing 16.2 contains a complete /etc/fstab file for a client.
# # /etc/fstab for technics # /dev/hdb2 / ext2 defaults 1 1 /dev/hda8 /home ext2 defaults 1 2 /dev/hda7 swap swap defaults 0 0 /dev/fd0 /mnt/floppy ext2 noauto 0 0 /dev/cdrom /mnt/cdrom iso9660 ... |
Read now
Unlock full access