Adding USB drive to proxmox
I have a 2TB External SSD connected to my Proxmox host to use for storage.
Originally I tried running VMs from the drive but found there was a lot of I/O slowdown, so now it is used for storing backups, ISOs, and for the network storage drive connected to my Samba share.
Step 1 - Find Drive
Click shell at top left
fdisk -l
to list drives attached, USB drives should be listed towards the bottom
Step 2 - Make Mount Point
mkdir <math to mount point>
Step 3 - Mount drive to folder
mount /dev/<drive name> /<mount point path>
note: for ntfs drive
mount -t ntfs /dev/sdb1 /mnt/USB_Data
Step 4 - Add directory to proxmox
Datacenter -> Storage -> Add -> Directory
Give the drive a name and enter mount path






