|
How To use DHTML Web Menu on a local file system or CD-Rom (475 words) |
 | The problem we face is caused by the way the Microsoft Windows file system has been constructed and the fact that it is quite different to a Unix based file system that the Internet uses. |
 | The differences between the two file systems are huge but we are only interested in the way you access your files using their names. |
 | This is where the File Protocol comes in, this allows you to access files from a hard disk directly using a Unix based file system approach even on a Windows system. |
|
Enhancing File System Integrity Through Checksums (3062 words) |
 | Stackable file systems [2] are a technique to layer new functionalities to existing file systems. |
 | A stackable file system has many advantages: significant among them being minimal development overhead, portability, no change to the existing file systems etc. When it is easy to develop a stackable file system, there are some operations that cannot be done using it. |
 | Since a stackable file system has the responsibility of being good to a variety of underlying file systems, it provides a higher level abstraction to the level of a file, which makes certain lower level operations almost impossible to perform from the stackable level. |