On Wed, 2004-01-21 at 14:26, Juan Rodriguez Hervella wrote:
> Hello, please send the reply to myself cause Im not 
> subscribe to the list
> 
> I've got a FreeBSD-5.1 installation in /dev/ad0s3,
> but I usually run FreeBSD-4.9 from /dev/ad0s2.
> 
> When I run:
> 
> [EMAIL PROTECTED]:/usr/home/jrh# mount /dev/ad0s3 /mnt/freebsd5.1
> (ERROR)mount: /dev/ad0s3 on /mnt/freebsd5.1: incorrect super block
> 
> [EMAIL PROTECTED]:/usr/home/jrh# mount /dev/ad0s3a /mnt/freebsd5.1
> (ERROR)mount: /dev/ad0s3a: No such file or directory

try creating the device files first:

sh /dev/MAKEDEV ad0s3

then mount -t ufs /dev/ad0s3a /mnt/freebsd5.1 ..for access to root or
mount -t ufs /dev/ad0s3f /mnt/freebsd5.1 ..for access to /usr

you may or may not need to specify the type of file system as above.

-- 
Nelis Lamprecht
PGP: http://www.8ball.co.za/pgp/nelis.key
"Unix IS user friendly.. It's just selective about who its friends are."

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to