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" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
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
> [EMAIL PROTECTED]
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to