[Bug 15149] Unmounting ipod

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Sun Sep 11 10:15:58 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=15149
Ubuntu | nautilus





------- Additional Comments From luogni at tin.it  2005-09-11 11:15 UTC -------
from "strace eject /dev/sdb"
...
open("/dev/sdb", O_RDONLY|O_NONBLOCK)   = 3
ioctl(3, CDROMEJECT, 0x804d878)         = -1 EIO (Input/output error)
ioctl(3, SG_GET_VERSION_NUM, 0xbfea8610) = 0
ioctl(3, SG_IO, 0xbfea8204)             = -1 EPERM (Operation not permitted)
ioctl(3, FDEJECT, 0x804d878)            = -1 EINVAL (Invalid argument)
ioctl(3, MGSL_IOCGPARAMS or MTIOCTOP or SNDCTL_MIDI_MPUMODE, 0xbfea7a04) = -1
EINVAL (Invalid argument)
...
write(2, "eject: unable to eject, last err"..., 53eject: unable to eject, last
error: Invalid argument


>From "sudo strace eject /dev/sda"
open("/dev/sdb", O_RDONLY|O_NONBLOCK)   = 3
ioctl(3, CDROMEJECT, 0x804d878)         = -1 EIO (Input/output error)
ioctl(3, SG_GET_VERSION_NUM, 0xbfda3620) = 0
ioctl(3, SG_IO, 0xbfda3214)             = 0
ioctl(3, SG_IO, 0xbfda3214)             = 0
ioctl(3, SG_IO, 0xbfda3214)             = 0
ioctl(3, BLKRRPART

At this point the ipod is "ejected", it reboots and it gets mounted again. The
eject command sometimes hangs.. (I can C-c it).

So it seems really the same bug.. (i'm on i386 too).

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the desktop-bugs mailing list