Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 106 - (show annotations) (download)
Fri Jul 1 18:19:04 2005 UTC (18 years, 10 months ago) by niro
File size: 595 byte(s)
removed whitespaces and typos

1 # 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 *