Skip to main content

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

image.pngimage.png

fdisk -l

to list drives attached, USB drives should be listed towards the bottom

image.pngimage.png

 

Step 2 - Make Mount Point

mkdir <math to mount point>

image.pngimage.png

 

Step 3 - Mount drive to folder

mount /dev/<drive name> /<mount point path>

image.pngimage.png

note: for ntfs drive

mount -t ntfs /dev/sdb1 /mnt/USB_Data

Step 4 - Add directory to proxmox

Datacenter -> Storage -> Add -> Directory

image.pngimage.png

Give the drive a name and enter mount path

image.pngimage.png

image.pngimage.png