/*\
 *	$VER: DVD-RAM_2.6 0.5 FFS 1 of 2 (01.06.00)
 *	Designed by Steven Norburn <sndev@bigfoot.com>.
 *	2380 MB, 1218960 blocks with 2048 bytes per block.
 *
 *	<Device Name>: Is the same as this filename.
 *	Device and Unit fields are set by tooltypes.
 *
 * <Device Name>:
 * Device	= <your>scsi.device
 * Unit		= <your>3
 *
 *	The other default settings should hopefully be fine !
\*/

FileSystem	= L:FastFileSystem
Buffers		= 50		/* The amount of cache (100K) */
BufMemType	= 0		/* Any type of cache memory */
GlobVec		= -1		/* Do no change */
Surfaces	= 1		/* Number of Surfaces */
BlockSize	= 2048		/* Number of bytes in a Block */
BlocksPerTrack	= 60		/* Blocks are later known as Sectors */
LowCyl		= 0		/* Start Cyl */
HighCyl		= 10157		/* End Cyl */
Mount		= 1		/* Mount it immediately */
DosType		= 0x444f5301	/* FileSystem ID 'FFS' */
#
