Provide buildd as separate Debian package buildd, use nail instead of mutt in buildd...
[grml-live.git] / etc / grml / fai / files / etc / fstab
1 # /etc/fstab - static file system information
2 # <filesystem> <mountpoint>   <type> <options>                             <dump> <pass>
3 proc           /proc          proc   rw,nosuid,nodev,noexec                 0      0
4 none           /proc/bus/usb  usbfs  defaults,noauto                        0      0
5 sysfs          /sys           sysfs  rw,nosuid,nodev,noexec                 0      0
6 devpts         /dev/pts       devpts noauto,mode=0622                       0      0
7 /dev/fd0       /mnt/floppy    auto   user,noauto,exec                       0      0
8 /dev/external  /mnt/external  auto   user,noauto,exec,rw,uid=USERNAME,gid=USERNAME 0      0
9 /dev/external1 /mnt/external1 auto   user,noauto,exec,rw,uid=USERNAME,gid=USERNAME 0      0
10 /dev/cdrom     /mnt/cdrom     auto   user,noauto,exec,ro                    0      0
11 /dev/dvd       /mnt/dvd       auto   user,noauto,exec,ro                    0      0
12 # some other examples:
13 # /dev/hda1      /Grml         ext3    dev,suid,user,noauto 0  2
14 # //1.2.3.4/pub  /smb/pub      smbfs   defaults,user,noauto,uid=grml,gid=grml 0 0
15 # linux:/pub     /beer         nfs     defaults             0  0
16 # tmpfs          /tmp          tmpfs   size=300M            0  0
17 # none           /proc/bus/usb usbfs   defaults,nodev,noexec,nosuid,noauto,devgid=1001,devmode=664 0 0
18 # 192.168.1.101:/backups /mnt/nfs nfs  defaults,user,wsize=8192,rsize=8192 0 0
19 #
20 # Warning! Please do *not* change any lines below because they are auto-generated by rebuildfstab!
21 # If you want to disable rebuildfstab set CONFIG_FSTAB='no' in /etc/grml/autoconfig!
22 # See 'man grml-rebuildfstab' for more details about the following entries.