Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Nov 2006 12:53:56 -0600
From:      "eculp@encontacto.net" <eculp@encontacto.net>
To:        freebsd-usb@freebsd.org
Subject:   Re: Pen Drive Problem
Message-ID:  <20061115125356.7k7vcwto51cs0css@correo.encontacto.net>
In-Reply-To: <b4c71390611150955o3fc25d41ndf89935f7438ff8c@mail.gmail.com>
References:  <b4c71390611150955o3fc25d41ndf89935f7438ff8c@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Quoting Luigi Palmieri <palmlster@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 =20
dirctory, change devfs.conf a bit and add a line to fstab to save =20
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 =20
memory in /log/messages:

Nov 15 12:46:54 HOME kernel: umass0: Generic USB2.0-CRW, rev =20
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 =20
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 =20
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: =20
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 =20
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 p=
c!
>
> Looking farward to a prompt reply
> Best regards
> _______________________________________________
> freebsd-usb@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-usb
> To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org"





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20061115125356.7k7vcwto51cs0css>