Magellan Linux

Diff of /trunk/initscripts/common/etc/fstab

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

trunk/magellan-initscripts/etc/fstab revision 375 by niro, Fri May 5 15:17:50 2006 UTC trunk/initscripts/common/etc/fstab revision 2032 by niro, Thu Jan 24 14:49:24 2013 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.5 2006-05-05 15:17:50 niro Exp $  # $Id$
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 15  Line 15 
15  # See the manpage fstab(5) for more information.  # See the manpage fstab(5) for more information.
16    
17  # filesystem mount-point fs-type options dump/fsck-order  # filesystem mount-point fs-type options dump/fsck-order
18  /dev/BOOT /boot ext3 noauto,noatime 1 1  /dev/BOOT /boot ext4 defaults,noatime 1 1
19  /dev/ROOT / ext3 defaults 0 0  /dev/ROOT / ext4 defaults,noatime 0 0
20  /dev/SWAP swap swap pri=1 0 0  /dev/SWAP swap swap pri=1 0 0
21    
 /dev/cdrom /mnt/cdrom auto noauto,ro,user 0 0  
 /dev/fd0 /mnt/floppy auto noauto,rw,user 0 0  
   
22  proc /proc proc defaults 0 0  proc /proc proc defaults 0 0
23  shm /dev/shm tmpfs 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:  
 #usbfs /proc/bus/usb usbfs defaults 0 0  

Legend:
Removed from v.375  
changed lines
  Added in v.2032