Welcome, Guest. Please login or register.

Author Topic: Anyone working on PFS3 ??  (Read 18087 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline gertsy

  • Lifetime Member
  • Hero Member
  • *****
  • Join Date: May 2006
  • Posts: 2318
  • Country: au
  • Thanked: 1 times
    • Show only replies by gertsy
    • http://www.members.optusnet.com.au/~gbakker64/
Re: Anyone working on PFS3 ??
« Reply #89 from previous page: June 13, 2011, 12:33:13 PM »
Quote from: AmiDude;644704
It would be very nice if he would accomplish this! :biglaugh: But the chances are really zero. :(
Maybe some other smart person will make such a program... ;)


Dave Hanie is a hardware engineer not a magician damn it Jim.
 

Offline AmiDude

  • Hero Member
  • *****
  • Join Date: Oct 2005
  • Posts: 903
    • Show only replies by AmiDude
Re: Anyone working on PFS3 ??
« Reply #90 on: June 13, 2011, 12:45:11 PM »
Quote from: gertsy;644715
Dave Hanie is a hardware engineer not a magician damn it Jim.


He did make DiskSalv though... He doesn't have to be a magician for that! ;)
 

Offline orange

  • Hero Member
  • *****
  • Join Date: Dec 2003
  • Posts: 2797
    • Show only replies by orange
Re: Anyone working on PFS3 ??
« Reply #91 on: June 25, 2011, 01:24:13 PM »
Quote from: Piru;644071
I don't need to test it. I know it's technically impossible to partition a >2TB drive reporting 512 byte block size (that's what current drives do due to compatibility reasons). These drives will report more than 2^32-1 sectors and you cannot fit such number into 32bit data type (used by both TD_GETGEOMETRY and RDB itself).


hm, I wonder if that compatibility mode could be turned off;
because, with 4096 byte blocks, the limit would be 8*2Gb ?

I mean at least some new OS/software would be able to use largest drives without requiring new controllers?

plus the drives might be a bit faster.
Better sorry than worry.
 

Offline Cosmos Amiga

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 955
    • Show only replies by Cosmos Amiga
    • http://leblogdecosmos.blogspot.com
Re: Anyone working on PFS3 ??
« Reply #92 on: June 26, 2011, 06:24:47 AM »
Pfs3ds_000 v18.4

 - 68000+
 - Compiled with SAS/C 6.58
 - Last version by Harry Sintonen


Here : http://eab.abime.net/showpost.php?p=762029&postcount=96

Offline Cosmos Amiga

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 955
    • Show only replies by Cosmos Amiga
    • http://leblogdecosmos.blogspot.com
Re: Anyone working on PFS3 ??
« Reply #93 on: June 27, 2011, 10:32:42 AM »
@Piru

This new version of Pfs3 give uninitialised partitions beyond the 4 Gb border : "Write Error -3 on block 0" when used with the scsi 43.45 (Boing Bag 2) burned on eprom...

I'll try with the v18.5 on Aminet, but I think I'll get the same result !




!

Offline Cosmos Amiga

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 955
    • Show only replies by Cosmos Amiga
    • http://leblogdecosmos.blogspot.com
Re: Anyone working on PFS3 ??
« Reply #94 on: June 27, 2011, 10:59:00 AM »
v18.3ds on Aminet => All partitions are working fine
v18.4ds => All partitions beyond the 4 Gb border are uninitialised
v18.5ds => All partitions beyond the 4 Gb border are uninitialised


(CF 16 Gb on A600 with ACA030 used with the scsi v43.45 into an eeprom)

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Anyone working on PFS3 ??
« Reply #95 on: June 27, 2011, 12:53:31 PM »
@Cosmos

Use the bug tracker, please. Also, please include output from check4gb.
« Last Edit: June 27, 2011, 12:59:30 PM by Piru »
 

Offline Cosmos Amiga

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 955
    • Show only replies by Cosmos Amiga
    • http://leblogdecosmos.blogspot.com
Re: Anyone working on PFS3 ??
« Reply #96 on: June 27, 2011, 01:21:27 PM »
I cannot register on SourceForge : "Username must begin with a letter"...




check4gb

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Anyone working on PFS3 ??
« Reply #97 on: June 29, 2011, 07:48:37 PM »
Quote from: Cosmos;647301
@Piru

This new version of Pfs3 give uninitialised partitions beyond the 4 Gb border : "Write Error -3 on block 0" when used with the scsi 43.45 (Boing Bag 2) burned on eprom...

For whatever reason this device doesn't appear to have a working HD_SCSICMD interface (DirectSCSI). This is indicated by the Check4GB output as well (no S).

This doesn't explain why old PFS3 supposedly works. I suspect some problem with your testing method rather than that the old PFS3 would actually be working.
 

Offline Cosmos Amiga

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 955
    • Show only replies by Cosmos Amiga
    • http://leblogdecosmos.blogspot.com
Re: Anyone working on PFS3 ??
« Reply #98 on: June 30, 2011, 05:52:13 AM »
Unbelievable... The v18.3 is working fine, YOU made some changes and bump to v18.4...

v18.4 give now partitions uninitialised beyond the 4 Gb border, and it's ME the culprit... Whaou...


Whaou, whaou, whaou...

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Anyone working on PFS3 ??
« Reply #99 on: June 30, 2011, 07:54:04 AM »
Quote from: Cosmos;647706
Unbelievable... The v18.3 is working fine, YOU made some changes and bump to v18.4...
I did not bump the filesystem version.
Code: [Select]
    2   michielp #define REVISION "18.4"
     2   michielp #define REVDATE  "11.09.99"
     2   michielp #define REVTIME  "18:02:53"
     2   michielp #define AUTHOR   "Michiel Pelt"
     2   michielp #define VERNUM   18
     2   michielp #define REVNUM   4

Quote
v18.4 give now partitions uninitialised beyond the 4 Gb border, and it's ME the culprit...
v18.5 is the official PFS3 without any of my changes. If it fails then I can't see how this could be my fault.

Finally: The svn version is a work in progress. Anyone using this snapshot is doing so with the knowledge that things may be in flux. I strongly suggest you avoid using random svn builds and rather use the official v18.5 for now.
« Last Edit: June 30, 2011, 07:56:14 AM by Piru »
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Anyone working on PFS3 ??
« Reply #100 on: June 30, 2011, 08:01:01 AM »
Quote from: Cosmos;647301
used with the scsi 43.45 (Boing Bag 2)
Really? Isn't that 43.45 some unofficial patch from aminet?
http://aminet.net/package/driver/media/SCSI4345p

Code: [Select]
THIS PATCH IS COMPLETELY UNOFFICIAL. IT HAS NOT BEEN APPROVED BY AMIGA INC.
OR BY HAAGE & PARTNER. BY USING IT ON YOUR SYSTEM, YOU ACCEPT THE ENTIRE
RISK AS TO ITS QUALITY AND PERFORMANCE.
 

Offline Cosmos Amiga

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 955
    • Show only replies by Cosmos Amiga
    • http://leblogdecosmos.blogspot.com
Re: Anyone working on PFS3 ??
« Reply #101 on: June 30, 2011, 12:36:34 PM »
I believed the src version on Aminet was v18.3... My mistake, it's the v18.4...

When coders add some new changes on some sources, they bump the version or the revision numbers...

Anyway, the v18.4 on Aminet compiled with SAS/C 6.58 give the same error than the last files updated on SourceForge...

Offline ChaosLord

  • Hero Member
  • *****
  • Join Date: Nov 2003
  • Posts: 2608
    • Show only replies by ChaosLord
    • http://totalchaoseng.dbv.pl/news.php
Re: Anyone working on PFS3 ??
« Reply #102 on: June 30, 2011, 01:17:06 PM »
So the conclusion is that this is not Piru's fault.
Correct?
Wanna try a wonderfull strategy game with lots of handdrawn anims,
Magic Spells and Monsters, Incredible playability and lastability,
English speech, etc. Total Chaos AGA
 

Offline Cosmos Amiga

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 955
    • Show only replies by Cosmos Amiga
    • http://leblogdecosmos.blogspot.com
Re: Anyone working on PFS3 ??
« Reply #103 on: June 30, 2011, 01:33:16 PM »
Yes !

Pfs3 versions uploaded on Aminet in 2011 :

- binaries => v18.3
- sources => v18.4

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: Anyone working on PFS3 ??
« Reply #104 on: June 30, 2011, 02:24:02 PM »
Quote from: Cosmos;647725
When coders add some new changes on some sources, they bump the version or the revision numbers...

The source committed to SVN was for earlier PFS3 version (iirc PFS3 5.2 aka 18.4), since the very last src were lost. The source code has since been brought up to date and the current SVN should match the PFS3 5.3 (18.5) in features. See here: http://sourceforge.net/tracker/?func=detail&aid=3285730&group_id=532591&atid=2163218

The SVN "trunk" version is work in progress (and as such the revision hasn't been touched yet). The SVN trunk version isn't guaranteed to be stable at any given moment. Obviously there's nothing we can do to prevent anyone from releasing snapshot builds, but I would appreciate it if any such release would be accompanied with a warning about it being only a snapshot build.