Originally Posted by rbratton21
now it is telling me there is no sda1 when i look in the dev folder it isnt there either what am i doing wrong?
|
**USB Pen has to be connected to the PS3.**
Sda1 should be the usb stick - by typing
mount -rw /dev/sda1 /mnt
that command should mount the pen to /mnt location - However your pen might be sdb1 or sdc1 etc.. to find out type
ls -l /dev
now look through the list until you get to the S section and find your device (really hope that makes sense?)
once you know what its called
mount -rw /dev/"your device here (sdb1/sdc1)" <--Without the quotes.
for example;
mount -rw /dev/sdb1 /mnt
or
mount -rw /dev/sdc1 /mnt
Hope this helps.