Comment 4 for bug 369458

Revision history for this message
Javier Rovegno Campos (jrovegno) wrote :

The previous message was in a Hardy machine, sorry. On a Jaunty machine the result is different: (because I was modified the fstab file adding this line:
/dev/sdb1 /media/pendrive vfat rw,user,noauto,sync,noatime 0 0

This happens on the Jaunty machine with the fstab extra line:
$ gnome-mount -vbd /dev/sdb1
gnome-mount 0.8
** (gnome-mount:3384): DEBUG: Mounting /org/freedesktop/Hal/devices/volume_part1_size_4043276800
El dispositivo /dev/sdb1 está en /etc/fstab con punto de montaje «/media/pendrive»
Se ha montado /dev/sdb1 en «/media/pendrive» (usando /etc/fstab)

The pendrive was successfully mounted and I could unmount with the mouse from the desktop normally.
But if I remove the pendrive and plug in, only with the gnome-mount -vbd /dev/sdb1 command the pendrive is mounted again. (The system not mount the pendrive automatically)

On a Jaunty machine result if I remove the the line from the /etc/fstab the result is similar to the hardy machine:
$ gnome-mount -vbd /dev/sdb1
gnome-mount 0.8
** (gnome-mount:3751): DEBUG: Mounting /org/freedesktop/Hal/devices/volume_part1_size_4043276800
Falló en GConf: Clave o nombre de directorio erróneo: «/system/storage/default_options/(null)/fstype_override»: `(' no es un carácter válido en los nombres de claves/directorios
** (gnome-mount:3751): DEBUG: Mounting /org/freedesktop/Hal/devices/volume_part1_size_4043276800 with mount_point='', fstype='', num_options=0
** Message: Mount failed for /org/freedesktop/Hal/devices/volume_part1_size_4043276800
org.freedesktop.DBus.Error.UnknownMethod : Method "Mount" with signature "ssas" on interface "org.freedesktop.Hal.Device.Volume" doesn't exist

Regards
Javier