From owner-freebsd-questions Wed Aug 7 02:15:28 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA27974 for questions-outgoing; Wed, 7 Aug 1996 02:15:28 -0700 (PDT) Received: from proxy.siemens.at (proxy.siemens.at [192.138.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA27946 for ; Wed, 7 Aug 1996 02:15:05 -0700 (PDT) Received: from sol1.gud.siemens.co.at (sol-f.gud.siemens-austria) by proxy.siemens.at with SMTP id AA09605 (5.67a/IDA-1.5 for ); Wed, 7 Aug 1996 11:13:10 +0200 Received: from ws2301.gud.siemens.co.at by sol1.gud.siemens.co.at with smtp (Smail3.1.28.1 #7 for ) id m0uo4ft-000245C; Wed, 7 Aug 96 11:13 MET DST Received: by ws2301.gud.siemens.co.at (1.37.109.16/1.37) id AA176609019; Wed, 7 Aug 1996 11:10:19 +0200 From: "Hr.Ladavac" Message-Id: <199608070910.AA176609019@ws2301.gud.siemens.co.at> Subject: Re: Dummies guide to freebsd ? To: DARBY1@x400.telkom400.inca.za (RYAN DARBY) Date: Wed, 7 Aug 1996 11:10:19 +0200 (MESZ) Cc: questions@freebsd.org In-Reply-To: <0119114072317950*@MHS> from "RYAN DARBY" at Aug 7, 96 10:08:22 am X-Mailer: ELM [version 2.4 PL24 ME8a] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk E-mail message from RYAN DARBY contained: > > Sorry if these questions seem stupid, but I am a novice strugling in > the dark! Please excuse me if I repeat the obvious things: you asked "for dummies", right? > > I finally managed to get BSD installed. I had /usr too small and / too > big. Is /usr mentioned in the install the directory /usr as a subdirectory > of / on the disk? And is the / in the install /root on the disk? Well, UNIX has only one, all encompassing directory tree. But, you can mount other disks into it, and then their directory trees appear to be below the directory where you have mounted them--this is normally done. The root of the tree is /. / is the volume which is always implicitly mounted by the kernel itself on boot. For FreeBSD, 20 MB / volume should do. As far as /usr is concerned, it can physically be on / volume, but people usually use some other volume and mount it as /usr. Same for /var, /home, /usr/local, /you/name/it ... Of course, if you wish to have /usr physically on the / volume, your / volume has to be bigger in order to accommodate /usr subtree. > > Also, I get a WARNING : / NOT PROPERLY DISMOUNTED when I boot. I logout > and then turn off. I am running on a standalone PC. Am I doing something > wrong to get out of it? Yes. Very wrong, indeed. You should shut the machine down prior to power down. The easiest way to do that on a standalone PC is CTRL-ALT-DEL (i.e. keyboard machine reset, you know, three-finger-salute :) You should do that on a console without X running on it. To switch to one of these from X use CTRL-ALT-F1 (that will put you in boot console, probably the best one for shutdown as all system messages normally appear there.) If you just power off, you risk losing your data (disk writes are delayed and your data may still be in RAM at the moment of power-down.) Don't ever just power-off, unless you really have to (machine is hanging, keyboard is in funny state, you want to recover some inodes, whatever)! > > Also, is there perhaps a FAQ or giude to BSD on the internet that is > intended for total begginers such as myself? I am battling along in a > small desert town with nothing but Win95 for 500Km around me! There is a Handboook at http://www.freebsd.org Most of your questions are answered there. Also, if you can find a simple book on UNIX, go for it :) /Marino > > Thanks very much for your help. I really do appreciate it. > > Yours Faithfully > Ryan Darby > PRINCE ALBERT > South Africa > 1191140@beltel.telkom400.inca.za > >