Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 May 2003 20:01:09 +0100
From:      John Murphy <jfm@freebsd.polarhome.com>
To:        Qaz Man <qazzox@yahoo.com>
Cc:        questions@freebsd.org
Subject:   Re: Access problems
Message-ID:  <bvgncvg47eljfh5e1shbub9oekkp2b51n2@4ax.com>
In-Reply-To: <20030521111738.96644.qmail@web9704.mail.yahoo.com>
References:  <20030521111738.96644.qmail@web9704.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>Hello All,
>I have a 20 Gig hard drive ( Maxtor) where there are
>two partitions ( first 8 gigs has Win 98 and the rest
>has Freebsd 4.4).=20
>Initially when the freebsd was installed, it was done
>in a machine which I no longer have.
>I need to get access to the files in my freebsd
>partition. How can I do it?

I don't know of any MS-Windows program which can read
=46reeBSD file systems, but all is not lost.

>Its a dual boot and I can get access to the Win 98
>partition, by just plugging it into any machine..

If the FreeBSD kernel wasn't configured for specific hardware
then you will find that you can boot the OS and it will run.
Even if its default kernel crashes there may be a GENERIC
kernel lying around which you can use by pressing space during
the ten second countdown stage.  Then type the following:

unload
boot /kernel.GENERIC

also (if that doesn't work) try:

unload
boot /kernel.old

I'm presuming you still know the root (administrator) password.
If you don't then follow the instructions at:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/admin.html#FORGOT-RO=
OT-PW

Log in as root and make a directory such as /windows with:
mkdir /windows

Mount your windows partition (I'm presuming IDE drive) with:
mount_msdos /dev/ad0s1 /windows

You should at this stage be able to list the contents of the
windows partition with:
ls /windows

All you need to do now is find the files you need from the
=46reeBSD partition and copy them to somewhere on the windows partition.

Good luck
John.



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