Arun Sharma saw fit to inform me that: 
>On Fri, Jun 08, 2001 at 09:38:44PM +0000, Rajesh Fowkar wrote:
>> Hi,
>> 
>> If I try to mount my freebsd partition under linux I get the following :
>> 
>> ------------------------------------------------------------------
>> debian:/mnt# mount -t ufs -o ufstype=44bsd /dev/hda3 /mnt/freebsd/
>> mount: wrong fs type, bad option, bad superblock on /dev/hda3,
>>        or too many mounted file systems
>
>See:
>
>http://www.linuxdoc.org/HOWTO/mini/Linux+FreeBSD-5.html#ss5.1
>

I tried the following :

---------------------------------------------------------------------------
debian:~# dmesg | grep hda
Kernel command line: root=/dev/hda2 vga=5 mem=130048K
    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:pio
hda: ST317221A, ATA DISK drive
hda: 33683328 sectors (17246 MB) w/512KiB Cache, CHS=2096/255/63
 hda: hda1 hda2 hda3 hda4 < hda5 hda6 hda7 hda8 hda9 >
 hda3: <bsd: hda10 hda11 hda12 hda13 >
debian:~# 
---------------------------------------------------------------------------

ufs kernel module is loaded.
---------------------------------------------------------------------------
debian:~# lsmod
Module                  Size  Used by
ufs                    51024   0 
lp                      4896   0  (autoclean)
ide-cd                 25904   0 
cdrom                  26880   0  [ide-cd]
es1371                 25648   1 
ac97_codec              8528   0  [es1371]
sound                  54576   0  (unused)
soundcore               3728   6  [es1371 sound]
i810                   72144   1 
loop                    7872   0  (unused)
---------------------------------------------------------------------------


Now if I do the following I get error :

---------------------------------------------------------------------------
debian:~# mount -t ufs -o ufsinfo=44bsd /dev/hda10 /mnt/freebsd/
mount: wrong fs type, bad option, bad superblock on /dev/hda10,
       or too many mounted file systems

debian:~# mount -t ufs -o ufsinfo=44bsd /dev/hda11 /mnt/freebsd/
mount: wrong fs type, bad option, bad superblock on /dev/hda11,
       or too many mounted file systems
---------------------------------------------------------------------------
I tried with all hda10, hda11, hda12, hda13 ( slices of freebsd ).

Am I missing anything ? Why my freebsd partition is not getting mounted on Linux ?

Thanks for all the help.

Warm Regards



-- 
------------------------------------------------------------------------------
Rajesh Fowkar                       [EMAIL PROTECTED]
Kurtarkar Nagari,Bldg-C,T4,         http://rajesh.computers.webjump.com
Santacruz,Ponda-Goa-403401-INDIA    Powered By : Debian GNU/Linux (Potato)
                                                 Kernel 2.4.5 & Mutt 1.3.15i
                                                 IceWM 1.0.8-6  & KDE 2.1
"The expert at anything was once a beginner."  -Hayes 
------------------------------------------------------------------------------

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to