VFS SCSI Read-Write


Now I need to read the sectors back and have a look at what we have in memory - this time it's the FF pattern. So, this proves that using OSWORD &62 to do direct sector access in VFS, we can write to a read/write device on the AIV SCSI bus.

It's just unfortunate that VFS seems to have been deliberately made to give a read only error on any write attempt, without actually checking the device attached. This makes it very difficult to use VFS with the SCSI board as an internal hard disc interface.



Click here to return to VFS SCSI Read-Write