View Single Post
Old 07-25-2012   #17
hewman
Member
null
 
Join Date: Jul 2011
Posts: 41
Likes: 9
Liked 24 Times in 8 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Originally Posted by rbratton21 View Post
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.

Last edited by hewman; 07-25-2012 at 10:15 AM.
hewman is offline   Reply With Quote