LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   how can i mount a NETBSD partition in REDHAT8 or MDK9.1? (https://www.linuxquestions.org/questions/linux-software-2/how-can-i-mount-a-netbsd-partition-in-redhat8-or-mdk9-1-a-95356/)

kublador 09-21-2003 11:19 PM

how can i mount a NETBSD partition in REDHAT8 or MDK9.1?
 
how can i mount a NETBSD partition in REDHAT8 or MDK9.1?
please help..
thanks.

jailbait 09-22-2003 10:17 PM

First of all UFS support must be compiled into your kernel, which the default kernels in Red Hat and Mandrake probably do not have. If you have kernel support for UFS then the command is something like this pattern:

mount -t ufs /dev/hda6 /bsdpart

kublador 09-23-2003 01:02 PM

hmmm
i dont know how to recompile my kernel to support UFS
argh.....

php 09-23-2003 02:08 PM

for the hell of it, tr
modprobe ufs
as (root)

jailbait 09-23-2003 07:32 PM

"i dont know how to recompile my kernel to support UFS"

If the modprobe suggested by hackers_ shows that you do not have UFS support in your kernel then here is an explanation on how to compile a new kernel. It isn't easy the first time you do one.

http://www.tldp.org/HOWTO/Kernel-HOWTO/


All times are GMT -5. The time now is 01:11 AM.