From owner-freebsd-questions@FreeBSD.ORG Mon Jul 19 00:48:06 2004 Return-Path: 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 8509C16A4CE for ; Mon, 19 Jul 2004 00:48:06 +0000 (GMT) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24B0343D3F for ; Mon, 19 Jul 2004 00:48:06 +0000 (GMT) (envelope-from mmercer@nc.rr.com) Received: from [192.168.1.8] (cpe-069-134-202-085.nc.rr.com [69.134.202.85]) i6J0m3Nr004247; Sun, 18 Jul 2004 20:48:03 -0400 (EDT) From: "Michael E. Mercer" To: 3BSD In-Reply-To: References: <1090182542.3260.4.camel@fast.mmercer.com> Content-Type: text/plain Message-Id: <1090198083.3260.11.camel@fast.mmercer.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 18 Jul 2004 20:48:03 -0400 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine cc: FreeBSD questions Subject: Re: How do I mount a USB hard drive? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: FreeBSD.questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2004 00:48:06 -0000 Its a FreeBSD partition from another box. However the drive itself is not showing up when I do a "usbdevs -d -v". This is the problem I am having. I know how to mount and all that stuff, just not exactly what I need to do to get FreeBSD to see the drive itself. Thanks Michael FreeBSD questionsFreeBSD questionsOn Sun, 2004-07-18 at 19:26, 3BSD wrote: > On Sun, 18 Jul 2004 16:29:03 -0400, Michael E. Mercer wrote: > > Hello, > > > > I had a hard drive (8 Gig) sitting around and thought I would try the > > new USB 2.0 hard drive kits. It works just fine in Winblows but I am > > unable to get it to show up under FreeBSD. > > > > 4.10-Stable > > > > kernel conf file below... > > > You need to provide some additional information. > > 1. What filesystem has the drive been formatted with? If its NTFS, I > suggest you re-format the drive using FAT32 because you don't have > NTFS support in your kernel config, and even if you did, the drive > will not be of much use to you in FreeBSD as NTFS support is not all > that great. > > 2. What's the mount command you're using to mount the drive? I use the > following to mount my external USB2 drive: > > # mount -t msdos /dev/da0s1 /mnt/ext > > And it works perfectly with both USB and FireWire, better under > FireWire, if you ask me. ;-) > > -Assad > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"