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

# <file system> <dir> <type> <options> <dump> <pass>
/dev/vda3           	/         	ext4      	rw,relatime,errors=remount-ro	0 1

/dev/vda2           	/boot/efi 	vfat      	rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro	0 2

/swapfile none swap defaults 0 0