Gentoo Archives: gentoo-user

From: "David D. Rea" <dave@×××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Ejecting an IPod
Date: Wed, 19 Oct 2005 10:54:48
Message-Id: 1129718914.6323.2.camel@localhost
In Reply to: [gentoo-user] Ejecting an IPod by Ryan Viljoen
1 On Wed, 2005-10-19 at 11:16 +0200, Ryan Viljoen wrote:
2 > Ok here is what I am wanting to do:
3 >
4 > I windows when you connect your IPod it autodetects it and brings up
5 > itunes, then you can do the whole safely remove hardware blah blah.
6 > After you have done that you no longer have the DO NOT DISCONNECT
7 > screen on the IPod but it continues to charge. I would like to do the
8 > same in linux. My IPod isnt currently mounted but when you connect it
9 > creates a node in /dev. No how do I "disconnect" it so that it still
10 > remains to charge and no longer has the DO NOT DISCONNECT screen?
11
12 I use:
13
14 `eject /dev/hd[a|b|c]` - sub in whatever letter your USB driver has
15 assigned to your ipod.
16
17 It probably won't work if you use "/dev/hda2" (which is the device file
18 for the *partition* on which your music resides). You'll need to
19 actually use the device, "/dev/hda". It usually takes a few seconds,
20 then the command returns and my iPod mini's screen goes back to normal
21 mode as it continues to charge.
22
23 All of this as root, of course...
24
25 Good luck,
26 Dave
27
28 --
29 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Ejecting an IPod Ryan Viljoen <ravilj@×××××.com>