
Untitled
By: a guest on
Jan 31st, 2010 | syntax:
None | size: 1.08 KB | hits: 23 | expires: Never
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sdb1 /boot ext2 noauto,noatime 1 2
/dev/sdb3 / ext3 noatime 0 1
/dev/sdb2 none swap sw 0 0
#/dev/cdrom1 /mnt/cdrom auto noauto,ro,user 0 0
/dev/sda1 /mnt/ntfs ntfs noauto,ro,user,noexec,umask=0000 0 0
/dev/sdc2 /mnt/ipod vfat noauto,user,rw,async,nodev,nosuid,umask=0000,noexec 0 0
/dev/usbkey /mnt/usb vfat noauto,user,rw,async,nodev,nosuid,umask=0000,noexec 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