Re: Access problems

From: John Murphy (jfm_at_freebsd.polarhome.com)
Date: 05/21/03

  • Next message: Bill Moran: "Re: Upgrading stable behind a proxy"
    To: Qaz Man <qazzox@yahoo.com>
    Date: Wed, 21 May 2003 20:01:09 +0100
    
    

    >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).
    >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
    FreeBSD 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-ROOT-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
    FreeBSD partition and copy them to somewhere on the windows partition.

    Good luck
    John.
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Bill Moran: "Re: Upgrading stable behind a proxy"

    Relevant Pages

    • Re: Diskless PXEboot crashes at kernel loading.
      ... with the FreeBSD server and the Compaq HP client PC ... gets the kernel from the server. ... starts from BIOS boot up again. ...
      (freebsd-questions)
    • Re: Diskless PXEboot crashes at kernel loading.
      ... with the FreeBSD server and the Compaq HP client PC ... gets the kernel from the server. ... starts from BIOS boot up again. ...
      (freebsd-stable)
    • Re: boot failed after make installkernel from 6.3-RELEASE to 7.0-RELEASE
      ... I've tried to upgrade my FreeBSD server from 6.3-RELEASE to 7.0-RELEASE, but it is failed to boot after make kernel KERNCONF=GENERIC. ... Copyright 1992-2008 The FreeBSD Project. ... <ACPI PCI bus> on pcib0 ...
      (freebsd-stable)
    • Re: Problems with 5.2.1 Release
      ... let me say that I've been using FreeBSD off ... Boot manager, unlike older versions, seems to ... I wonder if it has to do with the device hints ... for your new kernel. ...
      (freebsd-questions)
    • cant boot from 4.8-RELEASE distribution CD
      ... I have a FreeBSD 4.1 system, which I am trying to upgrade to 4.8-RELEASE. ... it can't boot from the 4.8 distribution CD. ... Preloaded elf kernel "kernel" at 0xc040d000. ... pci0: <PCI bus> on pcib0 ...
      (freebsd-questions)