Hi. I can't mount ext4 partitions that i created on FreeBSD. I have 2 hard drives that both has one ext4 partition.
I can mount it with fuse-ext2 command but i can't list the mounted directory.
I did load fusefs module.
Code:
# mount -t ext2fs /dev/ada1p1 /mnt/
mount: /dev/ada1p1: Input/output error
Code:
# fuse-ext2 /dev/ada0p1 /mnt/
Mounting /dev/ada0p1 Read-Only.
# ls /mnt
ls: /mnt: Input/output error
I did load fusefs module.