File: fstab

package info (click to toggle)
util-linux 2.41-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 95,208 kB
  • sloc: ansic: 179,016; sh: 22,689; yacc: 1,284; makefile: 528; xml: 422; python: 316; lex: 89; ruby: 75; csh: 37; exp: 19; sed: 16; perl: 15; sql: 9
file content (15 lines) | stat: -rw-r--r-- 829 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# /etc/fstab
# static file system information
#
# This file is not used by the kernel, but rather by mount(8) and umount(8)
# (and some day fsck(8)).  Comment lines have "#" in the first column.
#
# For more information see fstab(5) man page.
#
# device                                  directory  type   options         freq pass
UUID=2cda1e08-1f22-490b-9101-c93d511bc9c9 /          ext4   defaults        1    1
UUID=805e7418-fc20-4dcf-830c-729781e58d1a /boot      ext4   defaults        1    2
proc                                      /proc      proc   defaults        0    0
sysfs                                     /sys       sysfs  defaults        0    0
tmpfs                                     /dev/shm   tmpfs  defaults        0    0
devpts                                    /dev/pts   devpts gid=5,mode=620  0    0