Magellan Linux

Annotation of /tags/init-0_6_0/etc/fstab

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (hide annotations) (download)
Mon Dec 13 22:52:07 2004 UTC (19 years, 5 months ago) by niro
Original Path: branches/unlabeled-1.1.1/magellan-initscripts/etc/fstab
File size: 590 byte(s)
imported.

1 niro 2 #noatime increases performace - turns off atime, which is normally not needed
2     #if your boot-device is reiserfs, add notail to options
3    
4     #filesystem mount-point fs-type options dump/fsck-order
5     /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     #if you want to connect usb devices install sys-apps/hotplug and
16     #enable this line:
17     #none /proc/bus/usb usbfs defaults 0 0

Properties

Name Value
svn:executable *