| View previous topic :: View next topic |
| Author |
Message |
Ciego
Joined: 23 Jan 2007 Posts: 5
|
|
| Back to top |
|
 |
edepot
Joined: 09 Apr 2005 Posts: 111
|
Posted: Tue Jan 23, 2007 11:41 pm Post subject: reading memory stick off of psp |
|
|
If you plug a memory stick inside a psp and then connected it to the PS3, and activate the usb connection on the PSP, what commands did you have to execute in order to mount and get access to the memory stick?
how do you check after, say you execute a dmesg and get some info from there? do you need to mount anything? |
|
| Back to top |
|
 |
Ciego
Joined: 23 Jan 2007 Posts: 5
|
Posted: Wed Jan 24, 2007 12:01 am Post subject: |
|
|
| Quote: | | If you plug a memory stick inside a psp and then connected it to the PS3, and activate the usb connection on the PSP, what commands did you have to execute in order to mount and get access to the memory stick? |
I will have to try this to confirm when I get home (at work now) but I think that if you turn on the PSP and activate the USB connection (do this before you boot into linux so that the boot process can detect it), you can figure out which drive it is and then mount in normally. Try this ...
That should list everything that is detected by the system. You should see a drive that is close to the same size as your memory stick. I am guessing that it will be "sdd" as the label. If that is the case, just use this to mount it.
| Code: | $ mkdir /mnt/psp
$ mount /dev/sdd1 /mnt/psp |
In order to see if that worked, do this ...
If nothing happens ....it didn't work. ;-)
If you want, you can change the "psp" to "usbdrive" to make it easier on you following the tutorial |
|
| Back to top |
|
 |
jimparis
Joined: 10 Jun 2005 Posts: 1179 Location: Boston
|
Posted: Wed Jan 24, 2007 5:41 am Post subject: |
|
|
| On Ubuntu, USB mass storage devices should mount automatically. (check the configuration of hald and gnome-volume-manager if they don't). There's nothing specific to the PS3. |
|
| Back to top |
|
 |
Ciego
Joined: 23 Jan 2007 Posts: 5
|
Posted: Wed Jan 24, 2007 5:59 am Post subject: |
|
|
| jimparis wrote: | | On Ubuntu, USB mass storage devices should mount automatically. (check the configuration of hald and gnome-volume-manager if they don't). There's nothing specific to the PS3. |
Jim is correct here. I assumed before that you were trying to mount the PSP as the USB drive that is described in the guide. (before Ubuntu boots) |
|
| Back to top |
|
 |
theBishop
Joined: 05 Feb 2005 Posts: 16
|
Posted: Wed Feb 21, 2007 2:06 am Post subject: |
|
|
Heh, you post here too Ciego?
I must admit i'm a little jealous that you took my idea, made a tutorial out of it and became the defacto Ubuntu-on-PS3 guy. No hard feelings though.
:)
Anyway, Candell has us both beat. |
|
| Back to top |
|
 |
Ciego
Joined: 23 Jan 2007 Posts: 5
|
Posted: Wed Feb 21, 2007 2:13 am Post subject: |
|
|
Hey, good to hear from you again.
You should check out PSUbuntu.com and register for the forums. I am trying to write all kinds of HowTo guides for new Linux users. I am sure you could add some useful guides.
Anyway ... it's not about who did what first. You had a great idea that helped many people get Ubuntu to work on their PS3s ... that's what its all about. I am sure that you know much more about Linux than I do ... I just put all of the info in a form that anyone could chew up and digest. |
|
| Back to top |
|
 |
theBishop
Joined: 05 Feb 2005 Posts: 16
|
Posted: Wed Feb 21, 2007 2:26 am Post subject: |
|
|
| Ciego wrote: | Hey, good to hear from you again.
You should check out PSUbuntu.com and register for the forums. I am trying to write all kinds of HowTo guides for new Linux users. I am sure you could add some useful guides.
Anyway ... it's not about who did what first. You had a great idea that helped many people get Ubuntu to work on their PS3s ... that's what its all about. I am sure that you know much more about Linux than I do ... I just put all of the info in a form that anyone could chew up and digest. |
Thanks for the link, it looks like you have the start of a nice page there.
I haven't messed with PS3 linux/development in a few weeks, but I just got a monitor with DVI/HDCP support so i can work more naturally at my computer desk. Its a minor change, but hopefully, it'll motivate me to do some serious work. |
|
| Back to top |
|
 |
Ciego
Joined: 23 Jan 2007 Posts: 5
|
Posted: Wed Feb 21, 2007 4:31 am Post subject: |
|
|
Actually, it is not my page. I just started posting/sending info so much that the owner gave me a blogging account so that I could post on the front page. I thought it looked like a good place to keep PS3-Ubuntu related info all in one place.
I do not really do programming, but if you need help testing any of your PS3/Linux work, I would be glad to help. I bet it makes a big difference with that monitor. I ended up going out and buying a 1080p HDTV because i got tired of looking at the SD mess that you end up with in Linux on the TV |
|
| Back to top |
|
 |
|