commit 622dc712f8757b28eee77349d59bf3eb3d7953ef (tree)
parent f08c589852397cdea95091fb6df20a52a912c9dd
Author: Motiejus Jakštys <desired.mta@gmail.com>
Date: Mon, 13 Apr 2020 21:47:04 +0300
add fstab
Diffstat:
1 file changed, 16 insertions(+), 0 deletions(-)
diff --git a/root/mtpad/etc/fstab b/root/mtpad/etc/fstab
@@ -0,0 +1,16 @@
+# /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>
+/dev/mapper/nvme0n1p3_crypt / btrfs defaults,subvol=@ 0 1
+# /boot was on /dev/nvme0n1p2 during installation
+UUID=cb95c0cd-c3ed-4e27-a58b-5722e56db044 /boot ext4 defaults 0 2
+# /boot/efi was on /dev/nvme0n1p1 during installation
+UUID=E632-AA6B /boot/efi vfat umask=0077 0 1
+/dev/mapper/nvme0n1p3_crypt /home btrfs defaults,subvol=@home 0 2
+#/swapfile none swap sw 0 0
+
+motiejus@vno1.jakstys.lt:/bigdisk /mnt/rpi4b fuse.sshfs noauto,x-systemd.automount,_netdev,users,uid=1000,gid=1000,IdentityFile=/mnt/.ssh/id_ed25519,allow_other,reconnect 0 0