Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!bu.edu!cvbnet!lappi!fdeming From: fdeming@lappi.uucp (Frank Deming {x6088}) Newsgroups: comp.os.minix Subject: installing MacMinix Message-ID: <1377@cvbnetPrime.COM> Date: 8 Apr 91 17:23:10 GMT References: <8379@crash.cts.com> Sender: postnews@cvbnetPrime.COM Reply-To: fdeming@lappi.UUCP (Frank Deming {x6088}) Organization: Prime Computervision, Bedford MA Lines: 51 I have had a little problem installing MacMinix last night. I load and login as root. I then entered: maccreate 10240 'Direct Drive:Minix:system' maccreate 2048 'Direct Drive:Minix:user' hdopen 'Direct Drive:Minix:system' /dev/hd2 mkfs /dev/hd2 10240 hdopen 'Direct Drive:Minix:user' /dev/hd3 mkfs /dev/hd3 2048 The other two partitions are of course already setup: /dev/hd0 with 775 blocks ram disk with 160 My problem comes in trying to execute /etc/setup_root. I have tried to look at the script but 'cat' is the only command at this point to view a file. setup_root runs off the screen with cat, so I can not look at the top of the script where the problem lies. Also the documentation for running /etc/setup_root is not clear. The format of the command and the example are contradictary. /etc/setup_root root_file ram hd1 hd2 hd3 hd4 The example does'nt seem to refer to the ram size. Well anyways, I enter: /etc/setup_root 'Direct Drive:Minix:system' 160 10240 2048 0 0 getting back: Usage: mount special name [-r] unable to mount 'Direct Drive:Minix:system' Cannot make root system(something to that effect Now I understand that the imbedded space in the Hard disk drive name is a problem, nothing I can do to change it. Thus I have been quoting the entire file name. I will try \ the space tonight. Does anyone know about this? Can you send me a copy of this script so I can view it at this time? Also does anyone have better suggestions about the size of the partitions and where to put things. The manual tells you to sit and think about, but until one has setup the system once, it is hard to tell what it all contains. Thanks Frank Deming fdeming@aecmail.prime.com