ntfs-3g

  1. P

    NTFS driver issues with restores

    We are having an issue where some Windows Server backups will not show the File Restore correctly on some partitions This seems to be related to using the ntfs3 driver, as sometimes the partition will mount if you manually mount the backup using the ntfs driver explicitly you are able to...
  2. 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...
  3. 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...