Subject: Re: partition problem
To: Carmelo Manganaro <carmelo@manganaro.freeserve.co.uk>
From: Frederick Bruckman <fb@enteract.com>
List: port-mac68k
Date: 04/14/1999 09:57:49
On Wed, 14 Apr 1999, Carmelo Manganaro wrote:
> Now when I try to mount the /usr in the Mini Shell with the command:
> mount /dev/sd1g /usr
>
> I receive the following message:
>
> /usr : No such file or directory
Try:
rm -r /usr
mkdir usr
before
mount /dev/sd1g /usr
As an alternative to re-installing all the sets using the installer,
which could take up to 12 hours, you could just install the base and
etc sets, "cpin" the remainder, and untar them from the single-user
shell, after mounting /usr &c. e.g.:
for set in /*.tar.gz; do tar xzvpf $set ; done
That shouldn't take more than about an hour.