Comment 5 for bug 126825

Revision history for this message
Oxenfrogga (tlatlik) wrote : Re: External ext3 disk doesn't auto-mount

Hi folks,

I can confirm that behaviour for todays gutsy. I can add some information:

output of fdisk -l:
*****************
oxi:~ > fdisk -l

Disk /dev/sdb: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xf990f609

   Device Boot Start End Blocks Id System
/dev/sdb1 1 2550 20482843+ b W95 FAT32
/dev/sdb2 2551 20397 143356027+ 83 Linux
/dev/sdb3 20398 38913 148729770 83 Linux

*****************
sdb1: fat32
sdb2: luks + ext3
sdb3: ext3

* I experience this behaviour since I encrypted the 2nd partition two days ago. A fully encrypted HD was mounted without any problems -- but I tried that last week last time. My USB pendrive works without problems (fat32).

* all my drives are mounted correctly if I restart hal with the drive plugged in:
************
sudo /etc/init.d/hal restart
************

* pmount does it wirhout problems, too.

I'll attach -- like Alec -- the output of what was asked for in https://wiki.ubuntu.com/DebuggingRemovableDevices.

************
oxi:~ > id
uid=1000(harald) gid=1000(harald) Gruppen=4(adm),7(lp),20(dialout),21(fax),24(cdrom),25(floppy),26(tape),29(audio),30(dip),44(video),46(plugdev),100(users),107(lpadmin),108(scanner),109(admin),122(fuse),125(dhcpd),1000(harald),1002(sambauser)
oxi:~ >
************

************
oxi:~ > id hal
id: hal: No such user
oxi:~ >
************

************
oxi:~ > id haldaemon
uid=121(haldaemon) gid=121(haldaemon) groups=121(haldaemon),24(cdrom),25(floppy),46(plugdev),127(powerdev)
oxi:~ >
************

************
oxi:~ > uname -a
Linux oxi 2.6.22-14-386 #1 Wed Oct 10 05:26:36 GMT 2007 i686 GNU/Linux
oxi:~ >
************