From owner-freebsd-questions@FreeBSD.ORG Tue May 16 04:39:05 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 C360A16A403 for ; Tue, 16 May 2006 04:39:05 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6D3B043D46 for ; Tue, 16 May 2006 04:39:05 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout4.cac.washington.edu (8.13.6+UW06.03/8.13.6+UW06.03) with ESMTP id k4G4d3fT031625 for ; Mon, 15 May 2006 21:39:04 -0700 X-Auth-Received: from [128.208.5.99] (nilakantha.cs.washington.edu [128.208.5.99]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.6+UW06.03/8.13.6+UW06.03) with ESMTP id k4G4cvvv028169 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Mon, 15 May 2006 21:39:02 -0700 Message-ID: <44695761.2020507@u.washington.edu> Date: Mon, 15 May 2006 21:38:57 -0700 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20060515162318.F247816AEFB@hub.freebsd.org> <20060516015936.GB38831@ns.museum.rain.com> In-Reply-To: <20060516015936.GB38831@ns.museum.rain.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __STOCK_PHRASE_24 0, __USER_AGENT 0' Subject: Re: Newbie File system 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, 16 May 2006 04:39:05 -0000 James Long wrote: >> Date: Mon, 15 May 2006 17:20:33 +0200 >> From: "Maan Jee" >> Subject: Newbie File system >> To: freebsd-questions@freebsd.org >> Message-ID: >> <2cd0a0da0605150820v6b267980g27818e47950bcf70@mail.gmail.com> >> Content-Type: text/plain; charset=ISO-8859-1; format=flowed >> >> Can someone explane that at which filesystem is my "/home" directory >> located? >> > > cd /home && df . > > will tell you. > "df -h ~", "df -h $HOME", or "df -h `printenv HOME`" will do the trick. -Garrett