--- trunk/magellan-initscripts/etc/fstab 2005/07/02 19:55:20 131 +++ trunk/magellan-initscripts/etc/fstab 2005/07/03 21:29:23 145 @@ -1,5 +1,5 @@ # /etc/fstab - static file system information -# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/fstab,v 1.3 2005-07-02 19:55:20 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/fstab,v 1.4 2005-07-03 21:29:23 niro Exp $ # 'noatime' turns off atimes for increased performance (atimes normally aren't # needed; 'notail' increases performance of ReiserFS (at the expense of storage @@ -22,9 +22,9 @@ /dev/cdrom /mnt/cdrom iso9660 noauto,ro,user 0 0 /dev/fd0 /mnt/floppy auto noauto,rw,user 0 0 -none /proc proc defaults 0 0 -none /dev/shm tmpfs defaults 0 0 +proc /proc proc defaults 0 0 +shm /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 +#usbfs /proc/bus/usb usbfs defaults 0 0