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)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.