cbagger01
Group: Members
Posts: 4264
Joined: Oct. 2003 |
|
Posted: Sep. 27 2005,04:25 |
|
It is probably possible. The only way to know for sure is to try it out.
However, there is a chance that some critical PSP related data files could be lost as the USB install scripts will reformat your USB device.
So it is best to backup your PSP before attempting a USB installation.
Assuming that your PSP is detected as device /dev/sda and your hard drive is located at /mnt/hda1 , you could backup the device to a file like this:
sudo su dd if=/dev/sda of=/mnt/hda1/pspbackup.img
and if needed, you can restore it like this:
dd if=/mnt/hda1/pspbackup.img of=/dev/sda
This is just an example, but you get the idea.
Good luck, and don't blame me if something goes wrong. There is some risk in attempting this procedure, especially if you don't understand what you are doing.
|