USB Storage Drive - Need to be able to mount / access it

NE78

Member
Aug 2, 2022
39
5
13
I have Proxmox running the latest version with a USB drive attached. I have a VM running Ubuntu Server and is my docker server. I have a docker container that runs Emby and I want Emby to be able to access files on that USB drive.

USB drive currently has videos on it. I made it only available to the VM:
Code:
qm set 100 -usb0 host=1058:2628,usb3=yes

Shutdown and turned on the VM. I can't seem to browse it...
Code:
root@portainer:/media# lsblk
NAME                      MAJ:MIN RM  SIZE RO TYPE MOUNTPOINTS
loop0                       7:0    0 63.9M  1 loop /snap/core20/2318
loop1                       7:1    0 63.7M  1 loop /snap/core20/2434
loop2                       7:2    0   87M  1 loop /snap/lxd/29351
loop3                       7:3    0 89.4M  1 loop /snap/lxd/31333
loop4                       7:4    0 38.8M  1 loop /snap/snapd/21759
loop5                       7:5    0 44.3M  1 loop /snap/snapd/23258
sda                         8:0    0  100G  0 disk
├─sda1                      8:1    0    1M  0 part
├─sda2                      8:2    0    2G  0 part /boot
└─sda3                      8:3    0   98G  0 part
  └─ubuntu--vg-ubuntu--lv 252:0    0   49G  0 lvm  /
sdb                         8:16   0  3.6T  0 disk
├─sdb1                      8:17   0    2G  0 part
└─sdb2                      8:18   0  3.6T  0 part
I think sdb is the drive, it's about the right size.