Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 516 - (hide annotations) (download)
Fri Aug 17 22:10:47 2007 UTC (16 years, 8 months ago) by niro
Original Path: trunk/magellan-initscripts/etc/fstab
File size: 1083 byte(s)
-we are automounting usbfs now, so the fstab entry is unnecessary

1 niro 131 # /etc/fstab - static file system information
2 niro 516 # $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/fstab,v 1.6 2007-08-17 22:10:47 niro Exp $
3 niro 2
4 niro 131 # 'noatime' turns off atimes for increased performance (atimes normally aren't
5     # needed; 'notail' increases performance of ReiserFS (at the expense of storage
6     # efficiency). It's safe to drop the noatime options if you want and to
7     # switch between notail / tail freely.
8     #
9     # When using a journalling file system, the 1 1 (dump/fsck-order) at the end
10     # of the line should be replaced with 0 0 because such a partition does not
11     # need to be dumped or checked.
12     #
13     # If your boot device is formated with reiserfs, add 'notail' to options.
14     #
15     # See the manpage fstab(5) for more information.
16 niro 2
17 niro 131 # filesystem mount-point fs-type options dump/fsck-order
18     /dev/BOOT /boot ext3 noauto,noatime 1 1
19     /dev/ROOT / ext3 defaults 0 0
20     /dev/SWAP swap swap pri=1 0 0
21 niro 2
22 niro 375 /dev/cdrom /mnt/cdrom auto noauto,ro,user 0 0
23 niro 131 /dev/fd0 /mnt/floppy auto noauto,rw,user 0 0
24 niro 2
25 niro 145 proc /proc proc defaults 0 0
26     shm /dev/shm tmpfs defaults 0 0

Properties

Name Value
svn:executable *