maharmstone / ntfs2btrfs

GNU General Public License v2.0
678 stars 29 forks source link

ntfs2btrfs on windows doesn't print an explicit error when converting invalid disk drive #55

Closed 13xforever closed 1 year ago

13xforever commented 1 year ago

Running ntfs2btrfs u: (where u: doesn't exist) there's no user-visible error. It would be helpful to be explicit in interactive mode, as not everyone can see errorlevel code.

image

maharmstone commented 1 year ago

I'm a bit confused what's going on here - you're right that this is what happens with the binaries I uploaded, but when I recompile it it works as intended. It's not a bug in the code.

I've replaced the binaries with newly compiled ones (https://github.com/maharmstone/ntfs2btrfs/releases/download/20220812/ntfs2btrfs-20220812.zip). Does that work any better?

13xforever commented 1 year ago

yes, with updated binaries there's an error image