ntfs-3g icon indicating copy to clipboard operation
ntfs-3g copied to clipboard

NTFS-3G Safe Read/Write NTFS Driver

Results 61 ntfs-3g issues
Sort by recently updated
recently updated
newest added

when I use ntfs-3g in Android 12, and after plug an usb flash drive(whose file system is ntfs) into my board. the vold of Android will create a device node...

Hello, I downloaded ntfs-3g_ntfsprogs-2022.10.3.tgz extract it and run ./configure make ntfsprogs In my debian host I got some "warning: taking address of packed member of ‘struct ." All ntfsprogs are...

I was interested in using ntfsusermap on Windows but the current source wouldn't build on Cygwin. After some changes I got it to work. This PR just has fixes for...

Because I cannot **'download ntfsusermap.exe'**. Where in the world is that tool hidden? And it is driving me crazy. Training and teaching people things have been my excellent qualities. Where...

- include/ntfs-3g/ntfstime.h: fix struct timespec check - libntfs-3g/ioctl.c: guard use of syslog.h

large drives, over >2TB, in this case 18TB formatted with NTFS-3g89, have a problem in Linux, when used from USB3.0 havent tested SATA. dont know if the problem is Dolphin...

Hello, I'm using ntfs-3g (2022.10.3) on a Red Hat 9 server (5.14.0-362.13.1.el9_3.x86_64). **When I use one of the following commands** mount -t ntfs-3g -o uid=2262 /dev/sde2 /mnt/shared_vmdk/datalan.vmdk mount -t ntfs-3g...

The README build instructions specify using `./configure`, but the repo does not contain the `./configure` file. I have tried - `autoconf` error: configure.ac:36: error: possibly undefined macro: AM_INIT_AUTOMAKE If this...

a Few Days Ago I've Been Fiddling Quite a Bit With Cloning a NTFS Partition, From an Older (512B Sectors) To a Newer (4KB Sectors) SSD, To Preserve a 'Windows...

When using ntfscluster to show info about a file path, the opened inode handle is not closed. Simply changing https://github.com/tuxera/ntfs-3g/blob/75dcdc2cf37478fad6c0e3427403d198b554951d/ntfsprogs/ntfscluster.c#L538-L539 to ```c if (ino) result = dump_file(vol, ino); ntfs_inode_close(ino); ```...