#AdamFindsBugs https://github.com/tuxera/ntfs-3g/issues/122

Does anyone know if there's a different version of ntfsprogs for #NTFS3?

mkfs.ntfs can't use HDIO_GETGEO on nbd devices · Issue #122 · tuxera/ntfs-3g

strace -eioctl mkfs.ntfs /dev/nbd0p1 ioctl(3, BLKROGET, [0]) = 0 ioctl(3, BLKSSZGET, [512]) = 0 ioctl(3, BLKBSZSET, [512]) = 0 ioctl(3, BLKGETSIZE64, [8388608]) = 0 ioctl(3, HDIO_GETGEO, 0x7fff8a9a...

GitHub