do an 'lsof | grep ' lsof gives you a list of all open file descriptors in the system and what process owns them, so you'll be able to see what's still hanging on to an open file. kill it it or maybe even kill -9 it. You may want to go file an evolution bug once you find out what it is as a shutdown app should not leave random helpers apps hanging around. ~Deepak On Apr 21 2003, at 00:00, Jenny Charlene was caught saying: > On Sun, 2003-04-20 at 23:55, Jay wrote: > > Hi Jenny. You might be looking for the 'sync' command. > > Hi Jay, > Thanks, I tried it and it still doesn't get rid of the 'device is busy' > error. There doesn't seem to be any options to give to it, so I don't > know if it's working or not. > -- > C-ya, > Jenny > > --------------------------------------------------- > PLUG-discuss mailing list - PLUG-discuss@lists.plug.phoenix.az.us > To subscribe, unsubscribe, or to change you mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss -- In America, you are free to speak your mind as long as you agree with the majority opinion.