Magellan Linux

Annotation of /trunk/initscripts/common/etc/fstab

Parent Directory Parent Directory | Revision Log Revision Log


Revision 106 - (hide annotations) (download)
Fri Jul 1 18:19:04 2005 UTC (18 years, 10 months ago) by niro
Original Path: trunk/magellan-initscripts/etc/fstab
File size: 595 byte(s)
removed whitespaces and typos

1 niro 106 # noatime increases performace - turns off atime, which is normally not needed
2     # if your boot-device is reiserfs, add notail to options
3 niro 2
4 niro 106 # filesystem mount-point fs-type options dump/fsck-order
5 niro 2 /dev/BOOT /boot ext3 noauto,noatime 1 1
6     /dev/ROOT / ext3 defaults 0 0
7     /dev/SWAP swap swap pri=1 0 0
8    
9     /dev/cdrom /mnt/cdrom iso9660 noauto,ro,user 0 0
10     /dev/fd0 /mnt/floppy auto noauto,rw,user 0 0
11    
12     none /proc proc defaults 0 0
13     none /dev/shm tmpfs defaults 0 0
14    
15 niro 106 # if you want to connect usb devices install sys-apps/hotplug and
16     # enable this line:
17 niro 2 #none /proc/bus/usb usbfs defaults 0 0

Properties

Name Value
svn:executable *