WalaWiki content from p1k3.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

25 lines
1.2 KiB

WareLogging. [Music].
= general knowledge =
Find & copy songs from the ipod using a Mac: [lsof]
= linux =
Find movies:
find /whatever/path -name *.m4v
<[Brennen]> Read/write access to [http://john.whelans.net/archives/277 HFS+ filesystems under Linux]:
:By default journaling is enabled on the HFS+ filesystem - unfortunately the Linux HFS+ driver can’t write to journaled volumes. The solution is pretty easy, actually: Turn off journaling. This can be accomplished by hooking the iPod back up to a mac and issuing a single command via the terminal:
: diskutil disableJournal /dev/<diskidentifier>
:In this command, <diskidentifier> is the identifier assigned to the ipod. You can determine what yours is by issuing the command “diskutil list” on your mac with your ipod plugged in. Mine was disk2s3, making the full command for me “diskutil disableJournal /dev/disk2s3″.
This worked for me, some forum posts to the contrary.
<[Brennen]> On the other hand, gtkpod appears to have just zapped my database (the _files_ are still there, but the ipod doesn't seem to know about them).
I'm suddenly struck by the realization that, on some level, the ipod is a dirty hack.