[SOLVED] USB passthrough failure when running from crontab

tonycav

Member
Oct 4, 2022
91
4
13
Hi, i have a strange problem

If I launch this code from CLI proxmox

Code:
qm set 105 -usb0 host=0bc2:61b6

the USB disk is successfully mounted in the VM

but if i run the same code from crontab the disk won't mount :mad::(

Thank you for your time
 
A user on another forum suggested adding a hold to the command and now it works great

Code:
30 12 * * 0-7 @reboot sleep 10; /sbin/qm set 105 -usb0 host=0bc2:61b6
 
  • Like
Reactions: Moayad