summaryrefslogtreecommitdiffstats
path: root/configs/fstab
blob: 1a58d1f3984da4145d62e9ccb8792f50d3cd0720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 
# /etc/fstab: static file system information
#
# <file system>    <dir>         <type>    <options>          <dump> <pass>
none               /dev/pts      devpts    defaults            0      0
none               /dev/shm      tmpfs     defaults            0      0
/dev/sda2          /             ext2      defaults,noatime    0      1
/dev/sda1          /boot         ext2      defaults,noatime    0      2
#/dev/sdb1          /home         ext2      defaults,noatime    0      2
none               /tmp          tmpfs     defaults,size=256m  0      0

# we really should check this, but the device just doesn't exist at fsck time
/dev/sdb1          /mnt       ext2      defaults,noatime,noauto  0      0