Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2003 23:25:26 -0000
From:      "chris scott" <chris.scott@uk.tiscali.com>
To:        <darren_spruell@sento.com>, <questions@freebsd.org>
Subject:   Re: Trouble mounting USB pen drive in 4.7
Message-ID:  <006c01c2eda5$a7f281f0$c4102c0a@viper>
References:  <3E77A11F.70803@sento.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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" <darren_spruell@sento.com>
To: <questions@freebsd.org>
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: <Generic Traveling Disk 1.11> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?006c01c2eda5$a7f281f0$c4102c0a>