maharmstone/ntfs2btrfs

Can't delete `image/ntfs.img`

Closed this issue · 4 comments

Hello. I can't seem to delete image/ntfs.img on Windows because it's owned by SYSTEM and won't let me take ownership.

> sudo rm E:\image\ntfs.img
Remove-Item: Access to the path 'E:\image\ntfs.img' is denied.
> sudo takeown /F E:\image\ntfs.img
ERROR: Access is denied.

explorer_XjrfzQEmu3

I've even tried opening a CMD as SYSTEM and deleting it from there. Access denied...

I seem to remember that the image subvolume gets created readonly. Try toggling that flag first.

I didn't even know that was a subvolume. That worked. Thanks.

Also, you may want to update the README. Lol

Thanks, I have done: 8c67826