Devices mounted through an automatic desktop mechanism must be unmounted with the same mechanism (the "remove safely" action offered by the file/device manager applications). Such devices cannot currently be unmounted from the command line, except by the super-user.
Comique. Sous FC5 ce qui est (dé)monté par gnome-volume-manager peut-être (dé)monté avec la ligne de commande. Idem pour FC6 (qui sort la semaine prochaine).
[^] # Re: Il faudrait ajouter les liens vers les releases notes et les errata
Posté par clearstream . En réponse à la dépêche Mandriva Linux 2007 disponible pour tous. Évalué à -2.
Comique. Sous FC5 ce qui est (dé)monté par gnome-volume-manager peut-être (dé)monté avec la ligne de commande. Idem pour FC6 (qui sort la semaine prochaine).
Exemple sous FC6 (mode verbeux) :
[me@head ~]$ gnome-mount -v -t -d /dev/sda
gnome-mount 0.5
** (gnome-mount:4452): DEBUG: Mounting /org/freedesktop/Hal/devices/volume_uuid_4438_F36E
** (gnome-mount:4452): DEBUG: read default option 'shortname=winnt' from gconf strlist key /system/storage/default_options/vfat/mount_options
** (gnome-mount:4452): DEBUG: read default option 'uid=' from gconf strlist key /system/storage/default_options/vfat/mount_options
** (gnome-mount:4452): DEBUG: Mounting /org/freedesktop/Hal/devices/volume_uuid_4438_F36E with mount_point='usb_copy', fstype='', num_options=2
** (gnome-mount:4452): DEBUG: option='shortname=winnt'
** (gnome-mount:4452): DEBUG: option='uid=500'
Mounted /dev/sda at "/media/usb_copy"
[me@here ~]$ gnome-umount -v -t -d /dev/sda
gnome-mount 0.5
** (gnome-umount:4485): DEBUG: Unmounting /org/freedesktop/Hal/devices/volume_uuid_4438_F36E
** (gnome-umount:4485): DEBUG: Setting up 750ms timer for Flushing Cache dialog
** (gnome-umount:4485): DEBUG: in unmount_done : user_data = 0x0
Unmounted /dev/sda
[me@here ~]$
Marche aussi en mode graphique.