Date: Fri, 19 Jun 1998 11:22:04 +0200 (CEST) From: Konrad Heuer <kheuer@gwdu60.gwdg.de> To: Quintin Roux <quintin@topspeed.co.za> Cc: FREEBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: Problem Mounting CD-ROM Drive Message-ID: <Pine.BSF.3.96.980619111338.26151A-100000@gwdu60.gwdg.de> In-Reply-To: <E0ymulq-0003Rs-00@liact.ct.lia.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <mount /dev/cd0 /cdrom> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980619111338.26151A-100000>
