From owner-freebsd-questions@FreeBSD.ORG Thu Nov 23 01:37:55 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 3B51C16A403 for ; Thu, 23 Nov 2006 01:37:55 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD87643D45 for ; Thu, 23 Nov 2006 01:37:22 +0000 (GMT) (envelope-from perikillo@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so675786nfc for ; Wed, 22 Nov 2006 17:37:53 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=ouIGvLXuMR0miA06MPjhb7maVR7ogQhBkDdQSK3Ta8PzPxgRdC1o81Jm0e9UruLmRveca5rcdYTts1K824PlkoWvCL8Do6kNOMxxVTNiJbDikkPg3DK/rfoAcB3OuZsEkE96pz2FEg0lQsT+ZTNnZaYGxxjp88R8ISKRP8eu5ic= Received: by 10.82.118.2 with SMTP id q2mr1341800buc.1164245872834; Wed, 22 Nov 2006 17:37:52 -0800 (PST) Received: by 10.82.178.5 with HTTP; Wed, 22 Nov 2006 17:37:52 -0800 (PST) Message-ID: <51d7a5160611221737m71483da6s2326f8e8358ef1c0@mail.gmail.com> Date: Wed, 22 Nov 2006 17:37:52 -0800 From: perikillo To: "FreeBSD Mailing List" MIME-Version: 1.0 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: 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 01:37:55 -0000 Hi people. I have one external HD: umass0: Prolific Technology Inc. Mass Storage Device, rev 2.00/1.00, addr 2 umass0:0:0:-1: Attached to scbus0 (probe0:umass-sim0:0:0:0): error 22 (probe0:umass-sim0:0:0:0): Unretryable Error pass0 at umass-sim0 bus 0 target 0 lun 0 pass0: Fixed Direct Access SCSI-0 device pass0: 40.000MB/s transfers GEOM: new disk da0 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 238475MB (488397168 512 byte sectors: 255H 63S/T 30401C) Ok i setup the HD with sysinstall and format all the disk to UFS2, this is my entry on /dev crw-r----- 1 root operator 0, 102 Nov 14 16:39 da0 crw-r----- 1 root operator 0, 103 Nov 14 16:39 da0s1 crw-r----- 1 root operator 0, 86 Nov 14 16:39 da0s1c crw-r----- 1 root operator 0, 87 Nov 14 16:39 da0s1d Now which one i need to mount each time i need to use this HD...? I create one mount point, /ext, FreeBSD the first time use /dev/da0s1d, them if i want to mount that one, it send this message: WARNING: /ext was not properly dismounted No metter which one i use, da0s1, da0s1c, da0s1d always send this message, this is normal...? mount /dev/da0s1 /ext mount /dev/da0s1c /ext mount /dev/da0s1d /ext Always: WARNING: /ext was not properly dismounted Any idea about this...? Im using FreeBSD 6.1-p10, my machine has 6 USB ports i have been testing with all and the same message. Thanks all for your time!!!