Dear All,
I am trying to mount NTFS disk in LXC on PVE 7.4-17 without success. When mount disk with FAT fs it is possible and works fine.
I am mounting it thru fstab in PVE:
/dev/nvme1n1 /mnt/pve/tb1 ntfs-3g auto,nofail,rw,default,x-systemd.device-timeout=400 0 0
and it has properly mounted...