Lorenzo Bodini
Lorenzo Bodini
> I'll try later converting the partition using the tool from windows, but sincerely I doubt it will change anything. No success, after executing `ntfs2btrfs.exe -h sha256 F:\` I get...
> Could you please paste the output from `fsutil fsinfo ntfsinfo` ``` NTFS Volume Serial Number : 0x0db5b26d1780c395 NTFS Version : 3.1 LFS Version : 2.0 Total Sectors : 34,462,975...
I think [this](https://github.com/maharmstone/ntfs2btrfs/blob/527e13b14a5c18da92245dac3338515b15486232/src/ntfs.cpp#L285) line is the problem: ```c++ unsigned int sector_size = 512; // FIXME - find from device ``` I'll let you know if it is the actual cause.
> I think [this](https://github.com/maharmstone/ntfs2btrfs/blob/527e13b14a5c18da92245dac3338515b15486232/src/ntfs.cpp#L285) line is the problem: > > ```c++ > unsigned int sector_size = 512; // FIXME - find from device > ``` > > I'll let you...
Any new clues on what the cause might be?
#503 should fix
I didn't know about this feature, and because I'm very interested in it, I can see if I find some clues
it still doens't fully work, if you run the tests it still fails: it can find the selected season 'cause they probably changed a bunch of aria-related things. i've already...
thanks, I'd do it myself, I just didn't want to make tons of pull requests for just one thing. but seeing the other guy is unresponsive i think it's a...
@CodeMastr3 the problem with the 50 episode limit is a web ui problem, already mentioned in #482 and strictly speaking it's unrelated. i don't know the history of the web...