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

Constructor Index

 o mkfs()

Method Index

 o main(String[])
Creates a "file system" in the named file with the specified blocksize and number of blocks.

Constructors

 o mkfs
 public mkfs()

Methods

 o 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