Class mkfs
java.lang.Object
|
+----mkfs
- public class mkfs
- extends Object
A MOSS File System Simulator program which uses the simulator
classes to create a "file system".
- Author:
- Ray Ontko
-
mkfs()
-
-
main(String[])
- Creates a "file system" in the named file with the specified
blocksize and number of blocks.
mkfs
public mkfs()
main
public static void main(String argv[]) throws Exception
- Creates a "file system" in the named file with the specified
blocksize and number of blocks.
- Throws: Exception
- if any exception occurs