home *** CD-ROM | disk | FTP | other *** search
- # /etc/fstab
- # static file system information, see fstab(5)
- #
- # This file is not used by the kernel, but rather by mount(8), umount(8),
- # swapon(8) and swapoff(8). (Some day fsck(8) will also use this file).
- #
- # Since entries in this file are processed sequentially, file systems must
- # appear after the file systems they are mounted on (/usr before /usr/spool).
- #
- # device directory type options freq pass
-
- /dev/hda1 / ext2 defaults
- /proc /proc proc defaults
- #/dev/hda2 /usr ext2 defaults,ro
- #/dev/hda3 /usr/X11R6 ext2 defaults,ro
- #/dev/hdb2 /tmp ext2 defaults
-
- #/dev/hdb5 /mount/dose msdos defaults
-
- # swap partitions
- #/dev/hdb4 none swap sw
-
- # user mountable devices
- #/dev/cdrom /cdrom iso9660 noauto,ro,user
- #/dev/fd0 /floppy msdos noauto,user
-