View Single Post
pantera1989's Avatar
Posts: 577 | Thanked: 699 times | Joined on Feb 2010 @ Malta
#181
Originally Posted by lucas777 View Post
And is it possiblefor you to tell us exactly how to do that as im pretty new with terminal stuff. Wish the OP had left it where it was hopefully he is going to move it back to mydocs mine was working fine before now i cant load any games
To move files with xterm the command is: mv filename directory
First browse to the location of the file. If you put it in the default folder when connected to Mass Storage, it will be in /home/user/MyDocs

So:

cd /home/user/MyDocs/
mv SCPH1001.bin /home/user/

I am using SCPH1001.bin as an example. write the name of your bios file. And linux is case sensitive.