LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   can someone help me how to mount a NETBSD partition? i tried but it says.. (https://www.linuxquestions.org/questions/linux-software-2/can-someone-help-me-how-to-mount-a-netbsd-partition-i-tried-but-it-says-95029/)

kublador 09-21-2003 12:24 AM

can someone help me how to mount a NETBSD partition? i tried but it says..
 
i installed the latest netbsd on another partition but i didnt installed a bootloader..
i reboot the system and i am in redhat 8..
i tried to mount the NETBSD partition and it says:

[root@morgan root]# mount /dev/hda3 /mnt/bsd -t ufstype=44bsd
mount: fs type ufstype=44bsd not supported by kernel


can someone help me?
thank you very much!

MasterC 09-21-2003 01:26 AM

Well, not to sound like a jerk, but the message is fairly clear, you don't have support for that filesystem from within your kernel. You can either rebuild your kernel and include support, PRAY that it just needs to be loaded:
modprobe ufs
Or maybe try some other filesystem options in the mount command:
ufs=44BSD
ufs

And finally:
http://www.tux.org/pub/people/kent-r...looplinux/rip/

Cool


All times are GMT -5. The time now is 06:32 PM.