Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  rockbox and linux
« previous next »
  • Print
Pages: [1]

Author Topic: rockbox and linux  (Read 2435 times)

Offline m6arate

  • Member
  • *
  • Posts: 19
rockbox and linux
« on: February 08, 2007, 04:10:13 PM »
I searched a little and didnt see anyone with the same problem. Im using ubuntu, and already have rockbox installed. I wanted to backup everything, and I noticed my .rockbox directory is hidden. I couldnt figure out how to unhide it. anyone know how?
Logged
My Ubuntu Linux Blog
http://mikesubuntu.blogspot.com/

Offline bluebrother

  • Developer
  • Member
  • *
  • Posts: 3421
  • creature
Re: rockbox and linux
« Reply #1 on: February 08, 2007, 05:29:28 PM »
files starting with a dot are hidden on unix-like operating systems. You can simply copy them using the command line, if you are using some GUI this depends on the desktop environment you are using. No way to help you with this unless you tell us a bit more.
Logged
Rockbox Utility development binaries (updated infrequently) · How to ask questions the smart way · We do not estimate timeframes.

Offline wombat

  • Member
  • *
  • Posts: 6
Re: rockbox and linux
« Reply #2 on: February 08, 2007, 06:07:44 PM »
In either Konqueror or Nautilus, check the item "Show Hidden Files" under "View".
This should reveal all!
Logged

Offline ViperKnight

  • Member
  • *
  • Posts: 8
Re: rockbox and linux
« Reply #3 on: February 08, 2007, 07:14:00 PM »
The shortcut for Nautilus is "Ctrl+H" ;)
Or you could do it the long way and go to the view menu...
Logged

Offline riksweeney

  • Member
  • *
  • Posts: 74
    • Parallel Realities
Re: rockbox and linux
« Reply #4 on: February 09, 2007, 06:45:11 AM »
Quote from: ViperKnight on February 08, 2007, 07:14:00 PM
The shortcut for Nautilus is "Ctrl+H" ;)
Or you could do it the long way and go to the view menu...

You mean I've been going to the view menu like a sucker for all these months?!
Logged
The Legend of Edgar

Offline senab

  • Artist
  • Member
  • *
  • Posts: 188
  • The Mighty Senab!!!
    • senab.co.uk
Re: rockbox and linux
« Reply #5 on: February 09, 2007, 06:48:59 AM »
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?!

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

Offline shifty

  • Member
  • *
  • Posts: 3
Re: rockbox and linux
« Reply #6 on: February 10, 2007, 08:55:59 PM »
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

 
Logged

  • Print
Pages: [1]
« previous next »
+  Rockbox Technical Forums
|-+  Rockbox General
| |-+  Rockbox General Discussion
| | |-+  rockbox and linux
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.117 seconds with 15 queries.