Hi everyone. Unfortunately by hard drives no longer appear to be recognized by proxmox. I am able to see them within TrueNas. I am having issues with DIR01 and DIR 02
the storage.cfg is following
systemctl status mnt-pve-disc_images.mount is following
lsblk is following
/etc/fstab is the following:
the storage.cfg is following
Code:
root@pve0:~# cat /etc/pve/storage.cfg
dir: local
path /var/lib/vz
content iso,backup,vztmpl
lvmthin: local-lvm
thinpool data
vgname pve
content rootdir,images
dir: DIR01
path /mnt/pve/DIR01
content snippets,iso,rootdir,images,backup,vztmpl
is_mountpoint 1
nodes pve0
shared 0
dir: DIR02
path /mnt/pve/DIR02
content vztmpl,iso,snippets,rootdir,backup,images
is_mountpoint 1
nodes pve0
shared 0
systemctl status mnt-pve-disc_images.mount is following
Code:
Unit mnt-pve-disc_images.mount could not be found.
lsblk is following
Code:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 3.6T 0 disk
├─sda1 8:1 0 2G 0 part
└─sda2 8:2 0 3.6T 0 part
sdb 8:16 0 3.6T 0 disk
├─sdb1 8:17 0 2G 0 part
└─sdb2 8:18 0 3.6T 0 part
nvme0n1 259:0 0 931.5G 0 disk
├─nvme0n1p1 259:1 0 1007K 0 part
├─nvme0n1p2 259:2 0 1G 0 part
└─nvme0n1p3 259:3 0 930.5G 0 part
├─pve-swap 253:0 0 8G 0 lvm [SWAP]
├─pve-root 253:1 0 96G 0 lvm /
├─pve-data_tmeta 253:2 0 8.1G 0 lvm
│ └─pve-data-tpool 253:4 0 794.3G 0 lvm
│ ├─pve-data 253:5 0 794.3G 1 lvm
│ ├─pve-vm--101--disk--0 253:6 0 32G 0 lvm
│ ├─pve-vm--100--disk--0 253:7 0 100G 0 lvm
│ ├─pve-vm--200--disk--0 253:8 0 4M 0 lvm
│ └─pve-vm--200--disk--1 253:9 0 100G 0 lvm
└─pve-data_tdata 253:3 0 794.3G 0 lvm
└─pve-data-tpool 253:4 0 794.3G 0 lvm
├─pve-data 253:5 0 794.3G 1 lvm
├─pve-vm--101--disk--0 253:6 0 32G 0 lvm
├─pve-vm--100--disk--0 253:7 0 100G 0 lvm
├─pve-vm--200--disk--0 253:8 0 4M 0 lvm
└─pve-vm--200--disk--1 253:9 0 100G 0 lvm
/etc/fstab is the following:
Code:
root@pve0:~# cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
root@pve0:~#