change default automount settings in xfce
Posted: 18. Oct 2011, 13:16
When using Gparted from 13.1 xfce live (and no doubt in general), annoying messages keep popping up to say mounting each partition failed.
Unticking "Mount removable drives when hot plugged" in Removable Drives and Media under Settings stops this. I wish I'd discovered it before!
However, maybe this is a problem with Gparted. These partitions are *not* 'removable drives', after all. I'm not sure what hot plugging means, but no doubt this is the desired behaviour in that case.
It would also be nice if Gparted unmounted the partitions on the device automatically,as far as possible (ie not if you are pointing it at the device where Salix is running). As it is, I unmount them (and turn off swap) from console before running Gparted. I see you can do these actions under the Partition menu,but it looks as though it has to be one by one. is easier, and doesn't unmount anything that shouldn't be.
So my (hesitant) suggestion is to change that default automount setting; but maybe Gparted shouldn't be behaving like that.
Unticking "Mount removable drives when hot plugged" in Removable Drives and Media under Settings stops this. I wish I'd discovered it before!
However, maybe this is a problem with Gparted. These partitions are *not* 'removable drives', after all. I'm not sure what hot plugging means, but no doubt this is the desired behaviour in that case.
It would also be nice if Gparted unmounted the partitions on the device automatically,as far as possible (ie not if you are pointing it at the device where Salix is running). As it is, I unmount them (and turn off swap) from console before running Gparted. I see you can do these actions under the Partition menu,but it looks as though it has to be one by one.
Code: Select all
swapoff -a ; umount -a
So my (hesitant) suggestion is to change that default automount setting; but maybe Gparted shouldn't be behaving like that.