An iPod system for Linux - Part 5 - Unmounting the iPod

14 October 2006

In previous posts, we discussed the iPod, and iTunes in Linux. We then looked at how to get our songs from CDs and put them in our song library and then we mounted the iPod.

Not long to go now, all we have to do is let gtkpod recognise the iPod and to learn how to mount it uncleanly.

Letting gtkpod know the iPod

If you plug in the iPod now and then open gtkpod then it will bring up a little dialog like this screenshot:

`.. image:: http://commandline.org.uk/images/posts/ipod/initialize-iPod.png

System Message: WARNING/2 (<string>, line 13); backlink

Inline interpreted text or phrase reference start-string without end-string.
alt:Dialog in gtkpod to choose the iPod model

System Message: WARNING/2 (<string>, line 15)

Definition list ends without a blank line; unexpected unindent.

`_

System Message: WARNING/2 (<string>, line 15); backlink

Inline interpreted text or phrase reference start-string without end-string.

If you do not know what iPod you have got then look on the back for the model number or look it up over at Apple History.

That was pretty easy.

Cleanly unmounting the iPod

When you want to unplug your iPod, you should unmount it before; just in case you lose data that has not been written to the iPod yet. You can use the umount command, but I wanted to do something a bit more swish as I am expecting a non-technical user to be able to use this system.

I started writing a little GTK-Python program for this but decided in the end to just use a little bash. This one-liner has a few dependencies.

  • Firstly, you need the 'eject' program. Some distros have it by default. Gentoo users can emerge eject, Debian and Ubuntu can apt-get install eject. The iPod seems to prefer eject to umount, as the iPod screen properly reacts with the former.
  • Secondly, you need to install 'gksu' if you do not have it. Again emerge gksu or apt-get install gksu

Next, you need to right click on your desktop and choose 'Create Launcher'.

`.. image:: http://commandline.org.uk/images/posts/ipod/create-launcher- small.png

System Message: WARNING/2 (<string>, line 42); backlink

Inline interpreted text or phrase reference start-string without end-string.

System Message: ERROR/3 (<string>, line 44)

Unexpected indentation.
alt:Create a launcher for the ipod eject

System Message: WARNING/2 (<string>, line 45)

Block quote ends without a blank line; unexpected unindent.

`_

System Message: WARNING/2 (<string>, line 45); backlink

Inline interpreted text or phrase reference start-string without end-string.

Fill in the values, something like as follows, or just click on the above screenshot and copy it.

Name: Eject iPod

Comment: Safely Remove iPod

Command: gksu "eject ipod"

Icon: Whatever you want

Now if someone double-clicks the icon, it will pop up a graphical box asking for the root password and it will then eject the iPod, as in the screenshot below:

`.. image:: http://commandline.org.uk/images/posts/ipod/gksu-small.png

System Message: WARNING/2 (<string>, line 62); backlink

Inline interpreted text or phrase reference start-string without end-string.
alt:Pop up box from gksu

System Message: WARNING/2 (<string>, line 64)

Definition list ends without a blank line; unexpected unindent.

`_

System Message: WARNING/2 (<string>, line 64); backlink

Inline interpreted text or phrase reference start-string without end-string.

If you want to customise the message, then add some text to the command:

gksu "eject ipod" -m "To Safely Remove your iPod, please enter your password."

This will look like this:

`.. image:: http://commandline.org.uk/images/posts/ipod/gksu-1-small.png

System Message: WARNING/2 (<string>, line 73); backlink

Inline interpreted text or phrase reference start-string without end-string.
alt:Customised message

System Message: WARNING/2 (<string>, line 75)

Definition list ends without a blank line; unexpected unindent.

`_

System Message: WARNING/2 (<string>, line 75); backlink

Inline interpreted text or phrase reference start-string without end-string.

With the exception of podcasts, we have now done all the basic work to get our system running, i.e. the system administration side. In the next post I will give a set of instructions for the end-user of this system.

1 Phill says...

Hmmm... on my version of Ubuntu (6), it will mount the iPod automatically. Come to think of it, Fedora Core 4 did that as well. Ubuntu also provides the "Eject" command by default for mounted iPods. as well as automatically starting up the music library which I never use (I always use GtkPod). Certainly beats Windows anyway! :D

Posted at 11:03 p.m. on October 14, 2006


2 Zeth says...

Well my system tried to mount it as /media/IPOD when it was a virgin HFS+ ipod and then /media/disk when I had used it once under Mac OS X. However once I had added it to fstab then it did what I wanted (my gtkpod seems to expect /mnt/ipod).

What program did Ubuntu start up as the music library? What graphical option does it give to unmount the Ipod?

Posted at 2:22 a.m. on October 15, 2006


3 Phill says...

When you plugin an iPod it loads up Rhythmbox. Also it puts an "iPod" icon on your desktop. When you want to 'eject' the iPod, just right-click on the icon and select "eject". That didn't work properly under Fedora 4 but it works fine on Ubuntu 6!

I like GtkPod, the only problem I had was with earlier versions (0.96 I think) which didn't seem to write the DB properly all the time - I would frequently lose songs. I upgraded it to version 0.99 and it was fine (this was on Fedora 4 by the way, in Ubuntu 6 I think the latest version is in the repository which is good).

Posted at 2:09 p.m. on October 15, 2006


What do you have to say?

Show Editing Help

About

Hello, my name is Zeth, I'll be your host here.

Command Line Warriors is about taking control of your own technology, it looks at our experiences of computing; especially using GNU/Linux, the Python programming language, the command-line and issues such as techno-ethics, best practices and whatever is cool now. If you take control of your technology then you are a Warrior too!

This site is your site too which means that you can contribute and get involved. You can leave comments using the facility provided. For me, the comments and discussions are by far the best part of the site. So please do have your say!

Latest Discussions

Zeth

November 29, 2009
Hi Jordan, yes that URL is gone now. I have a new contact form on this site.
Python CGI contact forms

Jordan

November 29, 2009
Zeth attention! Your form, http://zeth.me.uk/contact/, is not working The explorer says connecting ..but nothing happens Sorry for my poor English: I am Spanish Regards
Python CGI contact forms

Jordan

November 26, 2009
Sorry: tell me , not tellme (I'm spaniard) And http://zeth.me.uk/contact/ don't work
You got the touch, you got the power

David Jones

November 25, 2009
Your mad skillz are too l33t! for me. I specifically switched to Google Reader so that I could show people what blogs I read. But I couldn't work out how ...
How to find the fashionable blogs quickly

Brian R. Hickey

November 20, 2009
Symantec picked it up too.
How to bring down Internet Explorer with six words

Zeth

November 17, 2009
Thanks djm, I am the moose here. Christian, assuming one actually does Internationalise the countries, it should still work I guess, as the gettext stuff will happen before the list ...
Countries in Django

Phillip Temple

November 17, 2009
Good start, but: a) wouldn't I want None back rather than 'ZZ'? b) why not add a 'shortcut' boolean, then prepend flagged fields (plus usual '-----' separator) to the actual ...
Countries in Django

djm

November 17, 2009
Am I being a moose or did you mean: from whatever.countries import CountryField instead of from whatever.countries import CharField ? Good post though, cheers.
Countries in Django

Christian Joergensen

November 17, 2009
Wouldn't the ordering get messed up after i18n?
Countries in Django

Steve - Electronic Cigarettes Fan

November 17, 2009
Very well done. Is your blog just you writing? Nicely done, Steven.
Blogger vs Wordpress

vetetix

November 15, 2009
Sorry to bother you nearly two years after you wrote this blog article, but I can't manage to find how to modify an existing field. I am trying to change ...
Three Useful Python Bindings - ClamAV, Apt and Evolution

Manju

November 4, 2009
I am transferring some files using psftp to other device's FAT partition. But the filestamp of the file being transferred is modified to that of FAT device, after the transfer. ...
PuTTY Series: Using PSFTP

iki

November 2, 2009
or simpler: socket.gethostbyname_ex(socket.gethostname())[2]
How to find out your IP address in Python

iki

November 2, 2009
local_ip = set([ i[4][0] for i in socket.getaddrinfo(socket.gethostname(), None) if i[0] == 2 ])
How to find out your IP address in Python

Fred

November 2, 2009
testing rst ------------- - point 1
An Introduction to ReStructuredText

Ano

October 27, 2009
"You simply found the license of the StumbleUpon Toolbar for Internet Explorer." That's possible. I've got some more interesting information to add. Firstly, go to this page: https://addons.mozilla.org/en-US/firefox/addon/138 - this ...
Are your Firefox extensions proprietary software?

Ken

October 21, 2009
Stumbled in here at lunch. This is the best find of the week. Thanks.
Three classic command line tips

Jim

October 19, 2009
Thanks for the rtsp:// post - that's something that has been bugging me for a while!
Three classic command line tips

Zeth

October 18, 2009
Thanks for the comments guys. Great to see the all the gang are still here!
Three classic command line tips

Bubba

October 18, 2009
Is there any way psftp can return the true transfer rates oberved during the actual transfer?
PuTTY Series: Using PSFTP