Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Aug 2006 17:50:56 -0400
From:      Tim Holmes <tim@unixtechs.org>
To:        freebsd-questions@freebsd.org
Subject:   Re: Mounting Sony PSP
Message-ID:  <20060828215056.GA18208@blackguy.unixtechs.org>
In-Reply-To: <7daacbbe0608280052l40779c79r4677c286fac2b99@mail.gmail.com>
References:  <20060828071455.GA9764@blackguy.unixtechs.org> <7daacbbe0608280052l40779c79r4677c286fac2b99@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
 
| Hi,
| 
| First check if with the dmesg command you can see your PSP, you should
| read something like this:
| 
| umass0: USB Solid state disk, rev 1.10/1.00, addr 2
| GEOM: create disk da0 dp=0xc2d74850
| da0 at umass-sim0 bus 0 target 0 lun 0
| da0: <Generic Traveling Disk 1.11> Removable Direct Access SCSI-2 device
| da0: 1.000MB/s transfers
| da0: 126MB (258048 512 byte sectors: 64H 32S/T 126C)
| 
| Then, you need to mount your PSP with:
| 
| mount_msdos /dev/da0s1 /mnt/PSP
| 
| There is a chapter in the handbook about USB device
| http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/usb-disks.html
| 
| HTH
| 
| Regards.
| 
| -- 
| There's this old saying: "Give a man a fish, feed him for a day. Teach
| a man to fish, feed him for life."
`------------------------------------------------------------------- 

Thank you!  This did the trick.  As long as I have it mounted Amarok
sees it, and once I handle the permissions, I will be able to send
files back and forth to it.

I was looking at /dev/usb1 and wasn't getting anywhere.  Now I can toy
with this.  Thanks a lot!

tdh

-- 
 ----------------+-------------------------------------------------
       \./       |     Tim Holmes  --  em@il: tim@unixtechs.org
      (0Y0)      |         UIN: 17021091  -- AIM: tdh004
 -ooO--(_)--Ooo--+-------------------------------------------------



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