Bernie wrote:
> 
> As I understand it an inode is the equivalent of an 
> allocated unit in FAT. 

Not really.  Every file (big or small) requires just
one inode.

> The inode size can be set during the installation 
> (1024, 2048 and 4096 or something like that). Or
> have I missunderstood this?

Actually, you are setting the *number* of inodes, not 
the inode size.  If you choose 4096, one inode will be 
created for every 4096 bytes (i.e. 256 inodes per meg).
If you run out of inodes, no more files can be saved 
(even when there is lots of space left). 

Cheers,
Steven

Reply via email to