New 6.1 install on previous pve hardware - backup drive mount missing

9ann0n

Member
Apr 6, 2017
4
0
21
42
Was installing 6.1 on some harware that had some previous VMs in an old cluster. Wanted to start fresh so I backuped up the VMs and did a clearn 6.1 install.

After installing I can't get to my backup on a second drive. I'm not the most knowledgeable in linux. My backup sare on sdb. How do I access the abckups on this drive?

1577993969627.png
 
mkdir /mnt/backups
mount /dev/sdb /mnt/backups

If the above fails then try /dev/sdb1 however from your output looks like the filesystem is on the root disk and not on a partition.