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

wrong detection type of file system #42

Open
FeelUsM opened this issue Jul 9, 2023 · 1 comment
Open

wrong detection type of file system #42

FeelUsM opened this issue Jul 9, 2023 · 1 comment

Comments

@FeelUsM
Copy link

FeelUsM commented Jul 9, 2023

I format partition from linux with mkfs -v -t ext4 /dev/<xxx> from OpenSUSE linux.
But ext2fsd think that it is ext3 file system, and so it can't open it.

@jdieguez
Copy link

I had the same problem with Ubuntu 22.04.

After researching a bit, this was because of the 64bit feature being enabled. Disabling it will let ext2fsd recognize the partition correctly as ext4 and you'll be able to access the data.

Check issue #24 for the required steps.

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

2 participants