-
Notifications
You must be signed in to change notification settings - Fork 225
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
Remounting BTRFS file system requires a reboot (after a successful dismount) #665
Comments
Now if I try to reformat it to NTFS, this fails too: saukrs@DESKTOP-O7JE7JE MSYS ~
$ format.com E: /q /fs:ntfs
The type of the file system is RAW.
The new file system is NTFS.
WARNING, ALL DATA ON NON-REMOVABLE DISK
DRIVE E: WILL BE LOST!
Proceed with Format (Y/N)? Y
QuickFormatting 227.3 GB
Volume label (32 characters, ENTER for none)? ntfs-vol
Creating file system structures.
Incorrect write at offset 0x0 for 0x20000 bytes but wrote 0x0 bytes.
Format failed.
Incorrect write at offset 0x3221225472 for 0x4000 bytes but wrote 0x0 bytes.
Incorrect write at offset 0x244047671296 for 0x1000 bytes but wrote 0x0 bytes.
Format failed. But that might already be an issue of Windows itself, not related to WinBtrfs. |
Now if I try dismounting + remounting Btrfs volume again, my w10 crashes with |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(everything CLI done from the elevated MSYS2 environment in this report)
I have a spare partition formatted to NTFS and mounted as
E:
.I can dismount it and then remount it successfully.
But if I format it to Btrfs ...
(please note the changed volume UUID)
.... this sequence breaks,
The result I see in File Explorer:
Looks like WinBtrfs doesn't receive / fails to handle some mounting request.
The text was updated successfully, but these errors were encountered: