English Amiga Board


Go Back   English Amiga Board > News

 
 
Thread Tools
Old 01 March 2018, 12:46   #121
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,534
Quote:
Originally Posted by apex View Post
Ok, will try again using number 6. I used latest loadmodule from Aminet. FFS is working, for PFS I will check in the evening.
You still didn't say how exactly it "does not work". How do you confirm it isn't working?

It should work exact same as previous (v1 and v2) PFS3AIO versions.
Toni Wilen is offline  
Old 01 March 2018, 23:24   #122
apex
Registered User
 
apex's Avatar
 
Join Date: Apr 2010
Location: Amigaplanet
Posts: 645
No (more) problems here. Can be loaded with latest loadmodule. Great, thank you.
apex is offline  
Old 02 March 2018, 11:27   #123
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
Been running test #6 without any issues so far on two CD32 systems, one with SX32 Pro and one with TF328. Time permits, I will test with other systems this weekend
kolla is offline  
Old 02 March 2018, 23:53   #124
Sandancer
Registered User
 
Join Date: Mar 2017
Location: England
Posts: 270
cool thank you will test it out
Sandancer is offline  
Old 03 March 2018, 19:22   #125
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,534
Quote:
Originally Posted by thomas View Post
The IDEfix package contains a KillDev program which can unmount CD drives mounted with CacheCDFS.

If you can get rid of a PFS partition with this program I would assume it works.
Thanks. And it didn't work (corrupt memory list), ACTION_DIE was replied too early, before volume node and other stuff was released and freed..
Toni Wilen is offline  
Old 03 March 2018, 20:22   #126
mark_k
Registered User
 
Join Date: Aug 2004
Location:
Posts: 3,344
Quote:
Originally Posted by Toni Wilen View Post
Oops, +1 and zero check (drive too large) got lost when I cleaned up the code It was "blind" assembly to C conversion originally, I didn't write it originally.
What about when the max.LBA in READ CAPACITY data is 0xFFFFFFFF, which will be the case for large (>= 2TB with 512 bytes/sector) drives?

Exactly what to do in that case is arguable. On the one hand, 0xFFFFFFFF + 1 is probably not the actual number of sectors, and anyway that wouldn't fit into the 32-bit dg_TotalSectors field. So maybe it is best to return failure then, falling back to using DosEnvec values.

You could attempt to issue READ CAPACITY (16) to get the real number of sectors, but probably a lot of other calculations are 32-bit so effectively prevent access to the past-2TB (assuming 512 bytes/sector) region.

Another possibility might be to fake a larger sector size; e.g. with fake 4KB sectors, the 32-bit sector# limit is at 16TB.

Last edited by mark_k; 03 March 2018 at 20:37.
mark_k is offline  
Old 03 March 2018, 20:31   #127
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,534
It works exact same as original code, FFFFFFFF = too large, rejected.

Not my problem, I didn't design it. Reason for "Don't ask me!".
Toni Wilen is offline  
Old 03 March 2018, 21:23   #128
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,534
PFS3AIO 3.0 Test #7. Unmount fix.
Toni Wilen is offline  
Old 04 March 2018, 09:36   #129
TuKo
Apollo Team
 
TuKo's Avatar
 
Join Date: May 2014
Location: not far
Posts: 381
Hi Toni,

Is a format needed every time a new update comes out or is it enough to update FS in HDToolBox ?

Thanks in advance
TuKo is offline  
Old 04 March 2018, 09:47   #130
malko
Ex nihilo nihil
 
malko's Avatar
 
Join Date: Oct 2017
Location: CH
Posts: 4,935
Quote:
Originally Posted by TuKo View Post
Hi Toni,

Is a format needed every time a new update comes out or is it enough to update FS in HDToolBox ?

Thanks in advance
Ses reply #14 in this thread
malko is offline  
Old 04 March 2018, 10:05   #131
TuKo
Apollo Team
 
TuKo's Avatar
 
Join Date: May 2014
Location: not far
Posts: 381
Quote:
Originally Posted by malko View Post
Ses reply #14 in this thread
thx !
TuKo is offline  
Old 04 March 2018, 15:06   #132
malko
Ex nihilo nihil
 
malko's Avatar
 
Join Date: Oct 2017
Location: CH
Posts: 4,935
Don't mention it
malko is offline  
Old 04 March 2018, 18:28   #133
TuKo
Apollo Team
 
TuKo's Avatar
 
Join Date: May 2014
Location: not far
Posts: 381
I get a guru with experimental version of pfsdoctor on large partition (>26GB) with lot of files with test #7. Works ok with original pfsdoctor.
TuKo is offline  
Old 04 March 2018, 18:35   #134
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,534
Quote:
Originally Posted by TuKo View Post
I get a guru with experimental version of pfsdoctor on large partition (>26GB) with lot of files with test #7. Works ok with original pfsdoctor.
Did you check if it runs out of memory? Which guru? (first number)

Fortunately this is non-issue because "old" pfsdoctor is still fully compatible as long as partition is not larger than old max size (104G).
Toni Wilen is offline  
Old 04 March 2018, 19:00   #135
TuKo
Apollo Team
 
TuKo's Avatar
 
Join Date: May 2014
Location: not far
Posts: 381


Monitored RAM during process, it never runs out.
TuKo is offline  
Old 04 March 2018, 19:08   #136
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,534
Quote:
Originally Posted by TuKo View Post


Monitored RAM during process, it never runs out.
Ok, that guru usually means execution jumped to somewhere where it shouldn't.. Did you try larger stack? (original pfsdoctor may use larger stack by default)
Toni Wilen is offline  
Old 04 March 2018, 19:14   #137
TuKo
Apollo Team
 
TuKo's Avatar
 
Join Date: May 2014
Location: not far
Posts: 381
Indeed, it worked with a stack of 8192 ! I did not thought about it when I saw it working with my first small partitions.
TuKo is offline  
Old 04 March 2018, 19:27   #138
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,534
I plan to finally release official pfs3aio v3 tomorrow. Now that I said it, something is guaranteed to happen in next 20 hours or so

Quote:
Originally Posted by TuKo View Post
Indeed, it worked with a stack of 8192 ! I did not thought about it when I saw it working with my first small partitions.
4096 default stack is uselessly small.. I'll increase stack if current stack is too small in next update.
Toni Wilen is offline  
Old 04 March 2018, 20:25   #139
kolla
Banned
 
Join Date: Nov 2007
Location: Trondheim, Norway
Posts: 1,893
Oo! I haven't manage to play around with test7 much (the flue got me, meh), but I have it installed on the CD32/SX32Pro, and there was something new - sometimes on boot-up, the boot device itself, DH0: gurus 8000 0003 or 8000 0004. I know the SX32Pro is an oddball, but since this seems to have started with test7, I should mention it.
kolla is offline  
Old 04 March 2018, 20:31   #140
Toni Wilen
WinUAE developer
 
Join Date: Aug 2001
Location: Hämeenlinna/Finland
Age: 49
Posts: 26,534
Quote:
Originally Posted by kolla View Post
Oo! I haven't manage to play around with test7 much (the flue got me, meh), but I have it installed on the CD32/SX32Pro, and there was something new - sometimes on boot-up, the boot device itself, DH0: gurus 8000 0003 or 8000 0004. I know the SX32Pro is an oddball, but since this seems to have started with test7, I should mention it.
None of test #7 changes can cause this, random problem usually points somewhere else. You need to retest with older version #7.
Toni Wilen is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
PFS3aio vs SFS/02 White support.WinUAE 10 13 April 2018 21:44
PFS3AIO Probs ? Foul support.FS-UAE 0 21 February 2018 22:49
PFS3AIO Questions manic23 support.Hardware 26 22 April 2014 13:49
Pfs3aio ???? stingray76 support.Hardware 2 19 February 2014 09:15
FinalWriter 97; FinalCalc 1.04; Final Data 2.00 & Final Copy aebrown-u request.Apps 20 12 July 2009 11:19

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 14:34.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.11623 seconds with 16 queries