Re-adding storage drives to a new proxmox installation

You are not very good at EXACTLY following instructions. You changed the names (capitalization etc. from what I told you).
Lets see if everything looks the way it should.
Please show the output for the following:
Code:
cat /etc/fstab
ls /mnt
Did you see my results before? it was not mounting.
 
I saw everything. However you don't respond with the information I request.
I have nothing from helping you - so if you want my help respond with the info I request. Maybe then I can help you.
 
Did you see my results before? it was not mounting.
Code:
root@Proxve01:~# cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=ABA3-6DEC /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
UUID=c9ba9cd6-77cc-41b9-8252-703090260a65 /mnt/ISOIMAGES ext4 defaults 0 2
UUID=658682c9-6b76-44db-a31f-710b699b7503 /mnt/VM-STORAGE ext4 defaults 0 2
root@Proxve01:~#


root@Proxve01:~# ls /mnt
ISOIMAGES  VM-STORAGE
root@Proxve01:~#
 
Did you see my results before? it was not mounting.
I saw everything. However you don't respond with the information I request.
I have nothing from helping you - so if you want my help respond with the info I request. Maybe then I can help you.
Code:
root@Proxve01:~# cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=ABA3-6DEC /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
UUID=c9ba9cd6-77cc-41b9-8252-703090260a65 /mnt/ISOIMAGES ext4 defaults 0 2
UUID=658682c9-6b76-44db-a31f-710b699b7503 /mnt/VM-STORAGE ext4 defaults 0 2
root@Proxve01:~#


root@Proxve01:~# ls /mnt
ISOIMAGES  VM-STORAGE
root@Proxve01:~#
 
The non-mounting had nothing to do with the directory naming chosen.

Reboot your node (power off -power on) - then check above commands again.
 
The non-mounting had nothing to do with the directory naming chosen.

Reboot your node (power off -power on) - then check above commands again.
Code:
root@Proxve01:~# cat /etc/fstab
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/pve/root / ext4 errors=remount-ro 0 1
UUID=ABA3-6DEC /boot/efi vfat defaults 0 1
/dev/pve/swap none swap sw 0 0
proc /proc proc defaults 0 0
UUID=c9ba9cd6-77cc-41b9-8252-703090260a65 /mnt/ISOIMAGES ext4 defaults 0 2
UUID=658682c9-6b76-44db-a31f-710b699b7503 /mnt/VM-STORAGE ext4 defaults 0 2
root@Proxve01:~# ls /mnt
ISOIMAGES  VM-STORAGE
root@Proxve01:~#
 
Check output for:
Code:
ls /mnt/ISOIMAGES
ls /mnt/VM-STORAGE
Code:
root@Proxve01:~# ls /mnt
ISOIMAGES  VM-STORAGE
root@Proxve01:~# ls /mnt/ISOIMAGES
dump  images  lost+found  private  snippets  template
root@Proxve01:~# ls /mnt/VM-STORAGE
dump  images  lost+found  private  snippets  template
root@Proxve01:~#
 
Good. That above data appears to be from your attached drives.
Now go into GUI & setup 2 Directory Storages, using the SAME name ID: you had used in your ORIGINAL Proxmox instance for each one.
Use the Directory: /mnt/ISOIMAGES & /mnt/VM-STORAGE for each one correctly.
Choose the required Content: as it was before.
 
Good. That above data appears to be from your attached drives.
Now go into GUI & setup 2 Directory Storages, using the SAME name ID: you had used in your ORIGINAL Proxmox instance for each one.
Use the Directory: /mnt/ISOIMAGES & /mnt/VM-STORAGE for each one correctly.
Choose the required Content: as it was before.
Everything is there and I'm about to start restoring VM's. Thank you So MUCH for all your help. God Bless, I have learned much through all of this.
 
Good, seems like you are settled. Maybe tag prefix the thread-title with [SOLVED], (upper right hand corner under title).
 
Hello everybody. I have the same problem. Can someone help me? I have a home server with 3 HDD of 1TB each and 1 SSD of 1TB. I installed proxmox VE on the SSD and the system create two vololumes on it, local and local-lvm. I used the local-lvm for the VMs and LXCs storage. With the 3 HDD I made a ZFS RAIDZ and used all available 2TB of it for a specific VM . Now I installed a m.2 SSD of 512GB. I would like to install on this disk a new proxmox VE and then transfer (import?) the ZFS pool and the old SSD disk (mount?), without losing the VMs and LXCs storages. At the end I would like to have the 512GB SDD with only the system root and templates, the ZFS pool dedicate to a single VM that I alteady have created and the 1TB SSD split with two volumes, one for backup the 512GB SSD and one for storage media files. It's this possibile without losing data? Many thanks in Advance.
P.s. If someone will give me the commands I will post the layout of my disks.