Add pve2/etc/fstab

This commit is contained in:
2025-03-26 22:04:51 -07:00
parent 3c82196a4f
commit 8643c39ee4

10
pve2/etc/fstab Normal file
View File

@@ -0,0 +1,10 @@
# <file system> <mount point> <type> <options> <dump> <pass>
/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