From owner-freebsd-questions@FreeBSD.ORG Tue Aug 15 16:09:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 23A2216A4DE for ; Tue, 15 Aug 2006 16:09:12 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61E6543D5D for ; Tue, 15 Aug 2006 16:09:02 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.pc (patr530-a203.otenet.gr [212.205.215.203]) (authenticated bits=128) by igloo.linux.gr (8.13.7/8.13.7/Debian-2) with ESMTP id k7FG8eY1021168 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 15 Aug 2006 19:08:45 +0300 Received: from gothmog.pc (gothmog [127.0.0.1]) by gothmog.pc (8.13.7/8.13.7) with ESMTP id k7FG8MiR003283; Tue, 15 Aug 2006 19:08:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.pc (8.13.7/8.13.7/Submit) id k7FG8Mps003282; Tue, 15 Aug 2006 19:08:22 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 15 Aug 2006 19:08:22 +0300 From: Giorgos Keramidas To: Odhiambo Washington , freebsd-questions@freebsd.org Message-ID: <20060815160822.GA3229@gothmog.pc> References: <20060815154143.GN69670@ns2.wananchi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060815154143.GN69670@ns2.wananchi.com> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-4.084, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.32, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Subject: Re: Stupid question about mountpoints and fstab X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Aug 2006 16:09:12 -0000 On 2006-08-15 18:41, Odhiambo Washington wrote: > Hello people, > > I have never figured out something like this can be done, but today I > see it. We have purchased s co-lo server. They have installed it and > given me access to "do whatever you want with the box", but their > fstab has left me thirsty, wanting to know what's going on ... > > sp2817a# less /etc/fstab > # Device Mountpoint FStype Options Dump Pass# > /dev/ad0s1b none swap sw 0 0 > /dev/ad0s1a / ufs rw 1 1 > /dev/ad0s1g /home ufs rw 2 2 > /dev/ad0s1e /tmp ufs rw 2 2 > /dev/ad0s1f /usr ufs rw 2 2 > /dev/ad0s1d /var ufs rw 2 2 > /dev/ad0s2 /home ufs rw 2 2 > /dev/acd0 /cdrom cd9660 ro,noauto 0 0 > > sp2817a# df -h > Filesystem Size Used Avail Capacity Mounted on > /dev/ad0s1a 2.9G 54M 2.6G 2% / > devfs 1.0K 1.0K 0B 100% /dev > /dev/ad0s1g 15G 22K 13G 0% /home > /dev/ad0s1e 248M 8.0K 228M 0% /tmp > /dev/ad0s1f 9.7G 1.9G 7.0G 22% /usr > /dev/ad0s1d 6.8G 46M 6.2G 1% /var > /dev/ad0s2 72G 22K 66G 0% /home > > > Now, if someone can explain to me what the hell is being done with > /home in this server... ;) What does dumpfs print? # dumpfs /home | head -19