--- branches/unlabeled-1.1.1/magellan-initscripts/etc/fstab 2004/12/13 22:52:07 2 +++ tags/init-0_6_0/etc/fstab 2011/05/27 18:52:31 1317 @@ -1,17 +1,23 @@ -#noatime increases performace - turns off atime, which is normally not needed -#if your boot-device is reiserfs, add notail to options +# /etc/fstab - static file system information +# $Id$ -#filesystem mount-point fs-type options dump/fsck-order -/dev/BOOT /boot ext3 noauto,noatime 1 1 -/dev/ROOT / ext3 defaults 0 0 -/dev/SWAP swap swap pri=1 0 0 +# 'noatime' turns off atimes for increased performance (atimes normally aren't +# needed; 'notail' increases performance of ReiserFS (at the expense of storage +# efficiency). It's safe to drop the noatime options if you want and to +# switch between notail / tail freely. +# +# When using a journalling file system, the 1 1 (dump/fsck-order) at the end +# of the line should be replaced with 0 0 because such a partition does not +# need to be dumped or checked. +# +# If your boot device is formated with reiserfs, add 'notail' to options. +# +# See the manpage fstab(5) for more information. -/dev/cdrom /mnt/cdrom iso9660 noauto,ro,user 0 0 -/dev/fd0 /mnt/floppy auto noauto,rw,user 0 0 +# filesystem mount-point fs-type options dump/fsck-order +/dev/BOOT /boot ext3 noauto,noatime 1 1 +/dev/ROOT / ext3 defaults 0 0 +/dev/SWAP swap swap pri=1 0 0 -none /proc proc defaults 0 0 -none /dev/shm tmpfs defaults 0 0 - -#if you want to connect usb devices install sys-apps/hotplug and -#enable this line: -#none /proc/bus/usb usbfs defaults 0 0 \ No newline at end of file +proc /proc proc defaults 0 0 +shm /dev/shm tmpfs defaults 0 0