Magellan Linux

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

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

revision 105 by niro, Mon Dec 13 22:52:07 2004 UTC revision 106 by niro, Fri Jul 1 18:19:04 2005 UTC
# Line 1  Line 1 
1  #noatime increases performace - turns off atime, which is normally not needed  # noatime increases performace - turns off atime, which is normally not needed
2  #if your boot-device is reiserfs, add notail to options  # if your boot-device is reiserfs, add notail to options
3    
4  #filesystem mount-point fs-type options dump/fsck-order  # filesystem mount-point fs-type options dump/fsck-order
5  /dev/BOOT /boot ext3 noauto,noatime 1 1  /dev/BOOT /boot ext3 noauto,noatime 1 1
6  /dev/ROOT / ext3 defaults 0 0  /dev/ROOT / ext3 defaults 0 0
7  /dev/SWAP swap swap pri=1 0 0  /dev/SWAP swap swap pri=1 0 0
# Line 12  Line 12 
12  none /proc proc defaults 0 0  none /proc proc defaults 0 0
13  none /dev/shm tmpfs defaults 0 0  none /dev/shm tmpfs defaults 0 0
14    
15  #if you want to connect usb devices install sys-apps/hotplug and  # if you want to connect usb devices install sys-apps/hotplug and
16  #enable this line:  # enable this line:
17  #none /proc/bus/usb usbfs defaults 0 0  #none /proc/bus/usb usbfs defaults 0 0

Legend:
Removed from v.105  
changed lines
  Added in v.106