Copy from one SD card to another on the Pandora


mikesheley

Member
Joined
Oct 5, 2011
Messages
114
Hey guys,


I have the OS installed on one of my SD cards that is formatted ext2, and I have all my apps another SD card formatted Fat32. Is there any easy way to copy all the apps across from my "app" SD card to my "OS" sd card? I tried copy and paste inside the file system and it is a no go... Tried some command line cp from the one pandora folder to the other and that was a permission denied... I admit I'm not much of a Linux guy, so what am I missing? Any help is much appreciated.


Cheers,


Mike
 
The "root" filesystem in Linux is marked as read only for security purposes. You need to be a super user in order to copy stuff. Those command line cp commands you ran? Put "sudo" in front of them



Code:
sudo cp game.pnd /pandora/menu/

Or wherever you're copying them to.
 
Back
Top