]> git.ipfire.org Git - thirdparty/util-linux.git/blob - Documentation/example.files/fstab
libfdisk: fix fdisk_script_get_table()
[thirdparty/util-linux.git] / Documentation / example.files / fstab
1 # /etc/fstab
2 # static file system information
3 #
4 # This file is not used by the kernel, but rather by mount(8) and umount(8)
5 # (and some day fsck(8)). Comment lines have "#" in the first column.
6 #
7 # For more information see fstab(5) man page.
8 #
9 # device directory type options freq pass
10 UUID=2cda1e08-1f22-490b-9101-c93d511bc9c9 / ext4 defaults 1 1
11 UUID=805e7418-fc20-4dcf-830c-729781e58d1a /boot ext4 defaults 1 2
12 proc /proc proc defaults 0 0
13 sysfs /sys sysfs defaults 0 0
14 tmpfs /dev/shm tmpfs defaults 0 0
15 devpts /dev/pts devpts gid=5,mode=620 0 0