This is a search engine friendly export of a TiddlyWiki. Please click here for the actual site.

FStab


# Ripped from my Gentoo system - Wikification messes up the formatting pretty badly. Will need to double-click to edit if you want to see it as intended.

# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs> <mountpoint> <type> <opts> <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda2 / reiserfs noatime,notail 0 1
/dev/sda1 none swap sw 0 0
/dev/sda3 /games reiserfs noatime,notail 0 0
/dev/cdrom /mnt/dvdr auto noauto,ro,user,exec 0 0
/dev/cdrom1 /mnt/dvd auto noauto,ro,user,exec 0 0
/dev/fd0 /mnt/floppy auto noauto 0 0
#/dev/sda5 /mnt/mandrake reiserfs noauto,noatime,notail 0 0
#/dev/sda6 /mnt/oldgentoo reiserfs noatime,notail 0 0
#/dev/sda7 /mnt/oldshare reiserfs noatime,notail 0 0
/dev/sdb1 /share reiserfs noatime,notail 0 0
/dev/sdc1 /backup/fat vfat noauto,user 0 0
/dev/sdc2 /backup reiserfs noauto,noatime,notail,user 0 0
/dev/sdd1 /mnt/flash vfat noauto,user 0 0
/dev/sde1 /mnt/card auto noauto,user 0 0

# Network shares
# No longer valid, but an example of a Samba mount
#//students.luther.edu/nemebe01 /mnt/h smbfs noauto,user,uid=501,gid=501,username=nemebe01 0 0
tuxtop:/var/www /mnt/www nfs defaults,rsize=8192,wsize=8192 0 0
tuxtop:/ /mnt/tuxtop nfs defaults,rsize=8192,wsize=8192 0 0

# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none /dev/shm tmpfs defaults 0 0