dglaser.DeleteThis@pacific.net wrote:
> I have tried Option key, but that only really works once the files
are
> IN the trash. Booting from another drive sounds like a good idea,
I'll
> try that. Thanks.
>
> It stlll seems like a larger problem however. I am going to upgrade
to
> Panther and see if that solves some other problems I have been
having.
>
You say the files aren't in use, but are you sure? Open a terminal
window and type
lsof /pathtofile/nameoftroublefile
For example, if I'm doing a tail -f /tmp/t in one window, and then in
another I do this
$ lsof /tmp/t
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
tail 999 apl 3r VREG 14,5 0 4058798 /private/tmp/t
and I could "kill -9 999"
While you are there, a "rm /pathtofile/nameoftroublefile" might tell
you more about whatever the problem actually is, and a "rm -f
/pathtofile/nameoftroublefile" might even just remove it.
But yeah, you should upgrade anyway.
--
Tony Lawrence
<a style='text-decoration: underline;' href="http://aplawrence.com" target="_blank">http://aplawrence.com</a>
Unix, Linux and Mac OS X resources, how-to's, tips, tests, and more<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Can't delete files by dragging to Trash