On Fri, May 31, 2002 at 11:37:46AM -0500, Henning, Brian wrote:
> Hello-
> Is it possible to mount freebsd ffs partitions (slices) from debian? If so
> can you point me to some documentations on how to do it?
> thanks,

Yes, you need BSD partition/disklabel support and UFS (ffs?) support in the
kernel. Then the slices will appear as partitions, e.g.:

May 29 09:04:53 monolith kernel: Partition check:
May 29 09:04:53 monolith kernel:  /dev/ide/host0/bus0/target0/lun0: p1
May 29 09:04:53 monolith kernel:  /dev/ide/host0/bus1/target0/lun0: p1
May 29 09:04:53 monolith kernel:  p1: <bsd: p5 p6 p7 p8 >
May 29 09:04:53 monolith kernel:  /dev/ide/host0/bus1/target1/lun0: p1 p2 p3

and then:

mount -t ufs -o ufstype=44bsd /dev/ide/hd/c0b1t0u0p5 /freebsd

SRH
-- 
Steve Haslam      http://www.arise.demon.co.uk/         [EMAIL PROTECTED]
Debian GNU/Linux Maintainer                               [EMAIL PROTECTED]
but I won't admit to needing you
I'll never say that's true, not to you                  [sister machine gun]

Attachment: pgp9uVhlMmRt3.pgp
Description: PGP signature

Reply via email to