Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jan 2004 15:39:09 +0200
From:      Nelis Lamprecht <nelis@8ball.co.za>
To:        Juan Rodriguez Hervella <jfrherve@ing.uc3m.es>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: How to mount a FreeBSD-5.1 partition from FreeBSD-4.9
Message-ID:  <1074692348.95445.107.camel@enigma.8ball.co.za>
In-Reply-To: <200401211326.25459.jfrherve@ing.uc3m.es>
References:  <200401211326.25459.jfrherve@ing.uc3m.es>

next in thread | previous in thread | raw e-mail | index | archive | help

--=-witfImZFmJ4PRbzh2Yp8
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

On Wed, 2004-01-21 at 14:26, Juan Rodriguez Hervella wrote:
> Hello, please send the reply to myself cause Im not=20
> subscribe to the list
>=20
> I've got a FreeBSD-5.1 installation in /dev/ad0s3,
> but I usually run FreeBSD-4.9 from /dev/ad0s2.
>=20
> When I run:
>=20
> root@cimborrio:/usr/home/jrh# mount /dev/ad0s3 /mnt/freebsd5.1
> (ERROR)mount: /dev/ad0s3 on /mnt/freebsd5.1: incorrect super block
>=20
> root@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.

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

--=-witfImZFmJ4PRbzh2Yp8
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQBADoD8QfIMKiRMCrERAiYyAJ9mv8+hwLpPyPRdmFdcqnfEaHW3ywCfaFx9
/779M/hoknH8ZqlkCztPDao=
=Bt1L
-----END PGP SIGNATURE-----

--=-witfImZFmJ4PRbzh2Yp8--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1074692348.95445.107.camel>