[comp.sys.amiga.tech] Problems adding SCSI drive to A2500 - oops

guineau@wjg.dec.com (07/20/89)

Oops, forgot to include a typical entry from my mountlist:

FH2:
	Device = hddisk.device
	Unit = 3
	Flags = 0
	Surfaces = 6
	BlocksPerTrack = 33
	FileSystem = l:FastFileSystem
	Reserved = 2
	LowCyl = 0 ; HighCyl = 300
	Buffers = 30
	Globvec = -1
	Mount = 1
	BufMemType = 0
	Stacksize = 5000
	DosType = 0x444F5301
#

NOTES:
	All others look like this except the next starts at cyl 301 etc.
	I did have LowCyl = 2 and used PREP with same results. With LowCyl = 0
		I skip PREP (To no have to use an old FS partition)
	I tried Globvec = 1 and = -1 (since I've seen both used)

Where is hddisk.device? Must be in 2090a ROM?

John