Advertisement
Guest User

Untitled

a guest
Jan 31st, 2010
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
  2. /dev/sdb1 /boot ext2 noauto,noatime 1 2
  3. /dev/sdb3 / ext3 noatime 0 1
  4. /dev/sdb2 none swap sw 0 0
  5. #/dev/cdrom1 /mnt/cdrom auto noauto,ro,user 0 0
  6. /dev/sda1 /mnt/ntfs ntfs noauto,ro,user,noexec,umask=0000 0 0
  7. /dev/sdc2 /mnt/ipod vfat noauto,user,rw,async,nodev,nosuid,umask=0000,noexec 0 0
  8. /dev/usbkey /mnt/usb vfat noauto,user,rw,async,nodev,nosuid,umask=0000,noexec 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