From 8643c39ee4e53c20a47364662aabecae7e57a632 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 26 Mar 2025 22:04:51 -0700 Subject: [PATCH] Add pve2/etc/fstab --- pve2/etc/fstab | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pve2/etc/fstab diff --git a/pve2/etc/fstab b/pve2/etc/fstab new file mode 100644 index 0000000..80f77d4 --- /dev/null +++ b/pve2/etc/fstab @@ -0,0 +1,10 @@ +# +/dev/pve/root / ext4 errors=remount-ro 0 1 +UUID=E613-0F50 /boot/efi vfat defaults 0 1 +/dev/pve/swap none swap sw 0 0 +proc /proc proc defaults 0 0 +/dev/LVM-sdc/pbs /mnt/ssd/pbs ext4 defaults,nofail 0 0 +/dev/LVM-sdc/timemachine /mnt/ssd/timemachine ext4 defaults,nofail 0 0 +/dev/LVM-sdc/workspace /mnt/ssd/workspace ext4 defaults,nofail 0 0 +#cockpit-sdb:/mnt/sdb /mnt/sdb2 nfs defaults 0 0 +#pve:/mnt/sdb /mnt/sdb nfs defaults 0 0 \ No newline at end of file