How to mount a FreeBSD-5.1 partition from FreeBSD-4.9

Nelis Lamprecht nelis at 8ball.co.za
Wed Jan 21 05:39:20 PST 2004


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:
> 
> root at cimborrio:/usr/home/jrh# mount /dev/ad0s3 /mnt/freebsd5.1
> (ERROR)mount: /dev/ad0s3 on /mnt/freebsd5.1: incorrect super block
> 
> root at cimborrio:/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."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: This is a digitally signed message part
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040121/e14f0217/attachment.bin


More information about the freebsd-questions mailing list