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

# <file system> <dir> <type> <options> <dump> <pass>
# /dev/mapper/root
UUID=2073de6a-b615-4ba8-b71b-5433cf9cbca1	/         	ext4      	rw,relatime	0 1

# /dev/sda1
UUID=e296d380-93d5-4e4a-a5b8-52e2bd52d26c	/boot     	ext4      	rw,relatime	0 2

# /dev/mapper/home
UUID=7d01dc7d-d269-4d41-a8aa-ef0ff2bf4f9c	/home     	ext4      	rw,relatime	0 2

/swapfile none swap defaults 0 0