Hi,
> However my DH1: partition is having some problems - it's 90% full (or so workbench claims)
> but it does have a hell of a lot of files on there, I'm wondering if the FastFileSystem
> is similar to the IBM File Access Table (FAT) where if you have a lot of files on a drive,
> the drive can report free space but actually be totally full?
No, the FastFileSystem doesn't use a FAT, it allocates blocks for files or directory entries as required until the disk is 100% full.
Every file uses at least a whole block of the disk. If you have formated the drive with larger blocksizes (e.g. 2048 bytes) even a file of only a few bytes will use 2KB diskspace. So your drive could be full even if the summary of the filesizes isn't as large as the partitionsize.
Noster