summaryrefslogtreecommitdiff
path: root/etc/fstab
blob: ef5615223c06e277a0bca094ad118f48cff670c9 (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=8ef50be9-1306-4b7d-87ca-94aa1a0ab35c	/         	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