You are not logged in.

#1 2009-08-07 23:49:25

TiZ
Member
Registered: 2009-02-27
Posts: 58

[Triaged] System tries to mount iPod firmware partition

Hi. I switched from hal-easy back to hal today, and it's started doing something weird.

It's trying to mount my iPod's firmware partition now. It's the first partition, and doesn't have a file system on it. So before mounting the iPod's real partition, I get an error dialog about how it failed to mount that first partition, and then proceeds to mount the second one. Icons for both partitions are visible on the desktop, and in thunar. I'm using xfce 4.6, and exo-mountopt from AUR.

It didn't behave this way before switching to hal-easy, and while I was using hal-easy. What could be going on here? How can I fix it?

Last edited by TiZ (2009-09-23 19:35:37)

Offline

#2 2009-08-08 01:17:37

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: [Triaged] System tries to mount iPod firmware partition

Hello TiZ!

Is it right if you just follows simply the archwiki describtion ?
http://wiki.archlinux.org/index.php/Arc … _Standards

Is there any unneccesary udev rule for it to mount ?

Offline

#3 2009-08-09 00:36:13

TiZ
Member
Registered: 2009-02-27
Posts: 58

Re: [Triaged] System tries to mount iPod firmware partition

I don't think that link has anything to do with my problem at all. Sorry. sad

I don't know if there are any udev rules for the iPod. Though it kind of seems like there should be.

Offline

#4 2009-08-09 05:24:25

djszapi
Member
From: Cambridge, United Kingdom
Registered: 2009-06-14
Posts: 1,439
Website

Re: [Triaged] System tries to mount iPod firmware partition

Hello!

What's the exact error output ?

Offline

#5 2009-08-12 06:11:57

TiZ
Member
Registered: 2009-02-27
Posts: 58

Re: [Triaged] System tries to mount iPod firmware partition

It's a little error dialog that pops up and says "wrong fs type" and breaks up a mount command across several lines. I didn't get a good look at it.

Offline

#6 2009-08-28 12:53:37

rtalreja
Member
Registered: 2009-08-28
Posts: 3

Re: [Triaged] System tries to mount iPod firmware partition

I'm having the same problem all of a sudden. Did you ever figure this out?

Offline

#7 2009-08-28 16:04:22

TiZ
Member
Registered: 2009-02-27
Posts: 58

Re: [Triaged] System tries to mount iPod firmware partition

No, I haven't. sad

Offline

#8 2009-09-23 19:34:28

TiZ
Member
Registered: 2009-02-27
Posts: 58

Re: [Triaged] System tries to mount iPod firmware partition

I found a way to work around this problem.

Create /etc/udev/rules.d/10-local.rules, or if you already have it, add this:

# Ignore iPod's first partition
SUBSYSTEMS=="usb" ATTRS{product}=="Rockbox media player" KERNEL=="sd?1" OPTIONS+="ignore_device last_rule"
SUBSYSTEMS=="usb" ATTRS{product}=="iPod" KERNEL=="sd?1" OPTIONS+="ignore_device last_rule"

This covers iPods with both Apple OS and Rockbox. After making it, the icon for the system partition will still be on the desktop. Just log out and log back in and it will disappear.

And if you get nitpicky about the volume label being all-caps like I do, you can make /etc/hal/fdi/policy/05-labels.fdi and then restart hal:

<?xml version="1.0" encoding="ISO-8859-1"?>
<deviceinfo version="0.2">
  <device>
    <match key="volume.label" string="TIZPOD">
      <merge key="volume.label" type="string">TiZPod</merge>
    </match>
  </device>
</deviceinfo>

Unfortunately, these are all only work-arounds for behavior that was not exhibited before... as for when it changed, I can't remember for the life of me. I'd rather not have to use work-arounds, but they're working. I've marked the thread as "triaged" instead of "solved" because the problem's not fixed, just worked around.

Now I'd like to figure out how to get my iPod icon back instead of the boring hard drive icon when I use Rockbox USB, but I'm sure I can just google around for that. tongue

Last edited by TiZ (2009-09-23 19:38:39)

Offline

Board footer

Powered by FluxBB