Advertisement
Guest User

Untitled

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