Subject: Re: Installer problem
To: David Brownlee <david@mono.org>
From: Mark Andres <mark@ratbert.giganet.net>
List: port-mac68k
Date: 02/22/1997 14:52:39
Hi,
Thanks for the advice. It did the trick. Now if I can successfully
install my backed up /usr on to the new disk, I'll be very happy.
To those who suggested that I make the /usr directory, I did that. In
fact, I knew someone would suggest it so that is why I included the entire
log where you will find a
mkdir /usr
Thanks again for the help.
Mark
On Fri, 21 Feb 1997, David Brownlee wrote:
> You need to specify the full path of the device you wish to mount:
>
> mount /dev/sd0g /usr
>
> rather than
>
> mount sd0g /usr
>
> The latter might actually work if you were in the '/dev'
> directory, but it would be a bad idea anyway :)
>
> David/abs david@{mono.org,southern.com,mhm-internet.com}