Welcome, Guest. Please login or register.

Author Topic: SFS and PFS won't work  (Read 15156 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: SFS and PFS won't work
« on: May 24, 2018, 10:35:32 AM »
Quote from: RCtech;839604
Is it possible to use partitions formatted in PFS3AIO above the 4G border in Kickstart 1.3 ?


PFS3AIO checks whether the beginning and the end of the partition are accessible and refuses to mount if not. So if a partition shows up, you can safely use it.

Offline Thomas

Re: SFS and PFS won't work
« Reply #1 on: May 24, 2018, 12:56:51 PM »
Quote from: Thomas Richter;839631
Well... The problem is that the device might interpret the access modulo 4GB. Thus, while the first and the (seemingly) last block are accessible, they might not be what you expect.



I'd find it rather strange for a SCSI driver to "interpret" the input of a HD_SCSICMD request. This would mean that the driver calculates the offset from the block number only to convert it back into a block number to be sent over the SCSI bus. Quite an unnecessary set of calculations.

And for TD64 or NSD it would be a catastrophic programming failure to calculate the input modulo 4G because these commands are made for 64bit. But I doubt they are supported by the A570 anyway.