From owner-freebsd-questions@FreeBSD.ORG Thu Nov 23 02:31:56 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8667B16A407 for ; Thu, 23 Nov 2006 02:31:56 +0000 (UTC) (envelope-from freebsd@meijome.net) Received: from sigma.octantis.com.au (ns2.octantis.com.au [207.44.189.124]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01ABB43D46 for ; Thu, 23 Nov 2006 02:31:23 +0000 (GMT) (envelope-from freebsd@meijome.net) Received: (qmail 9570 invoked from network); 23 Nov 2006 13:31:55 +1100 Received: from 218-214-43-14.people.net.au (HELO localhost) (218.214.43.14) by sigma.octantis.com.au with (DHE-RSA-AES256-SHA encrypted) SMTP; 23 Nov 2006 13:31:55 +1100 Date: Thu, 23 Nov 2006 13:31:48 +1100 From: Norberto Meijome To: perikillo Message-ID: <20061123133148.146a3df1@localhost> In-Reply-To: <51d7a5160611221737m71483da6s2326f8e8358ef1c0@mail.gmail.com> References: <51d7a5160611221737m71483da6s2326f8e8358ef1c0@mail.gmail.com> X-Mailer: Sylpheed-Claws 2.5.2 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: FreeBSD Mailing List Subject: Re: External HD create different slice on /dev which one i need to mount...? 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: Thu, 23 Nov 2006 02:31:56 -0000 On Wed, 22 Nov 2006 17:37:52 -0800 perikillo wrote: > mount /dev/da0s1 /ext this is the slice, dont use it > mount /dev/da0s1c /ext this is the raw partition, DONT use c - ever, unless u really (think you) know what you are doing > mount /dev/da0s1d /ext bing > > Always: WARNING: /ext was not properly dismounted > > Any idea about this...? yes, last time you mounted da0s1d , u didnt unmounted it cleanly. Before you mount, you should run fsck -p on it: (as root, or with sudo) fsck -p -t ufs /dev/da0s1d > > Im using FreeBSD 6.1-p10, my machine has 6 USB ports i have been testing > with all and the same message. of course, it is nothing to do with the usb itself, it's a filesystem issue. _________________________ {Beto|Norberto|Numard} Meijome "The music business is a cruel and shallow money trench, a long plastic hallway where thieves and pimps run free, and good men die like dogs. There's also a negative side." Hunter S. Thompson I speak for myself, not my employer. Contents may be hot. Slippery when wet. Reading disclaimers makes you go blind. Writing them is worse. You have been Warned.