On Tue, Sep 30, 2008 at 08:25:09PM -0400, Daniel Bruno wrote:
Hi Tru,
Hi Daniel,
please don't top post and trimm your replies in this mailing list (even if you use gmail ;) )
I installed rpmforge, dkms and dmks-ufs, how you can see below:
...
but I still can't mount the partition:
# mount -t ufs -o ro,ufstype=44bsd /dev/hdb1 /part mount: wrong fs type, bad option, bad superblock on /dev/hdb1, missing codepage or other error In some cases useful info is found in syslog - try dmesg | tail or so
in the dmes, show this error:
ufs_read_super: bad magic number
That probably means that your are targetting the wrong partition/slice of your BSD partition.
I can't guess your setup but you have probably a primary partition on the slave IDE drive and some BSD slices inside (a/b/c/...) hdb1 is the whole partition and probably not your BSD slice you want to mount... Depending on the other primary/extended partitions on hdb, you might need to try hdb{2...15}.
-> sfdisk -d /dev/hdb -> fdisk -l /dev/hdb -> grep hdb /var/log/messages
Cheers
Tru