Rockbox General > Rockbox General Discussion

rockbox and linux

<< < (2/2)

senab:

--- Quote from: riksweeney on February 09, 2007, 06:45:11 AM ---You mean I've been going to the view menu like a sucker for all these months?!

--- End quote ---

[sarcasm]I feel so sorry for you...[/sarcasm]  :P

shifty:
I am running a 30GB 5th gen ipod with a copy a Ubuntu edgy edge.

If you need to back up anything in your ipod go to a terminal and mount the ipod if not auto mounted by Ubuntu.

If you dont have a mount point then

code
sudo mkdir /media/ipod

then mount the ipod using

code
sudo mount /dev/sdX2 /media/ipod
(where X is the drive letter of the ipod) if you dont know try a and work your way from there, I dont remeber the query command offhand

code
cd /media/ipod
(changes to ipod directory)

code
ls -a

shows all files/directorys on the ipod in the main partition

then copy anything you want to backup

sudo cp -r /media/ipod/directories_to_be_copied ~/directory_in_home_folder
 
now using sudo to copy everything will probably mess with the permissions and only allow the  root user to access then but this can be easily changed.  Look on the ubuntu forums for help with changing a directories permission.  I had to do it about a week ago and I cannot remember what the command was since it was 3 AM

hope that helps a little

 

Navigation

[0] Message Index

[*] Previous page

Go to full version