
Everything went very smoothly, the usual customisation chores but she was running in no time.
Now before I move any further I have to clarify something.
My wife is VERY critical about linux, she loved the "user friendlyness" of Windows and she doesn't like the fact that there are some things she has to do differently.
So when she tried to unmount her external USB drive and got the "device is busy" error she complained quite heavily!
A little digging gave me
Code: Select all
[root@localhost media]# fuser /media/MEDIADRIVE
/media/MEDIADRIVE: 5248
[root@localhost media]# ps 5248
PID TTY STAT TIME COMMAND
5248 ? S 0:00 /usr/libexec/gam_server
Could it be that this new flavor of a file alteration monitor cannot be disabled?
I tried to apt)get remove gamin gamin-devel but apt wants to remove like half of the system ...
Any ideas?
I'll keep looking in the meantime and keep you updated if I find anything interesting.