I'm trying to mount two old Linux HDDs after successfully installing FreeBSD with KDE as a DE.
This is what I have:
I have installed
What am I missing here?
This is what I have:
Code:
# gpart show
=> 40 488397088 nda0 GPT (233G)
40 532480 1 efi (260M)
532520 1024 2 freebsd-boot (512K)
533544 984 - free - (492K)
534528 4194304 3 freebsd-swap (2.0G)
4728832 483667968 4 freebsd-zfs (231G)
488396800 328 - free - (164K)
=> 63 1953525105 ada0 MBR (932G)
63 1985 - free - (993K)
2048 1953523120 1 linux-data (932G)
=> 63 1953525105 ada1 MBR (932G)
63 1985 - free - (993K)
2048 1953523120 1 linux-data (932G)
I have installed
fusefs, but it doesn't seem to do the trick:
Code:
# kldload fusefs
# kldload fusefs
kldload: can't load fusefs: module already loaded or in kernel
mount -t fusefs /usr/local/bin/fuse-ext4 /dev/ada0 /mnt/linux
What am I missing here?