From owner-freebsd-questions@FreeBSD.ORG Thu Nov 23 05:32:47 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 E3FDA16A407 for ; Thu, 23 Nov 2006 05:32:46 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61CE643D4C for ; Thu, 23 Nov 2006 05:32:13 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so728240nfc for ; Wed, 22 Nov 2006 21:32:45 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Hill74OsL6Q14ZMxtbnACjVw+XuEIDdVLRe4J6rYXz46Wnr8CiAmvfvKskcO6LTaue/7FJpDNMdbEck1yoEkG5309X/NkREBNSenBNkqcPqY/r+BMhy03S7NSsBeeTKszLDjFnT0RnUQj9BEz2JlHULetYL1Ikt/qoKU83kcc4w= Received: by 10.82.129.8 with SMTP id b8mr1367131bud.1164259964756; Wed, 22 Nov 2006 21:32:44 -0800 (PST) Received: by 10.82.178.5 with HTTP; Wed, 22 Nov 2006 21:32:44 -0800 (PST) Message-ID: <51d7a5160611222132s73b93f72q7d5298e427721cf2@mail.gmail.com> Date: Wed, 22 Nov 2006 21:32:44 -0800 From: perikillo To: "FreeBSD Mailing List" In-Reply-To: <20061123133148.146a3df1@localhost> MIME-Version: 1.0 References: <51d7a5160611221737m71483da6s2326f8e8358ef1c0@mail.gmail.com> <20061123133148.146a3df1@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 05:32:47 -0000 On 11/22/06, Norberto Meijome wrote: > > 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. > Thanks Norberto for your answer i got it, right now im testing the HD on my laptop, is working really good. See you!!!