Comment 27 for bug 23770

Revision history for this message
sk545 (khu) wrote :

(In reply to comment #26)
> (In reply to comment #19)
> > Created an attachment (id=4701) [edit] [edit]
> > gvm.log
>
> manager.c/1258: mounting /org/freedesktop/Hal/devices/volume_part1_size_64405504...
> manager.c/696: executing command: /usr/bin/pmount-hal
> /org/freedesktop/Hal/devices/volume_part1_size_64405504
>
> This looks pretty successful - are you sure that the device was not mounted?
> Does /dev/sda1 occur in the output of "mount"? If not, please send the output of
>
> pmount -d /dev/sda1

The issue is not that it doesn't mount, but that there is no icon on the desktop and nor does an
application launch automatically when a dvd is inserted. It mounts just fine:

$ mount
/dev/sda1 on /media/usbdisk type vfat (rw,noexec,nosuid,.............)

Output from pmount:

$ pmount -d /dev/sda1

resolved /dev/sda1 to device /dev/sda1
mount point to be used: /media/sda1
no iocharset given, current locale encoding is UTF-8
locale encoding uses UTF-8, setting iocharset to 'utf8'
Cleaning lock directory /var/lock/pmount/_dev_sda1
Error: device /dev/sda1 is already mounted to /media/usbdisk
policy check failed

Thx.