Switch to full style
Discussions related to PC-3000
Please no pirated software here!
Post a reply

Seagate 3D GARBO sys files

August 3rd, 2024, 23:07

I want to refine sysfiles of this disk in order to make data extraction smooth.
I am unable to access sys file 93 (disk loses readyness) How can I manually read this file. Is disabling reallocation (edit hdd id ) is same as SMP sys 93 correction.
Is there any other sys file I must work on or anything else I can do further.
Attachments
Garbo realocation.PNG
3D Garbo.PNG

Re: Seagate 3D GARBO sys files

August 4th, 2024, 5:57

Its sys_0_8F for this family and not 93 , I have done that anything I can do. Terminal is showing processwork error
Attachments
2.PNG

Re: Seagate 3D GARBO sys files

August 4th, 2024, 8:27

Nearly 99% Data recovered except one PST , Head 1 imaged 100% head 0 is giving read errors. Is there anything can be done except treating bad sectors which no one can do anything.

Re: Seagate 3D GARBO sys files

August 4th, 2024, 12:47

You can send "F" commands to disable reallocation, etc. I have written a ZOC script (at HDD Oracle) to automate this for you.

Code:
F"READ_SPARING_ENABLED",0,22
F"WRITE_SPARING_ENABLED",0,22
F"OFFLINE_SPARING_ENABLED",0,22
F"DAR_ENABLED",0,22
F"DISABLE_IDLE_ACTIVITY",1,22
F"BGMS_DISABLE_DATA_REFRESH",1,22
F"ABORT_PREFETCH",1,22
F"READ_LOOKAHEAD_DISABLED_ON_POWER_UP",1,22
F"READ_CACHING_DISABLED_ON_POWER_UP",1,22

https://www.hddoracle.com/download/file.php?id=3883

Re: Seagate 3D GARBO sys files

August 6th, 2024, 3:07

fzabkar wrote:You can send "F" commands to disable reallocation, etc. I have written a ZOC script (at HDD Oracle) to automate this for you.

Code:
F"READ_SPARING_ENABLED",0,22
F"WRITE_SPARING_ENABLED",0,22
F"OFFLINE_SPARING_ENABLED",0,22
F"DAR_ENABLED",0,22
F"DISABLE_IDLE_ACTIVITY",1,22
F"BGMS_DISABLE_DATA_REFRESH",1,22
F"ABORT_PREFETCH",1,22
F"READ_LOOKAHEAD_DISABLED_ON_POWER_UP",1,22
F"READ_CACHING_DISABLED_ON_POWER_UP",1,22

https://www.hddoracle.com/download/file.php?id=3883


Thanks a ton fzabkar
You have been such immense help :good:

Re: Seagate 3D GARBO sys files

August 7th, 2024, 3:37

fzabkar wrote:You can send "F" commands to disable reallocation, etc. I have written a ZOC script (at HDD Oracle) to automate this for you.

Code:
F"READ_SPARING_ENABLED",0,22
F"WRITE_SPARING_ENABLED",0,22
F"OFFLINE_SPARING_ENABLED",0,22
F"DAR_ENABLED",0,22
F"DISABLE_IDLE_ACTIVITY",1,22
F"BGMS_DISABLE_DATA_REFRESH",1,22
F"ABORT_PREFETCH",1,22
F"READ_LOOKAHEAD_DISABLED_ON_POWER_UP",1,22
F"READ_CACHING_DISABLED_ON_POWER_UP",1,22

https://www.hddoracle.com/download/file.php?id=3883

How to run this script in PC3K ? I tried individual commands but getting invalid command error (I have tried it on non rosewood disk)

Re: Seagate 3D GARBO sys files

August 7th, 2024, 9:00

Level T

Re: Seagate 3D GARBO sys files

August 7th, 2024, 12:03

This "F"DISABLE_IDLE_ACTIVITY",1,22" is reset to default after restart.
Therefore, after executing the commands, it is advisable to immediately return the disk to SATA.
Then in 99% of cases it will be enough to execute:
F3 T>
F"DISABLE_IDLE_ACTIVITY",1,22
Ctrl R 8)
Post a reply