*BSD News Article 48484


Return to BSD News archive

Path: sserve!euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!zombie.ncsc.mil!news.mathworks.com!newsfeed.internetmci.com!news.sprintlink.net!howland.reston.ans.net!newsserver.jvnc.net!news.caren.net!news.join.ad.jp!wnoc-tyo-news!wnoc-sfc-news!yilnws!hamamatsu-pc!news.tcp-net.ad.jp!niq0!nfeed.gw.nagoya-u.ac.jp!news.ipch.shizuoka.ac.jp!news!purna
From: purna@cs.shizuoka.ac.jp (Yusuf Wilajati Purna)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Re: PROBLEM WITH INSTALL FROM DOS PARTITION
Date: 10 Aug 95 11:23:09
Organization: Shizuoka University, Hamamatsu, Japan.
Lines: 33
Message-ID: <PURNA.95Aug10112309@jaguar.cs.shizuoka.ac.jp>
References: <407si1$ve8@uwm.edu>
NNTP-Posting-Host: jaguar.cs.shizuoka.ac.jp
In-reply-to: chris@miller.cs.uwm.edu's message of 8 Aug 1995 14:32:33 GMT


On 8 Aug 1995 14:32:23 GMT, chris@miller.cs.uwm.edu wrote:

> I am trying to install freebsd 2.0.5 from dos partition,....
> ...
> ....I have c:\freebsd but I did not make a separate /floppies directory under
> that, because the docs did not specify to do that. Will that solve my
> problem? Or is something else screwed up.

I had also the same problem before, but I found that I had to copy the precise
directory tree structure to my HD.

For example if you want to copy all distributions, the following comand should
work for you: (it assumes that C is your HD directory, and E is where your CD
was mounted.)

      C:> XCOPY /S E: C:\FREEBSD

If you just want to copy the basic systems, just do this:

      C:> MD C:\FREEBSD\BIN
      C:> XCOPY /S E:\BIN C:\FREEBSD\BIN
      C:> MD C:\FREEBSD\FLOPPIES
      C:> XCOPY /S E:\FLOPPIES C:\FREEBSD\FLOPPIES

Hope this will help.

Regards,

YWP
(purna@cs.shizuoka.ac.jp)