[SOLVED - FreeBSD] cannot mount ext4 partition - BSD
Users browsing this thread: 3 Guest(s)
|
|||
I have a 238.4 GB SAMSUNG HD251HJ ATA-7 SATA2 hard disk which I used as a home partition for my Linux installation. Yesterday I migrated to FreeBSD and I have not been able to recover my data since. I have tried to mount the filesystem, but I keep getting an error. Here's a transcript of my terminal session:
Code: $ gpart show Please help me mount /dev/ada1s1, thanks in advance :) |
|||
|
|||
There is limited read only support for ext4 filesystems.
You can mount them by: ``# mount -t ext2fs -o ro /dev/name /mountpoint`` |
|||
|
|||
Since when BSD is able to mount ext4?
|
|||
|
|||
You can but in read only mode.
|
|||
|
|||
Code: > sudo mount -t ext2fs -o ro /dev/ada1s1 /mnt Thanks for your answers, but it didn't work. :( |
|||
|
|||
I thought it worked with ext2 in r/w and ext3 in r only.
theconjuring, you can still mount it with a rescue disk. |
|||
|
|||
|
|||
Oops, I confused ext4 for ext3, sorry.
|
|||
|
|||
"rescue disk", I don't have one. I downloaded ttylinux (65 MB) and tried to dd it to an USB, but it doesn't just work. :/
Code: $ sudo dd if=ttylinux-pc_i686-16.1.iso of=/dev/da0 Doesn't boot. :/ |
|||
|
|||
Slitaz is also a solution and it comes with a GUI already installed (openbox).
|
|||
|
|||
Installed ext4fuse and ntfs-3g and I can read ext4 partitions. I can write on NTFS partitions, too.
Thank you, guys, problem solved. |
|||
|
|||
Great, instead of putting <solved>, could you use [solved] for the future posts? Thanks
|
|||
|
|||