Index Micro HowTos
index of all micro how-tos System Administration |
|
Wednesday, 07 March 2007 |
| | | | | Fstab fields | | | | | | | | | | | | | | Each line in /etc/fstab contains infomaton on one filesystem. For example, /dev/hda7 / ext3 defaults 0 0
There are 6 fields: - device name (e.g., /dev/hda)
- mount point
- filesysem type (ext2, reiser, iso9660, etc.)
- options (ro, noauto, user, usrquota)
- dump should backup this filesystem (0=no, 1=yes)
- fsck order on reboots (0=dont check, 1=root filesystem, 2=other filesystems)
| | | | | | | | | | | | | | |
|