We've noticed that you've been inactive for over 10 minute(s). We've stopped running the Shoutbox due to your inactivity. If you are back again, please click the I'm Back button below.
what's weird is that the folder isn't in the ~/.local/share/trash or ~/.local/share/trash/files
i trashed some other files and folders and when i browse to the above locations as administrator the VM folder doesn't seem to exist there although it's displayed on Trash when i viewed normally
i'll try single user logon and see if that will fix it...
It's not a "single user logon", it's a single-user boot. You change the default mode from multi-user to single-user in /etc/inittab and reboot. Or you login as root on the console (not on the graphic thing) and you type "init S" And when you see "single User mode" you type "who -r" to check that you are still in single-user mode. And then you type killall this will kill everything except the ascii console (fortunately you are on the ascii console) And then rm -rf /something/yourthing.
These are standard unix administration tasks, and a lot of Windows users have to learn this again.
it's a folder not being used by any process... was an old VM (on VirtualBox)... i copied it over to backup data partition prior installing Mint 11 but now decided i won't need it... so i sent it to Trash and emptied it, then lateron i came to Trash and the folder's still sitting there... weird!
i'll try single user logon and see if that will fix it...
What is that VM folder? Is it a Virtual Machine?
Is that virtual machine down?
Seems that a process is using that folder, so the smart way is to stop this process, or tell this process not to use this file.
The desperate way is the standard Unix method : boot in Single User Mode, remove that bolder, and then boot again in multi-user mode.