Magellan Linux

Annotation of /trunk/mlivecdbuild/profiles/alx-0_7_branch/fstab

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2119 - (hide annotations) (download)
Wed May 15 12:06:33 2013 UTC (10 years, 11 months ago) by niro
File size: 934 byte(s)
-added alx-0.7 profile
1 niro 2119 # /etc/fstab - static file system information
2     # $Header: /home/cvsd/magellan-cvs/magellan-src/mlivecdbuild/profiles/global/fstab,v 1.1 2006-03-04 23:20:39 niro Exp $
3    
4     # '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    
17     # filesystem mount-point fs-type options dump/fsck-order
18     proc /proc proc defaults 0 0
19     shm /dev/shm tmpfs defaults 0 0
20    
21     LABEL=ALX-i486 /mnt/cdrom auto defaults,noauto 0 0