summaryrefslogtreecommitdiff
path: root/etc/fstab
blob: da96a1a85ae0a7a7492fefefa49538a2d8adb449 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Static information about the filesystems.
# See fstab(5) for details.

# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda1 LABEL=Root
UUID=9b1c240a-4cee-4420-8e24-ff0f6f1baac9	/         	ext4      	rw,relatime,errors=remount-ro	0 1

# /dev/sdb1
UUID=ffca8da3-1ff7-4780-80a1-959f7409bd1b	/home     	ext4      	rw,relatime	0 2

/swapfile none swap defaults 0 0