hi,



> 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
> ------------------------------------------------------------------

dmesg | grep hda

hda: 12596850 sectors (6450 MB) w/256KiB Cache, CHS=784/255/63, UDMA(66)
 hda: hda1 hda2 hda3 < hda5 hda6 > hda4
 hda2: <bsd: hda7 hda8 >
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
fdisk -l 

Disk /dev/hda: 255 heads, 63 sectors, 784 cylinders
Units = cylinders of 16065 * 512 bytes

   Device Boot    Start       End    Blocks   Id  System
/dev/hda1             1       157   1261071    b  Win95 FAT32
/dev/hda2           464       615   1220940   a5  BSD/386
/dev/hda3           158       463   2457945    5  Extended
/dev/hda4   *       616       784   1357492+  83  Linux
/dev/hda5           158       448   2337426    b  Win95 FAT32
/dev/hda6           449       463    120456    6  FAT16

the bsd partition has typically the 4 paritions however on my system i have only 2 the 
root and the swap. 

so the bsd slices will be shown with hdax where x will be the numbers starting after 
the final slice in the extended partition. 

so instead of 3 put in the appropriate number.

 debian:/mnt# mount -t ufs -o ufstype=44bsd /dev/hda3 /mnt/freebsd/
                                                    ^
hope this  helps

regards
harsha


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

Reply via email to