ntfs-3g

  1. T

    NTFS drive that I need to mount to get the data off

    The goal is to get my ntfs 6TB drive in fstab and mounted, pass it through to a VM, test some files and then get the data off. Once the data is off I want to reformat the drive in proxmox so it's not NTFS anymore and use it as a media drive. Im not knowledgable about mounting so i used a...
  2. J

    Mounting USB NTFS drive on host at start up, and sharing it with VMs

    I was able to mount an external USB drive (NTFS formatted) on proxmox host using: mount -t ntfs-3g /dev/sdb1 /mnt/pve/USBDrive (after installing ntfs-3g, looking up drive name, and creating mount point) I could then go into Data Centre -> Storage -> Add -> Directory and point to...