cbmfs update (May 10, 1997)

cbmfs has been updated to compile under Linux 2.0.29 (Intel), but has not been
extensively tested with that kernel. It should still compile under any older
kernel down to version 1.1.83.

Compile cbmfs with the commands:

	make dep
	make

and optionally compile the lscbm program with the commands:

	cd util
	make
	cd ..

The following steps must be performed as root.

Install the 1581 disk parameters with the command:

	echo 'cbm1581         1600    10   2  80    2 0x2A 0x02 0xDF     0x2E'>> /etc/fdprm

Load cbmfs.o into the kernel with the command:

	insmod cbmfs.o

Mount a 1581 disk with the commands:

	setfdprm /dev/fd0 cbm1581
	mount -t cbm -r /dev/fd0 /fd

Users can show the types of files on your mounted disk with the command:

	lscbm -rv /fd

There you go!

>>> Dan
