From owner-freebsd-questions Tue Mar 18 15:25:31 2003 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 6648637B401 for ; Tue, 18 Mar 2003 15:25:29 -0800 (PST) Received: from internal.mail.uk.tiscali.com (internal.mail.uk.tiscali.com [212.74.96.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D8643FBD for ; Tue, 18 Mar 2003 15:25:28 -0800 (PST) (envelope-from chris.scott@uk.tiscali.com) Received: from [10.44.16.196] (helo=viper) by internal.mail.uk.tiscali.com with esmtp (Exim 4.12) id 18vQSV-0006OR-00; Tue, 18 Mar 2003 23:25:27 +0000 Message-ID: <006c01c2eda5$a7f281f0$c4102c0a@viper> From: "chris scott" To: , References: <3E77A11F.70803@sento.com> Subject: Re: Trouble mounting USB pen drive in 4.7 Date: Tue, 18 Mar 2003 23:25:26 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG what is the file system and is the drive partitioned? to mount my zip drive, i use the command mount -t ufs /dev/da0 /mnt/zip its its windows formated i use mount -t msdos /dev/da0 /mnt/zip if it was partitioned i would use mount -t msdos /dev/da0s1e /mnt/zip ----- Original Message ----- From: "Darren Spruell" To: Sent: Tuesday, March 18, 2003 10:43 PM Subject: Trouble mounting USB pen drive in 4.7 > Greetz, > > running 4.7 RELEASE and I insert my USB pocket drive into USB slot. I > see the following come into my dmesg: > > umass0: USB Solid state disk, rev 1.10/1.00, addr 2 > da0 at umass-sim0 bus 0 target 0 lun 0 > da0: Removable Direct Access SCSI-2 device > da0: 650KB/s transfers > da0: 126MB (258048 512 byte sectors: 64H 32S/T 126C) > > How can I mount this onto my filesystem? I've tried variations of the da > driver (rda0, da0, rda0s1, etc...) but I get I/O errors... > > Many TIA, > > -- > Darren Spruell > Sento IS Department > darren_spruell@sento.com > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message