Mount Existing Drive to Proxmox

xfjune996

New Member
Jan 10, 2024
5
1
3
Hi,i am new Proxmox user

i had reinstall the proxmox system and now need to add the existing Drive to the Directory folder at Proxmox without wiping the drive

What should i need to do first?[ATTACH type="full"]64441[/ATTACH]
 

Attachments

  • Screenshot 2024-03-11 105516.png
    Screenshot 2024-03-11 105516.png
    12.5 KB · Views: 60
Remember that
Code:
mount block_device /mount/point
is not persistent. ie. on host reboot it will not be mounted

If you want to enable persistent mounting of the file system, remember to update the /etc/fstab file accordingly:
Code:
nano /etc/fstab