Hi all,
I have a system with an internal magneto-optical drive (scsi). I installed Fedora 12 (core 2.6.31-5 I think), and when I inserted a mo-disk in the drive, it automatically mounted and turned up as /media/disk. I then did an update (all) an now I am on core 2.6.31-12. The mo-disk will not automount any longer. Inserting a USB stick or a DVD still works fine, but I have to manually mount the mo. I have a feeling that it might be security related, but I am not sure.
lshal shows the following when I insert the disk:
10:08:38.309: storage_model_SMO_F551 property storage.removable.media_available = true
10:08:38.325: storage_model_SMO_F551 property storage.partitioning_scheme = 'mbr'
10:08:39.102: volume_part1_size_1024 added
10:08:39.410: volume_part5_size_1299349504 added
I get the following in /var/log/messages:
Mar 2 10:08:34 localhost kernel: sd 5:0:1:0: [sdf] Spinning up disk.....
Mar 2 10:08:38 localhost kernel: sd 5:0:1:0: [sdf] Spinning up disk.......ready
Mar 2 10:08:38 localhost kernel: sd 5:0:1:0: [sdf] 1273011 1024-byte logical blocks: (1.30 GB/1.21 GiB)
Mar 2 10:08:38 localhost kernel: sd 5:0:1:0: [sdf] 1273011 1024-byte logical blocks: (1.30 GB/1.21 GiB)
Mar 2 10:08:38 localhost kernel: sdf: sdf1 < sdf5 >
I would really appreciate some help on this one.
Espen
---------- Post added at 03:46 PM CST ---------- Previous post was at 10:11 AM CST ----------
Some more information. When I use dbus-monitor --system, I get the following when inserting the mo-disk. I would really like to see a mount event after this.
signal sender=:1.1 -> dest=(null destination) serial=1046 path=/org/freedesktop/Hal/devices/storage_model_SMO_F551; interface=org.freedesktop.Hal.Device; member=PropertyModified
int32 1
array [
struct {
string "storage.removable.media_available"
boolean false
boolean false
}
]
signal sender=:1.1 -> dest=(null destination) serial=1047 path=/org/freedesktop/Hal/devices/storage_model_SMO_F551; interface=org.freedesktop.Hal.Device; member=PropertyModified
int32 1
array [
struct {
string "storage.partitioning_scheme"
boolean false
boolean false
}
]
signal sender=:1.60 -> dest=(null destination) serial=670 path=/org/freedesktop/DeviceKit/Disks/devices/sdf; interface=org.freedesktop.DeviceKit.Disks.Device; member=Changed
signal sender=:1.60 -> dest=(null destination) serial=671 path=/org/freedesktop/DeviceKit/Disks; interface=org.freedesktop.DeviceKit.Disks; member=DeviceChanged
object path "/org/freedesktop/DeviceKit/Disks/devices/sdf"
signal sender=:1.60 -> dest=(null destination) serial=690 path=/org/freedesktop/DeviceKit/Disks; interface=org.freedesktop.DeviceKit.Disks; member=DeviceAdded
object path "/org/freedesktop/DeviceKit/Disks/devices/sdf1"
signal sender=:1.1 -> dest=(null destination) serial=1048 path=/org/freedesktop/Hal/Manager; interface=org.freedesktop.Hal.Manager; member=DeviceAdded
string "/org/freedesktop/Hal/devices/volume_part1_size_1024"
signal sender=:1.60 -> dest=(null destination) serial=709 path=/org/freedesktop/DeviceKit/Disks; interface=org.freedesktop.DeviceKit.Disks; member=DeviceAdded
object path "/org/freedesktop/DeviceKit/Disks/devices/sdf5"
signal sender=:1.1 -> dest=(null destination) serial=1051 path=/org/freedesktop/Hal/Manager; interface=org.freedesktop.Hal.Manager; member=DeviceAdded
string "/org/freedesktop/Hal/devices/volume_part5_size_1299349504"
signal sender=:1.60 -> dest=(null destination) serial=728 path=/org/freedesktop/DeviceKit/Disks/devices/sdf; interface=org.freedesktop.DeviceKit.Disks.Device; member=Changed
signal sender=:1.60 -> dest=(null destination) serial=729 path=/org/freedesktop/DeviceKit/Disks; interface=org.freedesktop.DeviceKit.Disks; member=DeviceChanged
object path "/org/freedesktop/DeviceKit/Disks/devices/sdf"