On Thursday 06 November 2003 07:46, you wrote: > Can anyone please give me some advice as to how to read FreeBSD partitions > under Linux?
I did this during the weekend so I have it in fresh memory :) You have to add ufs filesystem support in the kernel. Under partition types you have to add PC BIOS->BSD disklabel support. Then just mount -r /dev/hd* -t ufs /mnt/bsd This is read only since write support isn't completed/stable. This worked for a FreeBSD4 partition. Regards, -- Anders Hasselqvist -- [EMAIL PROTECTED] mailing list
