Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot convert volume with dirty bit set. (Linux) #68

Closed
ShakalnyKot opened this issue Apr 2, 2023 · 1 comment
Closed

Cannot convert volume with dirty bit set. (Linux) #68

ShakalnyKot opened this issue Apr 2, 2023 · 1 comment

Comments

@ShakalnyKot
Copy link

$ sudo ntfs2btrfs /dev/sdc2
Using Zstd compression.
Using CRC32C for checksums.
Cannot convert volume with dirty bit set.
$

Meanwhile, seems like dirty bit is not set:

$ sudo mount /dev/sdc2 /windata_1/
$ echo "test" > /windata_1/test
$ cat /windata_1/test
test
$ rm /windata_1/test

(Linux mounts NTFS partition read-only if dirty bit is actually set)

I already done both ntfsfix and ntfsrecover but problem is not solved

@ShakalnyKot
Copy link
Author

Dirty bit is set:

$ sudo ntfsinfo -fm /dev/sdc2
WARNING: Dirty volume mount was forced by the 'force' mount option.
Volume Information 
        Name of device: /dev/sdc2
        Device state: 11
        Volume Name: 6jy7r5
        Volume State: 91
        Volume Flags: 0x0001 DIRTY
        Volume Version: 3.1
        Sector Size: 512
        Cluster Size: 4096
        Index Block Size: 4096
        Volume Size in Clusters: 122091781
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant