Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is my Apple SSD spoilt? #170

Open
dogs-1985 opened this issue Dec 16, 2022 · 4 comments
Open

Is my Apple SSD spoilt? #170

dogs-1985 opened this issue Dec 16, 2022 · 4 comments

Comments

@dogs-1985
Copy link

I know I shouldn't ask stupid questions.

My iMac spoilt for no apparent reason, and I just wanted to get back the data on the Fusion Drive (SSD+HDD).
I can use apfs-fuse to mount these two storage drive to /mnt, when I read the data insid, the SSD will automatically disconnect itself. Is the Apple SSD spoilt?

Disk
image

I use the following command.
sudo ./apfs-fuse -d 255 -l -o allow_other -f /dev/sdc /dev/sdb /mnt/

After execute command.
image

I can navigate to /mnt
image

Inside the folder private-dir
image

Sometime load folder root half way then SSD will disconnected itself, sometime can see the directory inside the folder root
image

Check back the terminal log.
image

I'm not sure is the SSD reader or SSD problem. I can backup the bootcamp (Windows) drive without problem.

Is there any other way I can try? I just want to get back my photos with my family in Apple partition.

@RJVB
Copy link

RJVB commented Dec 16, 2022 via email

@dogs-1985
Copy link
Author

On Thursday December 15 2022 21:02:55 dogs-1985 wrote: I'm not sure is the SSD reader or SSD problem. I can backup the bootcamp (Windows) drive without problem.
Is the MSWin "drive" an actual separate drive? Sounds like you need to install smartmontools and check the SSD's health. But I've already seen drives mounted through FUSE disconnect unexpectedly, and in fact you can disconnect them by force by killing the corresponding process. So it's possible that your SSD contains an error that leads to a call to abort() somewhere in the apfs or the underlying FUSE library code (instead of failing more graciously). FWIW, did you check if your iMac still boots in target mode where the entire machine acts like just an external drive (to be connected over USB nowadays, I presume)? IIRC that requires holding down the t key when you turn the machine on, possibly together with the Option or Command key. R.

Sorry for late reply.

For the bootcamp drive. I wanted to play some Windows games that time and followed the online article to install Windows system. After my iMac spoilt, I still can backup that Windows partition without SSD. Is smartmontools safe to use to check the SSD health? I scare that smartmontools will write some data to SSD to ensure the device "Healthy".

I didn't force disconnect, even I use the ddrescue backup the SSD and it stop at 767.9MB. I'm not sure the PCIe enclosure problem or what. Here's the command line that I use to backup SSD.
sudo ./ddrescue -n -f /dev/sdb disk.img mapfile -> 767.9MB
sudo ./ddrescue -r3 -d -f /dev/sdb disk2.img mapfile -> 14.1GB
KDE Partitions manager, backup sdb2 -> 560MB

I don't have iMac machine to test the SSD/HDD. My device was iMac 21.5" late 2013. iMac sudden power tripped, so I sent it to repair center (Not an official Apple, maybe Apple authorized or something).
First, they mentioned power supply problem, ask me change the power supply will solve the problem.
Later, they told me that the monitor screen problem. I told them I don't want to repair, just want back my data.
Later, they said no able to backup anything. I asked them take out the SSD and HDD to me.
What can I do, I have no ability to argue with them. They claimed they were PROFESSIONAL.

It doesn't matter if there is really no way to get back the data from those 2 "fusion drive". Thank you very much for your reply.

@RJVB
Copy link

RJVB commented Dec 28, 2022 via email

@sgan81
Copy link
Owner

sgan81 commented Jan 4, 2023

"ReadBlocks failed" sounds like some problem on the drive ... checksum error, unreadable block, ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants