You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: