Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations) (download)
Mon Dec 13 22:52:07 2004 UTC (19 years, 4 months ago) by niro
File size: 590 byte(s)
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

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 *