You are not logged in.
Hi all,
my name is Alessio, I recently switched from Gnome 2 to Xfce.
Also if I still need to get completely used to it, I found it is a great DE and perfect for my needs.
At the moment I have only a small issue (well, indeed two issues, but the other is a completely different story),
when I'm logged in and I connect an external drive it is correctly mounted and a notification is showed.
This is exactly the behavior I expect.
But if the external drive is already connected before I log in, it is not mounted at all, and I need to mount it manually.
I would like to have it mounted automatically.
So here are my questions:
Is this the correct behavior or something is broken.
Exists a property somewhere to configure this ?
I already googled for an answer but I wasn't able to found it.
Related to this I have another question:
when I'm logged in which is the process who mount the external drives and show the notification ?
I though it should be thunar-volman but I don't see it on the list of running processes.
I'm using Xfce 4.10 on Xubuntu 10.10 with "Launch GNOME services on startup" activated (and a lot of Gnome applications installed).
Thank you
Alessio
Offline
Could someone tell me, at least, if this is the normal behavior ?
Thank you
Alessio
Offline
Same on Xubuntu 12.04 yes, IIRC. My personal solution (under Arch Linux) is to mount them from rc.local… But I believe there’s something called udev or udisks or something else for which you can create “rules” to do stuff… Or maybe you could just add them to /etc/fstab, not sure if that works if the disk isn’t plugged in at startup.
Offline
Thank you very much for your reply.
I will look for a solution by myself.
I'm writing a small C program to automount external drives when I login.
I'll put the program here as soon as I will end it (not very soon because I'm not so experienced in C programming).
bye
Alessio
Offline
Hi I wrote a small C program based on gio which mount all external drives when run.
I just start it using /etc/xdg/autostart and so my external drives are mounted when I log in.
I public it in case someone else has the same needs as me.
You can find source on github ( https://github.com/geckoblu/gio-automount ).
Ubuntu users could also install it using my public ppa ( https://launchpad.net/~geckoblu/+archive/public ).
If someone try to use it and finds problems feel free to contact me.
bye
Alessio
Offline
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 539.84 KiB (Peak: 540.68 KiB) ]