summaryrefslogtreecommitdiff
path: root/etc/fstab
blob: a3aa1b423920cd7c5cb75ca228484321d13fba1d (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=ed61e67e-7605-4383-ac16-fe54ee2ede87	/         	ext4      	rw,relatime,errors=remount-ro	0 1

# /dev/sdb1
UUID=57bd9dcd-6024-4e7e-a5c7-811269c13078	/home     	ext4      	rw,relatime	0 2

/swapfile none swap defaults 0 0