Proxmox – Add external usb drive to LXC container – JSELEC
jselec.nlAug 27, 2018 · At the host system (Proxmox) – Check which device the drive has been given on the host. lsblk (in this case ‘sdg’, partition ‘sdg1’) – Add a mounting location mkdir /mnt/ext-usb – Install the ntfs-3g package apt-get update && apt-get install ntfs-3g – Mount the disk to the mountlocation mount -t ntfs-3g /dev/sdg1 /mnt/ext-usb
Proxmox – Add external usb drive to LXC container – JSELEC
https://jselec.nl/?p=396327.08.2018 · At the host system (Proxmox) – Check which device the drive has been given on the host. lsblk (in this case ‘sdg’, partition ‘sdg1’) – Add a mounting location mkdir /mnt/ext-usb – Install the ntfs-3g package apt-get update && apt-get install ntfs-3g – Mount the disk to the mountlocation mount -t ntfs-3g /dev/sdg1 /mnt/ext-usb