[comp.sys.amiga.tech] FFS on a 5.25 A1020

arp@pdp.cs.OHIOU.EDU (John Gordos) (10/28/88)

	Hi,

	I'm trying to get FFS running on the 1020 5.25" drive.  My
	understanding is that this should be possible, since the
	drive must be MOUNTed.

	It all seems to work EXCEPT that all the object files I place
	on the drive, give "not an object module" messages when I
	try to run them.   If I copy them back to a known non-FFS 
	device, they still are not object modules.

	I'm using the normal DF2: (renamed DF3:) 5.25" mountlist entry, 
	with the addition of the three FFS entries.  (DosType, FileSystem,
	and a third that escapes me (GlobVec?)).

	SYSTEM:
		B2000 (stock)  one external 3.5 A1010 drive and A1020.
		No Harddrive.

	Any hints would be appreciated.

	John
-- 
=======================					====================
John A. Gordos, III					cbatt!oucs!arp
SAMI/Burke							-or-
							uccba!crta!gordos

steveb@cbmvax.UUCP (Steve Beats) (10/31/88)

In article <717@pdp.cs.OHIOU.EDU> arp@pdp.cs.OHIOU.EDU (John Gordos) writes:
>
>
>	Hi,
>
>	I'm trying to get FFS running on the 1020 5.25" drive.  My
>	understanding is that this should be possible, since the
>	drive must be MOUNTed.
>
>	It all seems to work EXCEPT that all the object files I place
>	on the drive, give "not an object module" messages when I
>	try to run them.   If I copy them back to a known non-FFS 
>	device, they still are not object modules.
>
You must also specify Mask = 0x7ffff in your mountlist and BufMemType should
be set to MEMF_CHIP.  5 1/4 drives still require chip memory buffers.

	Steve