- the card with MacOS Extended (Journaled) volume formated isn`t be mounted and it`s staying hard-coded in the Disk Utility properties as "Writable - NO".
This is what I got after analyzing (testdisk.log):
Code: Select all
Tue Jan 10 21:00:42 2023
Command line: TestDisk
TestDisk 7.2-WIP, Data Recovery Utility, November 2022
Christophe GRENIER <grenier@cgsecurity.org>
https://www.cgsecurity.org
OS: Darwin, kernel 17.7.0 (Darwin Kernel Version 17.7.0: Fri Oct 30 13:34:27 PDT 2020; root:xnu-4570.71.82.8~1/RELEASE_X86_64) x86_64
Compiler: GCC 4.2
ext2fs lib: 1.46.2, ntfs lib: libntfs-3g, reiserfs lib: none, ewf lib: none, curses lib: ncurses 5.7
Hard disk list
Disk /dev/disk3 - 536 GB / 500 GiB - 1048780800 sectors (RO), sector size=512
Disk /dev/disk4 - 536 GB / 500 GiB - 1048780800 sectors, sector size=512
Disk /dev/disk5 - 15 GB / 14 GiB - 30218842 sectors (RO), sector size=512
Disk /dev/disk6 - 536 GB / 500 GiB - 1048780800 sectors, sector size=512
Disk /dev/rdisk2 - 661 GB / 616 GiB - 161529959 sectors (RO), sector size=4096
Disk /dev/rdisk3 - 536 GB / 500 GiB - 1048780800 sectors (RO), sector size=512
Disk /dev/rdisk4 - 536 GB / 500 GiB - 1048780800 sectors, sector size=512
Disk /dev/rdisk5 - 15 GB / 14 GiB - 30218842 sectors (RO), sector size=512
Disk /dev/rdisk6 - 536 GB / 500 GiB - 1048780800 sectors, sector size=512
Partition table type (auto): EFI GPT
Disk /dev/rdisk6 - 536 GB / 500 GiB
Partition table type: EFI GPT
Analyse Disk /dev/rdisk6 - 536 GB / 500 GiB - 1048780800 sectors
hdr_size=92
hdr_lba_self=1
hdr_lba_alt=1048780799 (expected 1048780799)
hdr_lba_start=34
hdr_lba_end=1048780766
hdr_lba_table=2
hdr_entries=128
hdr_entsz=128
Current partition structure:
1 P EFI System 40 409639 409600 [EFI System Partition]
2 P Mac HFS 409640 1048518615 1048108976
dyld: lazy symbol binding failed: Symbol not found: ____chkstk_darwin
Referenced from: /Users/vladistone/Downloads/HDD Doctor/testdisk-7.2-WIP/./testdisk (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
dyld: Symbol not found: ____chkstk_darwin
Referenced from: /Users/vladistone/Downloads/HDD Doctor/testdisk-7.2-WIP/./testdisk (which was built for Mac OS X 10.15)
Expected in: /usr/lib/libSystem.B.dylib
Code: Select all
Last login: Tue Jan 10 20:59:47 on ttys000
iMac3:~ vladistone$ sudo pdisk /dev/rdisk6
Password:
pdisk: No valid block 1 on '/dev/rdisk6'
Edit /dev/rdisk6 -
Command (? for help): i
A physical block is 512 bytes:
A logical block is 512 bytes:
size of 'device' is 1048780800 blocks (512 byte blocks):
new size of 'device' is 1048780800 blocks (512 byte blocks)
Command (? for help): c
First block: 40
Length in blocks: 409600
Name of partition: EFI System Partition
requested base and length is not within an existing free partition
Bad size
Command (? for help):
"requested base and length is not within an existing free partition
Bad size"
What am I missing and doing is wrong?? or the sequence of actions? or something else I lose sight of?
Any help for troubleshooting?