| root@host2:~# cat /etc/fstab | |
| # /etc/fstab: static file system information. | |
| # | |
| # Use 'blkid' to print the universally unique identifier for a | |
| # device; this may be used with UUID= as a more robust way to name devices | |
| # that works even if disks are added and removed. See fstab(5). | |
| # | |
| # <file system> <mount point> <type> <options> <dump> <pass> | |
| # / was on /dev/vda3 during installation | |
| LABEL=/ / ext4 grpquota,rw,usrquota,relatime,errors=remount-ro,data=ordered 0 1 | |
| # swap was on /dev/vda2 during installation | |
| UUID=81ed422c-e7b3-4733-8285-080384604347 none swap sw 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment