Pen Drive Problem

eculp at encontacto.net eculp at encontacto.net
Wed Nov 22 11:18:18 UTC 2006


Quoting Luigi Palmieri <palmlster at gmail.com>:

> Last week i bought a pen drive of 1GB, unfortunatelly, it doesn't work on my
> Freebsd 6.1.
> every time i gave  mount and camcontrol rescan all,camcontrol devlist e
> dsmsg comands the system returned these:
>
> tryng to mount root from ufs:/dev/ad0s1a
> uhub0: device problem (SET_ADDR_FAILED), disabling port 2.
>
> In GENERIC in the directory usr/src/sys/i386/conf  there are already:
>
> device scbus
> device da
> device pass
> device uhci
> device ohci
> device usb
> device umass

Never seen anything like that but all that I do is create a mount  
dirctory, change devfs.conf a bit and add a line to fstab to save  
typing and be able to mount as a regular user.

But you should be able to just
mount -t msdos /dev/da0s1 /mnt
cd mount
enjoy your content.

You should also see a line like the following after inserting the  
memory in /log/messages:

Nov 15 12:46:54 HOME kernel: umass0: Generic USB2.0-CRW, rev  
2.00/16.03, addr 2
Nov 15 12:46:54 HOME kernel: umass0:0:0:-1: Attached to scbus0
Nov 15 12:46:55 HOME kernel: pass0 at umass-sim0 bus 0 target 0 lun 0
Nov 15 12:46:55 HOME kernel: pass0: <Generic- SD/MMC 1.00> Removable  
Direct Access SCSI-0 device
Nov 15 12:46:55 HOME kernel: pass0: Serial Number ^_
Nov 15 12:46:55 HOME kernel: pass0: 40.000MB/s transfers
Nov 15 12:46:55 HOME kernel: GEOM: new disk da0
Nov 15 12:46:55 HOME kernel: da0 at umass-sim0 bus 0 target 0 lun 0
Nov 15 12:46:55 HOME kernel: da0: <Generic- SD/MMC 1.00> Removable  
Direct Access SCSI-0 device
Nov 15 12:46:55 HOME kernel: da0: Serial Number ^_
Nov 15 12:46:55 HOME kernel: da0: 40.000MB/s transfers
Nov 15 12:46:55 HOME kernel: da0: 1909MB (3910656 512 byte sectors:  
255H 63S/T 243C)
------------------------------
mounting as root

# mount -t msdos /dev/da0s1 /mnt

them
# mount will show

/dev/da0s1 on /mnt (msdosfs, local)

as probably one of the last lines.

Good luck.

ed

PS: Don't forget to unmount.  I have had the system crash when I have  
forgotten.  It may be fixed but I don't need that.


>
> Morover after i gave
>
> tail -f /var/log/messages
>
> and i had:
> kernel: time counter "TSC" frequency 501142274 Hz quality 800
> kernel: Time counters tick every 1.000 msec
> Kernel: ad0:82238 <Seagate ST28410A 3.20> at ata0-master UDMA
> Kernel: acd0:CR RW <HL-DT-ST GCE-8520B/1.00> at ata1 - slave UDMA
> Kernel: trying to mount root from ufs /dev/ad0s1a
> login: Root Login (root) on ttyv0
>
> Could someone please help me?? I need it to move some files from another pc!
>
> Looking farward to a prompt reply
> Best regards
> _______________________________________________
> freebsd-usb at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-usb
> To unsubscribe, send any mail to "freebsd-usb-unsubscribe at freebsd.org"




More information about the freebsd-usb mailing list