Hi,
yesterday my 9.10 stopped automounting my external USB drive, and in general any pendrive I put into any USB slot. What's worse, it also does not recognise CDs put into my DVD drive. (The only update I recall doing was the official update to the "sudo" package.)
1. The USB issue.
I plug in my external hard drive. Seemingly, nothing happens. No new icons appear anywhere.
a) Still,
gives, among other things:
Code:
Disk /dev/sdc: 999.5 GB, 999501594624 bytes
255 heads, 63 sectors/track, 121515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x0002ae3f
Device Boot Start End Blocks Id System
/dev/sdc1 1 121516 976074752 7 HPFS/NTFS
and I can mount it "manually" without any problems. Similarly for my pendrives. But I don't want to do it any time I put anything into the USB slot and I have no idea why this function stopped working!
b) I tried gconf-editor and in apps -> nautilus -> preferences "media_automount" is set to YES.
c) After searching around these forums, I even put "usb_storage" into /etc/modules and
Code:
<match action="org.freedesktop.hal.storage.mount-removable">
<return result="yes" />
</match>
into /etc/PolicyKit/PolicyKit.conf and restarted HAL. Still doesn't work!
2. The DVD drive issue.
I put an audio CD in the drive. Usually an 'Audio CD' icon appeared after a few seconds, but now nothing happens. There is a "cdrom0" icon visible in the explorer, but when I click it, I get the following error:
Code:
Unable to mount cdrom0
mount: block device /dev/sr0 is write-protected, mounting read-only
mount: wrong fs type, bad option, bad superblock on /dev/sr0,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
The output of 'dmesg | tail' with the audio CD in the drive is
Code:
$ dmesg | tail
[ 181.057495] sr 6:0:0:0: [sr0] Add. Sense: Illegal mode for this track
[ 181.057506] end_request: I/O error, dev sr0, sector 2496
[ 181.057620] UDF-fs: No anchor found
[ 181.057624] UDF-fs: No partition found (1)
[ 181.163401] sr 6:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 181.163413] sr 6:0:0:0: [sr0] Sense Key : Illegal Request [current]
[ 181.163421] Info fld=0x10
[ 181.163425] sr 6:0:0:0: [sr0] Add. Sense: Illegal mode for this track
[ 181.163437] end_request: I/O error, dev sr0, sector 64
[ 181.163527] isofs_fill_super: bread failed, dev=sr0, iso_blknum=16, block=16
edit: the output stays the same when I take the disc out from the drive.
So, it seems that for some strange reason my Karmic stopped being able to automount any new media. Does anyone have an idea why it is so and what should I do to bring this much-needed functionality back?