Plop Forum

General Category => HFS+ Rescue => Topic started by: fgyamauti on January 29, 2018, 07:12:32 AM

Title: hfsprescue stuck at step 1
Post by: fgyamauti on January 29, 2018, 07:12:32 AM
  Hi all,

  First of all, I want to thank Elmar for making hfsprescue open source.

  For the sake of completeness, I will describe briefly my problem regarding the internal HDD corruption. I have a MacBook Pro (early 2011) which is unable to boot from the internal HDD called Macintosh HD. I believe that the internal HDD is not physically damaged. The problem started when I upgraded from last version of Sierra to High Sierra, which failed. And, since I'm totally idiot and I haven't backed up most of the files, I have lost 3 years of work. Now, when using First Aid on Macintosh HD through Disk Utility, an error regarding uncountably many missing thread records appears, so as I understand the problem is in the catalog file data (there's nothing pointing to the parent folder due to the incorrect number of thread records). I'm currently booting from an external HDD with Sierra installed on it. As expected, I can't mount Macintosh HD.

  My volumes are the following:


/dev/disk0 (internal, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *500.1 GB   disk0
   1:                        EFI EFI                     209.7 MB   disk0s1
   2:          Apple_CoreStorage Macintosh HD            499.2 GB   disk0s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3

/dev/disk1 (internal, virtual):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                  Apple_HFS                        +498.9 GB   disk1
                                 Logical Volume on disk0s2
                                 D8811A76-851D-47F2-8025-A341C73D9D4C
                                 Unencrypted

/dev/disk2 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *999.5 GB   disk2
   1:                        EFI EFI                     209.7 MB   disk2s1
   2:                  Apple_HFS Untitled                998.6 GB   disk2s2
   3:                 Apple_Boot Recovery HD             650.0 MB   disk2s3

/dev/disk3 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:        CD_partition_scheme                        *804.4 MB   disk3


  Further information about the physical and logical volume of the corrupted HDD:


Device Identifier:        disk1
   Device Node:              /dev/disk1
   Whole:                    Yes
   Part of Whole:            disk1
   Device / Media Name:      TOSHIBA MK5065GSXF

   Volume Name:             
   Mounted:                  No

   Content (IOContent):      Apple_HFS
   File System Personality:  HFS+
   Type (Bundle):            hfs
   Name (User Visible):      Mac OS Extended
   Journal:                  Unknown (not mounted)
   Owners:                   Disabled

   OS Can Be Installed:      No
   Recovery Disk:            disk0s3
   Media Type:               Generic
   Protocol:                 SATA
   SMART Status:             Not Supported
   Disk / Partition UUID:    D8811A76-851D-47F2-8025-A341C73D9D4C

   Disk Size:                498.9 GB (498876809216 Bytes) (exactly 974368768 512-Byte-Units)
   Device Block Size:        512 Bytes

   Volume Total Space:       0 B (0 Bytes) (exactly 0 512-Byte-Units)
   Volume Available Space:   0 B (0 Bytes) (exactly 0 512-Byte-Units)

   Read-Only Media:          No
   Read-Only Volume:         Not applicable (not mounted)

   Device Location:          Internal
   Removable Media:          Fixed

   Solid State:              No
   Virtual:                  Yes
   OS 9 Drivers:             No
   Low Level Format:         Not supported

   This disk is a Core Storage Logical Volume (LV).  Core Storage Information:
   LV UUID:                  D8811A76-851D-47F2-8025-A341C73D9D4C
   LVF UUID:                 8B40412E-5901-4DDC-9B1D-B3794F00C573
   LVG UUID:                 ABA28B2D-813B-46A5-AD6D-002268C16BA8
   PV UUID (disk):           9C02BF30-5616-43F3-97CE-F4B4F296BB6C (disk0s2)
   Fusion Drive:             No
   Encrypted:                No



   Device Identifier:        disk0s2
   Device Node:              /dev/disk0s2
   Whole:                    No
   Part of Whole:            disk0

   Volume Name:              Not applicable (no file system)
   Mounted:                  Not applicable (no file system)
   File System:              None

   Partition Type:           Apple_CoreStorage
   OS Can Be Installed:      No
   Recovery Disk:            disk0s3
   Media Type:               Generic
   Protocol:                 SATA
   SMART Status:             Verified
   Disk / Partition UUID:    2360AB4C-2924-41A0-AFD8-F342EF19699A

   Disk Size:                499.2 GB (499248103424 Bytes) (exactly 975093952 512-Byte-Units)
   Device Block Size:        512 Bytes

   Read-Only Media:          No
   Read-Only Volume:         Not applicable (no file system)

   Device Location:          Internal
   Removable Media:          Fixed

   Solid State:              No

   This disk is a Core Storage Physical Volume (PV).  Core Storage Information:
   PV UUID:                  9C02BF30-5616-43F3-97CE-F4B4F296BB6C
   LVG UUID:                 ABA28B2D-813B-46A5-AD6D-002268C16BA8


Unfortunately, when applying sudo ./hfsprescue -s1 diskname for both the logical volume and the physical volume, I always get stuck at 0.17%. Interestingly, after one day running, some megabytes changed, but the percentage remained the same.

  Here follows what I see on the shell:
 

sudo ./hfsprescue -s1 /dev/disk1
hfsprescue 3.3 2017/03/31 by Elmar Hanlhofer https://www.plop.at

Start: 2018/01/29 04:04:58

Signature:                      0x2b48, H+
LastMountedVersion:             fsck, last mount was not done by Mac OS X.
FileCount:                      1441223
DirCount:                       241608
BlockSize:                      4096
TotalBlocks:                    121796096
AllocationFile StartBlock:      54530
ExtentsOverflowFile StartBlock: 4098
CatalogFile StartBlock:         1054086
Total size:                     464 GB

0.17% scanned (799 MB). Found: 70556 directories, 181347 files.


  I tried disabling everything from sleeping as it was suggested in other threads, but the percentage still at 0.17%. 

  Thanks in advance.

  P.S. : Interestingly, I can't kill hfsprescue process unless I use  kill -9 PID. As I understand this information is probably not relevant, though.
   
Title: Re: hfsprescue stuck at step 1
Post by: Elmar on January 29, 2018, 07:31:30 AM
Hello!

Do you see any error messages from the disk when you run 'dmesg' when hfsprescue is at 0.17%?
Are there new entries in the file 'hfsprescue-data/s1.log' when it hangs?

Best regards
Elmar
Title: Re: hfsprescue stuck at step 1
Post by: fgyamauti on January 29, 2018, 08:27:22 AM
Quote from: Elmar on January 29, 2018, 07:31:30 AM
Hello!

Do you see any error messages from the disk when you run 'dmesg' when hfsprescue is at 0.17%?
Are there new entries in the file 'hfsprescue-data/s1.log' when it hangs?

Best regards
Elmar

Wow! That was fast. Since I'm not acquainted with the usage of the shell, I will always try to confirm if I have really understood your messages. Sorry  :P

I've run sudo ./hfsprescue -s1 /dev/disk1 and then I stopped by Ctrl + Z. I've made a copy of the 's1.log'. Then I've started sudo dmesg (no parameters here), which gave me


Clients() - 1 returns 0
- IOAudioEngine[<ptr>]::startClient(<ptr>) returns 0x0
  engine started
  bufferSet <ptr>
  output clientBuffer <ptr>
+ IOAudioStream[<ptr>]::addClient(<ptr>)
- IOAudioStream[<ptr>]::addClient(<ptr>) returns 0x0
- IOAudioEngineUserClient[<ptr>]::startClient() - 1 returns 0x0
- IOAudioEngineUserClient::externalMethod returns 0x0
CoreStorageGroup::completeIORequest - error 0xe00002ca detected for LVG "Macintosh HD" (ABA28B2D-813B-46A5-AD6D-002268C16BA8), pv 9C02BF30-5616-43F3-97CE-F4B4F296BB6C, near LV byte offset = 871968768.
disk1: I/O error.
+ IOAudioEngineUserClient::externalMethod, selector=0x4,   arg0 0x0, arg1 0x0, arg2 0x0 arg3 0x0
  scalarInputCount=0x0  structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0
+ IOAudioStream[<ptr>]::removeClient(<ptr>)
+-IOAudioStream[<ptr>]::safeLogError kErrorLogDumpCounters mStreamErrorCountsUpdated=0
- IOAudioStream[<ptr>]::removeClient(<ptr>)
+- IOAudioEngine[<ptr>]::decrementActiveUserClients() - 0 returns 0x0
+- IOAudioEngine[<ptr>]::stopClient(<ptr>) returns 0x0
+- IOAudioEngineUserClient[<ptr>]::setOnline(0)
- IOAudioEngineUserClient::externalMethod returns 0x0
+ IOAudioEngineUserClient::externalMethod, selector=0x1,   arg0 0x105642000, arg1 0x50, arg2 0x0 arg3 0x0
  scalarInputCount=0x2  structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0
+ IOAudioEngineUserClient[<ptr>]::unregisterClientBuffer64(0x<ptr>, 0x50)
  searching for sourceBuffer 0x105642000
+- IOAudioEngineUserClient[<ptr>]::removeBufferSet(<ptr>)
+ IOAudioStream[<ptr>]::removeClient(<ptr>)
+-IOAudioStream[<ptr>]::safeLogError kErrorLogDumpCounters mStreamErrorCountsUpdated=0
- IOAudioStream[<ptr>]::removeClient(<ptr>)
- IOAudioEngineUserClient::unregisterClientBuffer64 no sourcebuffer returns 0x0
- IOAudioEngineUserClient::externalMethod returns 0x0
+ IOAudioEngine[<ptr>]::stopAudioEngine()
+-IOAudioEngine[<ptr>]::setState(0x0. oldState=0x1)
+ IOAudioDevice[<ptr>]::audioEngineStopped() - numRunningAudioEngines = 1
+ IOAudioDevice[<ptr>]::scheduleIdleAudioSleep: idleSleepDelayTime = ffffffffffffffffffffffff
- IOAudioDevice[<ptr>]::scheduleIdleAudioSleep: idleSleepDelayTime = ffffffffffffffffffffffff
- IOAudioDevice[<ptr>]::audioEngineStopped() - numRunningAudioEngines = 0
- IOAudioEngine[<ptr>]::stopAudioEngine() returns 0x0
+-IOAudioEngine[<ptr>]::setState(0x0. oldState=0)
+ IOAudioEngineUserClient::externalMethod, selector=0x0,   arg0 0x0, arg1 0x105642000, arg2 0x8010 arg3 0x50
  scalarInputCount=0x4  structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0
+ IOAudioEngineUserClient::registerBuffer64 0x0 0x105642000 0x8010 0x50
+ IOAudioEngineUserClient::safeRegisterClientBuffer64 <ptr>
+ IOAudioEngineUserClient[<ptr>]::registerClientBuffer64  (<ptr>[1], 0x105642000, 0x8010, 0x50)
  null clientBufferSetList
  did not find clientBufferSetList for ID 0x50
  clientBuffer->mAudioClientBuffer32.sourceBuffer before offset: <ptr>, offset size: 16
  clientBuffer->mAudioClientBuffer32.sourceBuffer after offset: <ptr>
  null clientBufferSetList
  did not find clientBufferSetList for ID 0x50
  creating new IOAudioClientBufferSet
  output
  !isOnline
- IOAudioEngineUserClient::registerClientBuffer64() result 0x0
- IOAudioEngineUserClient::safeRegisterClientBuffer64  returns 0x0
- IOAudioEngineUserClient::registerBuffer64 0x0 0x105642000 0x8010 0x50 returns 0x0
- IOAudioEngineUserClient::externalMethod returns 0x0
+ IOAudioEngineUserClient::externalMethod, selector=0x3,   arg0 0x0, arg1 0x0, arg2 0x0 arg3 0x0
  scalarInputCount=0x0  structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0
+ IOAudioEngineUserClient[<ptr>]::startClient() - 0
  audioEngine && !isInactive(). State = 0
  audioEngine->getState() != kIOAudioEnginePaused
+- IOAudioEngineUserClient[<ptr>]::setOnline(1)
  !isOnline() setting online
+ IOAudioEngine[<ptr>]::startClient(<ptr>)
+ IOAudioEngine[<ptr>]::incrementActiveUserClients() - 0
+ IOAudioEngine[<ptr>]::startAudioEngine(state = 0)
+ IOAudioDevice[<ptr>]::protectedCompletePowerStateChange() - current = 2 - pending = 2
- IOAudioDevice[<ptr>]::protectedCompletePowerStateChange() - current = 2 - pending = 2 returns 0x0
+ IOAudioDevice[<ptr>]::protectedCompletePowerStateChange() - current = 2 - pending = 2
- IOAudioDevice[<ptr>]::protectedCompletePowerStateChange() - current = 2 - pending = 2 returns 0x0
+ IOAudioDevice[<ptr>]::audioEngineStarting() - numRunningAudioEngines = 0
- IOAudioDevice[<ptr>]::audioEngineStarting() - numRunningAudioEngines = 1
+- IOAudioEngine[<ptr>]::resetStatusBuffer()
+-IOAudioEngine[<ptr>]::setState(0x1. oldState=0)
- IOAudioEngine[<ptr>]::getTimerInterval()
- IOAudioEngine[<ptr>]::startAudioEngine() returns 0x0
- IOAudioEngine[<ptr>]::incrementActiveUserClients() - 1 returns 0
- IOAudioEngine[<ptr>]::startClient(<ptr>) returns 0x0
  engine started
  bufferSet <ptr>
  output clientBuffer <ptr>
+ IOAudioStream[<ptr>]::addClient(<ptr>)
- IOAudioStream[<ptr>]::addClient(<ptr>) returns 0x0
- IOAudioEngineUserClient[<ptr>]::startClient() - 1 returns 0x0
- IOAudioEngineUserClient::externalMethod returns 0x0
+ IOAudioEngineUserClient::externalMethod, selector=0x4,   arg0 0x0, arg1 0x0, arg2 0x0 arg3 0x0
  scalarInputCount=0x0  structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0
+ IOAudioStream[<ptr>]::removeClient(<ptr>)
+-IOAudioStream[<ptr>]::safeLogError kErrorLogDumpCounters mStreamErrorCountsUpdated=0
- IOAudioStream[<ptr>]::removeClient(<ptr>)
+- IOAudioEngine[<ptr>]::decrementActiveUserClients() - 0 returns 0x0
+- IOAudioEngine[<ptr>]::stopClient(<ptr>) returns 0x0
+- IOAudioEngineUserClient[<ptr>]::setOnline(0)
- IOAudioEngineUserClient::externalMethod returns 0x0
+ IOAudioEngineUserClient::externalMethod, selector=0x1,   arg0 0x105642000, arg1 0x50, arg2 0x0 arg3 0x0
  scalarInputCount=0x2  structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0
+ IOAudioEngineUserClient[<ptr>]::unregisterClientBuffer64(0x<ptr>, 0x50)
  searching for sourceBuffer 0x105642000
+- IOAudioEngineUserClient[<ptr>]::removeBufferSet(<ptr>)
+ IOAudioStream[<ptr>]::removeClient(<ptr>)
+-IOAudioStream[<ptr>]::safeLogError kErrorLogDumpCounters mStreamErrorCountsUpdated=0
- IOAudioStream[<ptr>]::removeClient(<ptr>)
- IOAudioEngineUserClient::unregisterClientBuffer64 no sourcebuffer returns 0x0
- IOAudioEngineUserClient::externalMethod returns 0x0
+ IOAudioEngine[<ptr>]::stopAudioEngine()
+-IOAudioEngine[<ptr>]::setState(0x0. oldState=0x1)
+ IOAudioDevice[<ptr>]::audioEngineStopped() - numRunningAudioEngines = 1
+ IOAudioDevice[<ptr>]::scheduleIdleAudioSleep: idleSleepDelayTime = ffffffffffffffffffffffff
- IOAudioDevice[<ptr>]::scheduleIdleAudioSleep: idleSleepDelayTime = ffffffffffffffffffffffff
- IOAudioDevice[<ptr>]::audioEngineStopped() - numRunningAudioEngines = 0
- IOAudioEngine[<ptr>]::stopAudioEngine() returns 0x0
+-IOAudioEngine[<ptr>]::setState(0x0. oldState=0)
CoreStorageGroup::completeIORequest - error 0xe00002ca detected for LVG "Macintosh HD" (ABA28B2D-813B-46A5-AD6D-002268C16BA8), pv 9C02BF30-5616-43F3-97CE-F4B4F296BB6C, near LV byte offset = 871968768.
disk1: I/O error.
SmartBattery: finished polling type 4
+ IOAudioEngineUserClient::externalMethod, selector=0x0,   arg0 0x0, arg1 0x105642000, arg2 0x8010 arg3 0x50
  scalarInputCount=0x4  structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0
+ IOAudioEngineUserClient::registerBuffer64 0x0 0x105642000 0x8010 0x50
+ IOAudioEngineUserClient::safeRegisterClientBuffer64 <ptr>
+ IOAudioEngineUserClient[<ptr>]::registerClientBuffer64  (<ptr>[1], 0x105642000, 0x8010, 0x50)
  null clientBufferSetList
  did not find clientBufferSetList for ID 0x50
  clientBuffer->mAudioClientBuffer32.sourceBuffer before offset: <ptr>, offset size: 16
  clientBuffer->mAudioClientBuffer32.sourceBuffer after offset: <ptr>
  null clientBufferSetList
  did not find clientBufferSetList for ID 0x50
  creating new IOAudioClientBufferSet
  output
  !isOnline
- IOAudioEngineUserClient::registerClientBuffer64() result 0x0
- IOAudioEngineUserClient::safeRegisterClientBuffer64  returns 0x0
- IOAudioEngineUserClient::registerBuffer64 0x0 0x105642000 0x8010 0x50 returns 0x0
- IOAudioEngineUserClient::externalMethod returns 0x0
+ IOAudioEngineUserClient::externalMethod, selector=0x3,   arg0 0x0, arg1 0x0, arg2 0x0 arg3 0x0
  scalarInputCount=0x0  structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0
+ IOAudioEngineUserClient[<ptr>]::startClient() - 0
  audioEngine && !isInactive(). State = 0
  audioEngine->getState() != kIOAudioEnginePaused
+- IOAudioEngineUserClient[<ptr>]::setOnline(1)
  !isOnline() setting online
+ IOAudioEngine[<ptr>]::startClient(<ptr>)
+ IOAudioEngine[<ptr>]::incrementActiveUserClients() - 0
+ IOAudioEngine[<ptr>]::startAudioEngine(state = 0)
+ IOAudioDevice[<ptr>]::protectedCompletePowerStateChange() - current = 2 - pending = 2
- IOAudioDevice[<ptr>]::protectedCompletePowerStateChange() - current = 2 - pending = 2 returns 0x0
+ IOAudioDevice[<ptr>]::protectedCompletePowerStateChange() - current = 2 - pending = 2
- IOAudioDevice[<ptr>]::protectedCompletePowerStateChange() - current = 2 - pending = 2 returns 0x0
+ IOAudioDevice[<ptr>]::audioEngineStarting() - numRunningAudioEngines = 0
- IOAudioDevice[<ptr>]::audioEngineStarting() - numRunningAudioEngines = 1
+- IOAudioEngine[<ptr>]::resetStatusBuffer()
+-IOAudioEngine[<ptr>]::setState(0x1. oldState=0)
- IOAudioEngine[<ptr>]::getTimerInterval()
- IOAudioEngine[<ptr>]::startAudioEngine() returns 0x0
- IOAudioEngine[<ptr>]::incrementActiveUserClients() - 1 returns 0
- IOAudioEngine[<ptr>]::startClient(<ptr>) returns 0x0
  engine started
  bufferSet <ptr>
  output clientBuffer <ptr>
+ IOAudioStream[<ptr>]::addClient(<ptr>)
- IOAudioStream[<ptr>]::addClient(<ptr>) returns 0x0
- IOAudioEngineUserClient[<ptr>]::startClient() - 1 returns 0x0
- IOAudioEngineUserClient::externalMethod returns 0x0
+ IOAudioEngineUserClient::externalMethod, selector=0x4,   arg0 0x0, arg1 0x0, arg2 0x0 arg3 0x0
  scalarInputCount=0x0  structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0
+ IOAudioStream[<ptr>]::removeClient(<ptr>)
+-IOAudioStream[<ptr>]::safeLogError kErrorLogDumpCounters mStreamErrorCountsUpdated=0
- IOAudioStream[<ptr>]::removeClient(<ptr>)
+- IOAudioEngine[<ptr>]::decrementActiveUserClients() - 0 returns 0x0
+- IOAudioEngine[<ptr>]::stopClient(<ptr>) returns 0x0
+- IOAudioEngineUserClient[<ptr>]::setOnline(0)
- IOAudioEngineUserClient::externalMethod returns 0x0
+ IOAudioEngineUserClient::externalMethod, selector=0x1,   arg0 0x105642000, arg1 0x50, arg2 0x0 arg3 0x0
  scalarInputCount=0x2  structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0
+ IOAudioEngineUserClient[<ptr>]::unregisterClientBuffer64(0x<ptr>, 0x50)
  searching for sourceBuffer 0x105642000
+- IOAudioEngineUserClient[<ptr>]::removeBufferSet(<ptr>)
+ IOAudioStream[<ptr>]::removeClient(<ptr>)
+-IOAudioStream[<ptr>]::safeLogError kErrorLogDumpCounters mStreamErrorCountsUpdated=0
- IOAudioStream[<ptr>]::removeClient(<ptr>)
- IOAudioEngineUserClient::unregisterClientBuffer64 no sourcebuffer returns 0x0
- IOAudioEngineUserClient::externalMethod returns 0x0
+ IOAudioEngine[<ptr>]::stopAudioEngine()
+-IOAudioEngine[<ptr>]::setState(0x0. oldState=0x1)
+ IOAudioDevice[<ptr>]::audioEngineStopped() - numRunningAudioEngines = 1
+ IOAudioDevice[<ptr>]::scheduleIdleAudioSleep: idleSleepDelayTime = ffffffffffffffffffffffff
- IOAudioDevice[<ptr>]::scheduleIdleAudioSleep: idleSleepDelayTime = ffffffffffffffffffffffff
- IOAudioDevice[<ptr>]::audioEngineStopped() - numRunningAudioEngines = 0
- IOAudioEngine[<ptr>]::stopAudioEngine() returns 0x0
+-IOAudioEngine[<ptr>]::setState(0x0. oldState=0)
+ IOAudioEngineUserClient::externalMethod, selector=0x0,   arg0 0x0, arg1 0x105642000, arg2 0x8010 arg3 0x50
  scalarInputCount=0x4  structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0
+ IOAudioEngineUserClient::registerBuffer64 0x0 0x105642000 0x8010 0x50
+ IOAudioEngineUserClient::safeRegisterClientBuffer64 <ptr>
+ IOAudioEngineUserClient[<ptr>]::registerClientBuffer64  (<ptr>[1], 0x105642000, 0x8010, 0x50)
  null clientBufferSetList
  did not find clientBufferSetList for ID 0x50
  clientBuffer->mAudioClientBuffer32.sourceBuffer before offset: <ptr>, offset size: 16
  clientBuffer->mAudioClientBuffer32.sourceBuffer after offset: <ptr>
  null clientBufferSetList
  did not find clientBufferSetList for ID 0x50
  creating new IOAudioClientBufferSet
  output
  !isOnline
- IOAudioEngineUserClient::registerClientBuffer64() result 0x0
- IOAudioEngineUserClient::safeRegisterClientBuffer64  returns 0x0
- IOAudioEngineUserClient::registerBuffer64 0x0 0x105642000 0x8010 0x50 returns 0x0
- IOAudioEngineUserClient::externalMethod returns 0x0
+ IOAudioEngineUserClient::externalMethod, selector=0x3,   arg0 0x0, arg1 0x0, arg2 0x0 arg3 0x0
  scalarInputCount=0x0  structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0
+ IOAudioEngineUserClient[<ptr>]::startClient() - 0
  audioEngine && !isInactive(). State = 0
  audioEngine->getState() != kIOAudioEnginePaused
+- IOAudioEngineUserClient[<ptr>]::setOnline(1)
  !isOnline() setting online
+ IOAudioEngine[<ptr>]::startClient(<ptr>)
+ IOAudioEngine[<ptr>]::incrementActiveUserClients() - 0
+ IOAudioEngine[<ptr>]::startAudioEngine(state = 0)
+ IOAudioDevice[<ptr>]::protectedCompletePowerStateChange() - current = 2 - pending = 2
- IOAudioDevice[<ptr>]::protectedCompletePowerStateChange() - current = 2 - pending = 2 returns 0x0
+ IOAudioDevice[<ptr>]::protectedCompletePowerStateChange() - current = 2 - pending = 2
- IOAudioDevice[<ptr>]::protectedCompletePowerStateChange() - current = 2 - pending = 2 returns 0x0
+ IOAudioDevice[<ptr>]::audioEngineStarting() - numRunningAudioEngines = 0
- IOAudioDevice[<ptr>]::audioEngineStarting() - numRunningAudioEngines = 1
+- IOAudioEngine[<ptr>]::resetStatusBuffer()
+-IOAudioEngine[<ptr>]::setState(0x1. oldState=0)
- IOAudioEngine[<ptr>]::getTimerInterval()
- IOAudioEngine[<ptr>]::startAudioEngine() returns 0x0
- IOAudioEngine[<ptr>]::incrementActiveUserClients() - 1 returns 0
- IOAudioEngine[<ptr>]::startClient(<ptr>) returns 0x0
  engine started
  bufferSet <ptr>
  output clientBuffer <ptr>
+ IOAudioStream[<ptr>]::addClient(<ptr>)
- IOAudioStream[<ptr>]::addClient(<ptr>) returns 0x0
- IOAudioEngineUserClient[<ptr>]::startClient() - 1 returns 0x0
- IOAudioEngineUserClient::externalMethod returns 0x0
+ IOAudioEngineUserClient::externalMethod, selector=0x4,   arg0 0x0, arg1 0x0, arg2 0x0 arg3 0x0
  scalarInputCount=0x0  structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0
+ IOAudioStream[<ptr>]::removeClient(<ptr>)
+-IOAudioStream[<ptr>]::safeLogError kErrorLogDumpCounters mStreamErrorCountsUpdated=0
- IOAudioStream[<ptr>]::removeClient(<ptr>)
+- IOAudioEngine[<ptr>]::decrementActiveUserClients() - 0 returns 0x0
+- IOAudioEngine[<ptr>]::stopClient(<ptr>) returns 0x0
+- IOAudioEngineUserClient[<ptr>]::setOnline(0)
- IOAudioEngineUserClient::externalMethod returns 0x0
+ IOAudioEngineUserClient::externalMethod, selector=0x1,   arg0 0x105642000, arg1 0x50, arg2 0x0 arg3 0x0
  scalarInputCount=0x2  structureInputSize 0x0, scalarOutputCount 0x0, structureOutputSize 0x0
+ IOAudioEngineUserClient[<ptr>]::unregisterClientBuffer64(0x<ptr>, 0x50)
  searching for sourceBuffer 0x105642000
+- IOAudioEngineUserClient[<ptr>]::removeBufferSet(<ptr>)
+ IOAudioStream[<ptr>]::removeClient(<ptr>)
+-IOAudioStream[<ptr>]::safeLogError kErrorLogDumpCounters mStreamErrorCountsUpdated=0
- IOAudioStream[<ptr>]::removeClient(<ptr>)
- IOAudioEngineUserClient::unregisterClientBuffer64 no sourcebuffer returns 0x0
- IOAudioEngineUserClient::externalMethod returns 0x0
+ IOAudioEngine[<ptr>]::stopAudioEngine()
+-IOAudioEngine[<ptr>]::setState(0x0. oldState=0x1)
+ IOAudioDevice[<ptr>]::audioEngineStopped() - numRunningAudioEngines = 1
+ IOAudioDevice[<ptr>]::scheduleIdleAudioSleep: idleSleepDelayTime = ffffffffffffffffffffffff
- IOAudioDevice[<ptr>]::scheduleIdleAudioSleep: idleSleepDelayTime = ffffffffffffffffffffffff
- IOAudioDevice[<ptr>]::audioEngineStopped() - numRunningAudioEngines = 0
- IOAudioEngine[<ptr>]::stopAudioEngine() returns 0x0
+-IOAudioEngine[<ptr>]::setState(0x0. oldState=0)


Then, again, I've made another copy of the 's1.log'. They are apparently, identical. However I have saved previous copies of the 's1.log' and some of them are extensions of each other. So apparently, even when stuck at 0.17%, it continues writing stuff on the 's1.log'.

  Any ideas?

  Best wishes.
Title: Re: hfsprescue stuck at step 1
Post by: Elmar on January 29, 2018, 08:38:31 AM
Please post the output file s1.part.txt from the command

tail -n 30 s1.log > s1.part.txt
Title: Re: hfsprescue stuck at step 1
Post by: fgyamauti on January 29, 2018, 09:01:39 AM
Quote from: Elmar on January 29, 2018, 08:38:31 AM
Please post the output file s1.part.txt from the command

tail -n 30 s1.log > s1.part.txt

Here 's the output:


Folderinfo: 12295229|12295227|MacOS
block 204820, sector 1638560, ofs 0x02fe |  key len 32 | version.plist | RecordType: 0x0002, File | Catalog ID: 23374852 | Parent ID: 12295227  | Filesize: 479 (ofs 0x378) | Extend offsets: 0x0388 0x0390 0x0398 0x03a0 0x03a8 0x03b0 0x03b8 0x03c0 | Buffer: 00 20 00 bb 9c 3b 00 0d 00 76 00 65 00 72 00 73 00 69 00 6f 00 6e 00 2e 00 70 00 6c 00 69 00 73 00 74 00 02 00 82 00 00 00 00 01 64 ac 04 d5 fa 4c f7 d5 fa 4c f7 d6 32 41 56 d6 32 42 4f 00 00 00 00 00 00 00 00 00 00 00 00 08 00 81 a4 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a 0c 91 83 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 df 00 00 00 01 00 00 00 01 01 71 69 7d 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 06 00 bb 9c 3d 00 00
block 204820, sector 1638560, ofs 0x0434 |  key len 28 | StorageLynx | RecordType: 0x0002, File | Catalog ID: 23374849 | Parent ID: 12295229  | Filesize: 47024 (ofs 0x4aa) | Extend offsets: 0x04ba 0x04c2 0x04ca 0x04d2 0x04da 0x04e2 0x04ea 0x04f2 | Buffer: 00 1c 00 bb 9c 3d 00 0b 00 53 00 74 00 6f 00 72 00 61 00 67 00 65 00 4c 00 79 00 6e 00 78 00 02 00 82 00 00 00 00 01 64 ac 01 d6 16 f0 5c d6 16 f0 5c d6 32 41 56 d6 32 42 4f 00 00 00 00 00 00 00 00 00 00 00 00 08 00 81 ed 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a 0c 91 83 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 b7 b0 00 00 00 3f 00 00 00 0c 01 71 69 70 00 00 00 0c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 06 00 bb 9c 3f 00 00
block 204820, sector 1638560, ofs 0x0578 |  key len 32 | CodeResources | RecordType: 0x0002, File | Catalog ID: 23374851 | Parent ID: 12295231  | Filesize: 2206 (ofs 0x5f2) | Extend offsets: 0x0602 0x060a 0x0612 0x061a 0x0622 0x062a 0x0632 0x063a | Buffer: 00 20 00 bb 9c 3f 00 0d 00 43 00 6f 00 64 00 65 00 52 00 65 00 73 00 6f 00 75 00 72 00 63 00 65 00 73 00 02 00 82 00 00 00 00 01 64 ac 03 d6 16 f0 5c d6 16 f0 5c d6 32 41 56 d6 32 42 4f 00 00 00 00 00 00 00 00 00 00 00 00 08 00 81 a4 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a 0c 91 83 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 08 9e 00 00 00 03 00 00 00 01 01 71 69 7c 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 06 00 bb 9c 42 00 00
block 204820, sector 1638560, ofs 0x06e6 |  key len 22 | Contents | RecordType: 0x0001, Folder | Catalog ID: 12295235 | Parent ID: 12295234
Folderinfo: 12295235|12295234|Contents
block 204820, sector 1638560, ofs 0x0778 |  key len 34 | _CodeSignature | RecordType: 0x0001, Folder | Catalog ID: 12295239 | Parent ID: 12295235
Folderinfo: 12295239|12295235|_CodeSignature
block 204820, sector 1638560, ofs 0x07f4 |  key len 26 | Info.plist | RecordType: 0x0002, File | Catalog ID: 23374855 | Parent ID: 12295235  | Filesize: 3264 (ofs 0x868) | Extend offsets: 0x0878 0x0880 0x0888 0x0890 0x0898 0x08a0 0x08a8 0x08b0 | Buffer: 00 1a 00 bb 9c 43 00 0a 00 49 00 6e 00 66 00 6f 00 2e 00 70 00 6c 00 69 00 73 00 74 00 02 00 82 00 00 00 00 01 64 ac 07 d5 fa 4c cf d5 fa 4c cf d6 32 41 56 d6 32 42 4f 00 00 00 00 00 00 00 00 00 00 00 00 08 00 81 a4 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a 0c 91 83 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c c0 00 00 00 12 00 00 00 01 01 71 69 7e 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10 00 bb 9c 43 00 05
block 204820, sector 1638560, ofs 0x0908 |  key len 16 | MacOS | RecordType: 0x0001, Folder | Catalog ID: 12295237 | Parent ID: 12295235
Folderinfo: 12295237|12295235|MacOS
block 204820, sector 1638560, ofs 0x0972 |  key len 32 | version.plist | RecordType: 0x0002, File | Catalog ID: 23374860 | Parent ID: 12295235  | Filesize: 479 (ofs 0x9ec) | Extend offsets: 0x09fc 0x0a04 0x0a0c 0x0a14 0x0a1c 0x0a24 0x0a2c 0x0a34 | Buffer: 00 20 00 bb 9c 43 00 0d 00 76 00 65 00 72 00 73 00 69 00 6f 00 6e 00 2e 00 70 00 6c 00 69 00 73 00 74 00 02 00 82 00 00 00 00 01 64 ac 0c d5 fa 4c f7 d5 fa 4c f7 d6 32 41 56 d6 32 42 4f 00 00 00 00 00 00 00 00 00 00 00 00 08 00 81 a4 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a 0c 91 83 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 df 00 00 00 01 00 00 00 01 01 71 69 91 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 06 00 bb 9c 45 00 00
block 204820, sector 1638560, ofs 0x0aa8 |  key len 62 | UFIWriteProtectedMediaDriver | RecordType: 0x0002, File | Catalog ID: 23374857 | Parent ID: 12295237  | Filesize: 66784 (ofs 0xb40) | Extend offsets: 0x0b50 0x0b58 0x0b60 0x0b68 0x0b70 0x0b78 0x0b80 0x0b88 | Buffer: 00 3e 00 bb 9c 45 00 1c 00 55 00 46 00 49 00 57 00 72 00 69 00 74 00 65 00 50 00 72 00 6f 00 74 00 65 00 63 00 74 00 65 00 64 00 4d 00 65 00 64 00 69 00 61 00 44 00 72 00 69 00 76 00 65 00 72 00 02 00 82 00 00 00 00 01 64 ac 09 d6 16 f0 52 d6 16 f0 52 d6 32 41 56 d6 32 42 4f 00 00 00 00 00 00 00 00 00 00 00 00 08 00 81 ed 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a 0c 91 83 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00 00 00 00 00 00 00 01 04 e0 00 00 00 58 00 00 00 11 01 71 69 7f 00 00 00 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 06 00 bb 9c 47 00 00
block 204820, sector 1638560, ofs 0x0c0e |  key len 32 | CodeResources | RecordType: 0x0002, File | Catalog ID: 23374859 | Parent ID: 12295239  | Filesize: 2206 (ofs 0xc88) | Extend offsets: 0x0c98 0x0ca0 0x0ca8 0x0cb0 0x0cb8 0x0cc0 0x0cc8 0x0cd0 | Buffer: 00 20 00 bb 9c 47 00 0d 00 43 00 6f 00 64 00 65 00 52 00 65 00 73 00 6f 00 75 00 72 00 63 00 65 00 73 00 02 00 82 00 00 00 00 01 64 ac 0b d6 16 f0 52 d6 16 f0 52 d6 32 41 56 d6 32 42 4f 00 00 00 00 00 00 00 00 00 00 00 00 08 00 81 a4 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a 0c 91 83 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 08 9e 00 00 00 03 00 00 00 01 01 71 69 90 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 06 00 bb 9c 4a 00 00
block 204820, sector 1638560, ofs 0x0d76 |  key len 22 | Contents | RecordType: 0x0001, Folder | Catalog ID: 12295243 | Parent ID: 12295242
Folderinfo: 12295243|12295242|Contents
block 204820, sector 1638560, ofs 0x0e08 |  key len 34 | _CodeSignature | RecordType: 0x0001, Folder | Catalog ID: 12295245 | Parent ID: 12295243
Folderinfo: 12295245|12295243|_CodeSignature
block 204820, sector 1638560, ofs 0x0e84 |  key len 26 | Info.plist | RecordType: 0x0002, File | Catalog ID: 23374863 | Parent ID: 12295243  | Filesize: 133720 (ofs 0xef8) | Extend offsets: 0x0f08 0x0f10 0x0f18 0x0f20 0x0f28 0x0f30 0x0f38 0x0f40 | Buffer: 00 1a 00 bb 9c 4b 00 0a 00 49 00 6e 00 66 00 6f 00 2e 00 70 00 6c 00 69 00 73 00 74 00 02 00 82 00 00 00 00 01 64 ac 0f d5 fa 4c a2 d5 fa 4c a2 d6 32 41 56 d6 32 42 5a 00 00 00 00 00 00 00 00 00 00 00 00 08 00 81 a4 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a 0c 91 83 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 00 00 00 00 00 00 02 0a 58 00 00 03 51 00 00 00 21 01 71 69 92 00 00 00 21 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 00 bb 9c 4b 00 0d
block 204820, sector 1638560, ofs 0x0f98 |  key len 32 | version.plist | RecordType: 0x0002, File | Catalog ID: 23374868 | Parent ID: 12295243  | Filesize: 479 (ofs 0x1012) | Extend offsets: 0x1022 0x102a 0x1032 0x103a 0x1042 0x104a 0x1052 0x105a | Buffer: 00 20 00 bb 9c 4b 00 0d 00 76 00 65 00 72 00 73 00 69 00 6f 00 6e 00 2e 00 70 00 6c 00 69 00 73 00 74 00 02 00 82 00 00 00 00 01 64 ac 14 d5 fa 4c f7 d5 fa 4c f7 d6 32 41 56 d6 32 42 4f 00 00 00 00 00 00 00 00 00 00 00 00 08 00 81 a4 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a 0c 91 83 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 01 df 00 00 00 01 00 00 00 01 01 71 69 b7 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 06 00 bb 9c 4d 00 00
block 204821, sector 1638568, ofs 0x00e0 |  key len 32 | CodeDirectory | RecordType: 0x0002, File | Catalog ID: 23374865 | Parent ID: 12295245  | Filesize: 219 (ofs 0x15a) | Extend offsets: 0x016a 0x0172 0x017a 0x0182 0x018a 0x0192 0x019a 0x01a2 | Buffer: 00 20 00 bb 9c 4d 00 0d 00 43 00 6f 00 64 00 65 00 44 00 69 00 72 00 65 00 63 00 74 00 6f 00 72 00 79 00 02 00 82 00 00 00 00 01 64 ac 11 d6 16 f0 5b d6 16 f0 5b d6 32 41 56 d6 32 42 4f 00 00 00 00 00 00 00 00 00 00 00 00 08 00 81 a4 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a 0c 91 83 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 db 00 00 00 01 00 00 00 01 01 71 69 b3 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 26 00 bb 9c 4d 00 10
block 204821, sector 1638568, ofs 0x01fa |  key len 38 | CodeRequirements | RecordType: 0x0002, File | Catalog ID: 12295247 | Parent ID: 12295245  | Filesize: 92 (ofs 0x27a) | Extend offsets: 0x028a 0x0292 0x029a 0x02a2 0x02aa 0x02b2 0x02ba 0x02c2 | Buffer: 00 26 00 bb 9c 4d 00 10 00 43 00 6f 00 64 00 65 00 52 00 65 00 71 00 75 00 69 00 72 00 65 00 6d 00 65 00 6e 00 74 00 73 00 02 00 82 00 00 00 00 00 bb 9c 4f d4 43 30 83 d4 43 30 83 d4 6d f3 1c d6 32 42 4f 00 00 00 00 00 00 00 00 00 00 00 00 08 00 81 a4 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 58 48 42 9c 00 00 00 00 00 00 00 02 00 00 00 7e 00 00 00 00 00 00 00 00 00 00 00 5c 00 00 00 02 00 00 00 01 07 12 9e f1 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 00 bb 9c 4d 00 0d
block 204821, sector 1638568, ofs 0x031a |  key len 32 | CodeResources | RecordType: 0x0002, File | Catalog ID: 23374866 | Parent ID: 12295245  | Filesize: 2206 (ofs 0x394) | Extend offsets: 0x03a4 0x03ac 0x03b4 0x03bc 0x03c4 0x03cc 0x03d4 0x03dc | Buffer: 00 20 00 bb 9c 4d 00 0d 00 43 00 6f 00 64 00 65 00 52 00 65 00 73 00 6f 00 75 00 72 00 63 00 65 00 73 00 02 00 82 00 00 00 00 01 64 ac 12 d6 16 f0 5b d6 16 f0 5b d6 32 41 56 d6 32 42 4f 00 00 00 00 00 00 00 00 00 00 00 00 08 00 81 a4 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a 0c 91 83 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 08 9e 00 00 00 03 00 00 00 01 01 71 69 b4 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 00 bb 9c 4d 00 0d
block 204821, sector 1638568, ofs 0x0434 |  key len 32 | CodeSignature | RecordType: 0x0002, File | Catalog ID: 23374867 | Parent ID: 12295245  | Filesize: 4105 (ofs 0x4ae) | Extend offsets: 0x04be 0x04c6 0x04ce 0x04d6 0x04de 0x04e6 0x04ee 0x04f6 | Buffer: 00 20 00 bb 9c 4d 00 0d 00 43 00 6f 00 64 00 65 00 53 00 69 00 67 00 6e 00 61 00 74 00 75 00 72 00 65 00 02 00 82 00 00 00 00 01 64 ac 13 d6 16 f0 5b d6 16 f0 5b d6 32 41 56 d6 32 42 4f 00 00 00 00 00 00 00 00 00 00 00 00 08 00 81 a4 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a 0c 91 83 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10 09 00 00 00 07 00 00 00 02 01 71 69 b5 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 06 00 bb 9c 4f 00 00
block 204821, sector 1638568, ofs 0x05ce |  key len 22 | Contents | RecordType: 0x0001, Folder | Catalog ID: 12295252 | Parent ID: 12295251
Folderinfo: 12295252|12295251|Contents
block 204821, sector 1638568, ofs 0x0660 |  key len 34 | _CodeSignature | RecordType: 0x0001, Folder | Catalog ID: 12295256 | Parent ID: 12295252
Folderinfo: 12295256|12295252|_CodeSignature
block 204821, sector 1638568, ofs 0x06dc |  key len 26 | Info.plist | RecordType: 0x0002, File | Catalog ID: 23374871 | Parent ID: 12295252  | Filesize: 7056 (ofs 0x750) | Extend offsets: 0x0760 0x0768 0x0770 0x0778 0x0780 0x0788 0x0790 0x0798 | Buffer: 00 1a 00 bb 9c 54 00 0a 00 49 00 6e 00 66 00 6f 00 2e 00 70 00 6c 00 69 00 73 00 74 00 02 00 82 00 00 00 00 01 64 ac 17 d5 fa 4c a0 d5 fa 4c a0 d6 32 41 56 d6 32 42 4f 00 00 00 00 00 00 00 00 00 00 00 00 08 00 81 a4 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 5a 0c 91 83 00 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1b 90 00 00 00 26 00 00 00 02 01 71 69 b8 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10 00 bb 9c 54 00 05
block 204821, s
Title: Re: hfsprescue stuck at step 1
Post by: fgyamauti on February 01, 2018, 05:33:27 AM
Quote from: Elmar on January 29, 2018, 08:38:31 AM
Please post the output file s1.part.txt from the command

tail -n 30 s1.log > s1.part.txt

Hi Elmar,

I'm in a little of profound despair now. So, if you are not going to help me, could you please let me know? I don't want to be rude or anything like this and I'm sure that you have a lot of things to do. However, if you have totally given up on this problem, I need to know in order to try more drastic maybe irreversible actions with my internal HDD before giving up and formatting it.

Best wishes.
Title: Re: hfsprescue stuck at step 1
Post by: Elmar on February 01, 2018, 10:28:05 AM
Last monday, I sent you a mail. Maybe you haven't seen it.