Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # <fs> <mountpoint> <type> <opts> <dump/pass>
- # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
- /dev/sda6 /boot ext2 noauto,noatime 1 2
- /dev/sda7 / reiserfs noatime 0 1
- /dev/sda5 none swap sw 0 0
- /dev/sda8 /home reiserfs exec,rw 0 1
- /dev/cdrom /mnt/cdrom auto noauto,ro 0 0
- #/dev/fd0 /mnt/floppy auto noauto 0 0
- # glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
- # POSIX shared memory (shm_open, shm_unlink).
- # (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
- # use almost no memory if not populated with files)
- shm /dev/shm tmpfs nodev,nosuid,noexec 0 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement