From owner-freebsd-questions Fri Jun 19 02:23:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA28075 for freebsd-questions-outgoing; Fri, 19 Jun 1998 02:23:38 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gwdu60.gwdg.de (gwdu60.gwdg.de [134.76.10.60]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA28030 for ; Fri, 19 Jun 1998 02:23:27 -0700 (PDT) (envelope-from kheuer@gwdu60.gwdg.de) Received: from localhost (kheuer@localhost) by gwdu60.gwdg.de (8.9.0/8.9.0) with SMTP id LAA26188; Fri, 19 Jun 1998 11:22:05 +0200 (CEST) Date: Fri, 19 Jun 1998 11:22:04 +0200 (CEST) From: Konrad Heuer To: Quintin Roux cc: FREEBSD Questions Subject: Re: Problem Mounting CD-ROM Drive In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 19 Jun 1998, Quintin Roux wrote: > So far I have two problems. Number one I have installed FREEBSD (2.2.6) and > I am trying to add the other items by saying /stand/systeminstall after > login - it goes into the SETUP, and when I try to install from a DOS > Partition it says it can't find the MANPAGES or DOC, etc. I have put it in > like this : > C:\FREEBSD\BIN > C:\FREEBSD\DOC > C:\FREEBSD\MANPAGES > ETC. > > What have I done wrong? Sorry, I've no experience in installing from a DOS partition, so I can't help here. > The second problem is I am having tremendous difficulty to mount my SCSI > CD-ROM drive. > > I type in but that doesn't work. Is there another > type of command that I must use in order to set up my cdrom drive. Type: mount -t cd9660 /dev/cd0c /cdrom You've to specify the file system type since it's not ufs (the default) and the partition (c is the whole disk). > Oh and one more thing, how do I add a user? There's an adduser command. Alternatively, you can do it step by step by yourselve: Type ... vi /etc/groups ... to edit the group file and add a group `users' vipw ... to edit the passwd file and add a user (e.g.`qr') mkdir /usr/home/qr ... to create the home directory chown gr.users /usr/home/qr ... to change its ownerchip That are the basic steps. You will then want to create startup files for the login shell etc. > If you could help me in this I would be most grateful. I have set a goal > for myself that by the end of the year I wan't to be very proficient at > Unix (essentialy I would like to help in the further development of > FREEBSD). :-) Konrad Heuer // Gesellschaft fuer wissenschaftliche Datenverarbeitung mbH // Goettingen (GWDG), Am Fassberg, D-37077 Goettingen, Germany // // kheuer@gwdu60.gwdg.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message