#Music assistant in HA and usb
24 messages · Page 1 of 1 (latest)
Proxmox has USB hardware passthrough capability, but it might be easier if you just connect to the Home Assistant using smb and transfer the files. You can install the SMB integration using HACS
If you can, maybe put up a networkshare with your media on it, then have Home Assistant mount that share. That way, you have a single location with your media files
My HA is too low on space to import the files. So i choose USB solution. I forwarded the usb device as MediaUSB in proxmox to the "central"..
Now i forwarded the usb device in the virtual maschine..and reboot ha
But i can not see the usb names
I did lsusb in the command line of ha. It shows me 2 devices. But lsblk is not available/installed and mount shows nothing of value to me
In proxmox it is "usb1"
Not sure, if i need to enable some "disk" for the usb in proxmox additionally
I'm not that familiar with how proxmox forward the device to the VM. How are you running Home Assistant in proxmox, as a HAOS virtual machine or as a container?
I am not sure about that..how can i identify it ?
If you were running it as a container, you would know (because you'd have had to run the supervisor separately too). So moving forward with the assumption it is a vm, according to this, it should show up https://community.home-assistant.io/t/usb-passthrough-with-proxmox/408278
ooh, here's a better one https://smarthomescene.com/guides/how-to-passthrough-usb-devices-to-home-assistant-in-proxmox/
Ok, i can see the device in the HA console now.
How can i see the filesystem ?
(seems my console has no lsblk command)
I'm not sure if you directly access the file system in the same way. Go to the /config/storage page is see what it lists
Ah, I see. When it comes to Linux mounts and by-id, it's a bit outside my area of expertise. Just to make sure it's mentioned, have you reboot the HAOS machine since the new mount?
yep, that's the one I meant, just in case the mounts list is only read on startup (unusual, but can happen). You might also find some help on the hardware channel, but I'll stop bothering you with ineffective advice 😄
smile i am very thankfull ! It brought me some steps further and i appreciate any help !