Giter VIP home page Giter VIP logo

Comments (9)

maharmstone avatar maharmstone commented on August 19, 2024

It's not an error. Anything in the \$Extend directory is skipped - it's just that the check to do so is after the check for the stream size. The message ought to be suppressed in this instance, really, and will be in later versions. You can ignore it.

The issue is that we map NTFS Alternative Data Streams onto Btrfs extended attributes, but the former can be any size while the latter are limited to just under 16 KB - which is a problem more in theory than practice.

from ntfs2btrfs.

KenJyn76 avatar KenJyn76 commented on August 19, 2024

Strange -- I assumed that was the error, since that was all that was thrown before ntfs2btrfs stopped working. Something does seem to be broken, though. It throws that message, prints "0.1%" to the next line and completely ends.

from ntfs2btrfs.

maharmstone avatar maharmstone commented on August 19, 2024

Oh, right - it must be crashing on something then. Can you post the full output here please?

from ntfs2btrfs.

KenJyn76 avatar KenJyn76 commented on August 19, 2024

PS C:\Users\user\Desktop> .\ntfs2btrfs.exe D:
Skipping overly large ADS $Extend$RmMetadata$Repair:$Corrupt (9216000 > 16215)
Skipping overly large ADS $Extend$RmMetadata$Repair:$Verify (4096000 > 16216)
Skipping overly large ADS $Extend$RmMetadata$TxfLog$Tops:$T (1048576 > 16221)
PS C:\Users\user\Desktop> (0.1%)

This is the full stdout that I get from PowerShell and bash, if run in Linux. CMD gives nothing at all.

from ntfs2btrfs.

sp1ritCS avatar sp1ritCS commented on August 19, 2024

I have the same issue, (or at least I believe so).

$ sudo ./ntfs2btrfs /dev/sda1

gives my following output

[sudo] password for admin: 
Skipping overly large ADS \$Extend\$RmMetadata\$Repair:$Corrupt (10485760 > 16215)
Skipping overly large ADS \$Extend\$RmMetadata\$Repair:$Verify (4194304 > 16216)
Skipping overly large ADS \$Extend\$RmMetadata\$TxfLog\$Tops:$T (1048576 > 16221)
Attribute not found.

after It returns with POSIX exitcode 1.

from ntfs2btrfs.

maharmstone avatar maharmstone commented on August 19, 2024

Could you give it a go on the latest version please?

from ntfs2btrfs.

KenJyn76 avatar KenJyn76 commented on August 19, 2024

Could you give it a go on the latest version please?

Tested a spare HDD and it seems to work fine. Before I couldn't get it to work anywhere. I'll test it on a drive with more data shortly.

from ntfs2btrfs.

KenJyn76 avatar KenJyn76 commented on August 19, 2024

Could you give it a go on the latest version please?

On the SSD I wanted to convert, I'm getting "Error assigning space to file. This can occur if the space bitmap has been corrupted. Run chkdsk and try again."

chkdsk doesn't find anything. Might be because the original was one disk and currently I'm trying to convert a RAID 0 array?

from ntfs2btrfs.

maharmstone avatar maharmstone commented on August 19, 2024

Is this still an issue on today's version?

from ntfs2btrfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.