Just popping in
Joined: 2007/6/5 14:51 Last Login
: 9/4 22:03
From Brisbane, AUSTRALIA
Group:
Registered Users
|
@Raziel It's more likely there is an Open() file which has not been closed. If you have the OS4 SDK installed, there willl be an assignment of SDK: in there is a C directory in which you will find a program called "FileHandleScan", it takes one argument, the disk volume.
In a shell, try; FileHandleScan SYS: for the boot volume, or replace SYS: with an actual volume name.
Or, no volume name to check every volume for all open files.
You can send the output to a log file; FileHandleScan >ram:openlist
If someone has left a filesystem lock on something, you're out of luck, There was a 68K program called "Scout" that poked around with the filesystems internal lock list, it may still work for this, but anything else will likely crash badly, as the OS internals have changed a lot since then.
|