Magellan Linux

Diff of /trunk/magellan-initscripts/etc/fstab

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 144 by niro, Sat Jul 2 19:55:20 2005 UTC revision 145 by niro, Sun Jul 3 21:29:23 2005 UTC
# Line 1  Line 1 
1  # /etc/fstab - static file system information  # /etc/fstab - static file system information
2  # $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 $
3    
4  # 'noatime' turns off atimes for increased performance (atimes normally aren't  # 'noatime' turns off atimes for increased performance (atimes normally aren't
5  # needed; 'notail' increases performance of ReiserFS (at the expense of storage  # needed; 'notail' increases performance of ReiserFS (at the expense of storage
# Line 22  Line 22 
22  /dev/cdrom /mnt/cdrom iso9660 noauto,ro,user 0 0  /dev/cdrom /mnt/cdrom iso9660 noauto,ro,user 0 0
23  /dev/fd0 /mnt/floppy auto noauto,rw,user 0 0  /dev/fd0 /mnt/floppy auto noauto,rw,user 0 0
24    
25  none /proc proc defaults 0 0  proc /proc proc defaults 0 0
26  none /dev/shm tmpfs defaults 0 0  shm /dev/shm tmpfs defaults 0 0
27    
28  # If you want to connect usb devices install sys-apps/hotplug and  # If you want to connect usb devices install sys-apps/hotplug and
29  # enable this line:  # enable this line:
30  #none /proc/bus/usb usbfs defaults 0 0  #usbfs /proc/bus/usb usbfs defaults 0 0

Legend:
Removed from v.144  
changed lines
  Added in v.145