[SOLVED] Pass USB Device to LXC

Hey all, I'm trying to get this working - I'm looking to pass through an external USB drive to an LXC container. I've followed the steps above to create the script and refer to it in the rules, but my question is what do I need to do inside the LXC container to mount it? And is there anything that needs to be done regarding permissions to allow the LXC to read/write to/from the USB drive?
 
Mount the external drive on a location somewhere on the Proxmox host (as you would with regular GNU/Linux) and use a mountpoint to the location you chose to give the container access (but I don't think you can do this via the GUI). You can chown all files/directories of the external drive to the user inside the container (probably user ID 101000) from the Proxmox host.