Questions tagged [ntfs-3g]

ntfs-3g is a tool to configure NTFS file system.

The NTFS-3G driver is an open source, freely available NTFS driver for Linux with read and write support. It provides safe and fast handling of the Windows XP, Windows Server 2003 and Windows 2000 file systems. Most POSIX file system operations are supported, with the notable exception of file ownership and access right changes.

65 questions
2
votes
2 answers

Files from Windows with 'unsupported reparse point' on ubuntu

I'm trying to pass some files that I have on Windows to a HD. As I lost my Windows user password I'm recovering those files through an Ubuntu usb (20.04 focal). However, some files and folders were shared with OneDrive. When I copied those files to…
fbdummy
  • 21
1
vote
1 answer

Does the ntfs-3g driver still corrupt disks/files/folders?

As I said in the title, does the ntfs-3g driver still corrupt disks/files/folders on ntfs disks? I have heard a lot of people having problems with the driver. Is that still the case, or have the developers "fixed" the driver?
Speaker19
  • 11
  • 2
0
votes
1 answer

unable to run executable on mounted partition

I have an image mounted in the following way in fstab: /home/fbence/ee_modbox.img /home/fbence/mounted/modbox lowntfs-3g windows_names,ignore_case,umask=007,uid=fbence 0 0 In a specific folder on the mounted image I have the following files with…
fbence
  • 234