External SSD Drive won't mount on OSX
A colleague at work has a Kingston 240GB SSD drive which has come out of a now dead computer. We want to be able to recover some data from it (no backups sadly) however the drive won't mount properly.
I am using an Anker USB3 external HDD enclosure which I know to be working correctly. The drive has come from an Apple computer, and we are attempting recovery on another MacBook Pro.
The drive appears under DiskUtility, however is greyed out. Trying to click mount
does nothing. FirstAid also fails.
What Have We Tried?
So far, we've run diskutil repairVolume disk2s2
which gave the following output:
Repairing file system
Volume is already unmounted
Performing fsck_hfs -fy -x /dev/rdisk2s2
Checking Journaled HFS Plus volume
Invalid record count
Checking extents overflow file
Invalid record count
The volume could not be verified completely
File system check exit code is 8
Restoring the original state found as unmounted
Error: -69845: File system verify or repair failed
Underlying error: 8: Exec format error
We have also run sudo /sbin/fsck_hfs -yprd /dev/disk2s2
which returned:
/dev/rdisk2s2: starting
journal_replay(/dev/disk2s2) returned 0
Using cacheBlockSize=32K cacheTotalBlock=65536 cacheSize=2097152K.
Executing fsck_hfs (version hfs-407.50.6).
** Checking Journaled HFS Plus volume.
hfs_swap_BTNode: invalid forward link (0xFFFFFFFF)
hfs_swap_BTNode: invalid backward link (0xFFFFFFFF)
hfs_swap_BTNode: invalid node height (255)
hfs_swap_BTNode: invalid record count (0xFFFF)
Invalid record count
(4, 25511)
...repeats similar output...
Node 35746's back link is 0x0; expected 0x8c17
disk offset = 0x78f41000, size = 0x2000
Invalid sibling link
(4, 35746)
Node 35746's forward link is 0x0; expected 0x6489
disk offset = 0x78f41000, size = 0x2000
Invalid node height
(4, 35746)
Index key doesn't match first node key
Invalid index key
(4, 35746)
** The volume could not be verified completely.
volume check failed with error 7
volume type is pure HFS+
primary MDB is at block 0 0x00
alternate MDB is at block 0 0x00
primary VHB is at block 2 0x02
alternate VHB is at block 467182910 0x1bd8a53e
sector size = 512 0x200
VolumeObject flags = 0x07
total sectors for volume = 467182912 0x1bd8a540
total sectors for embedded volume = 0 0x00
CheckForClean - could not get VHB/MDB at block 467182910
CheckHFS returned -1317, fsmodified = 1
What Next?
I am hopeful that with the drive being recognised, the data is still recoverable. Before looking at paid software such as DiskWarrior, is there anything else that I can try so that I can access the disk or to repair this record count
problem.
macos hard-drive ssd external-hard-drive data-recovery
|
show 3 more comments
A colleague at work has a Kingston 240GB SSD drive which has come out of a now dead computer. We want to be able to recover some data from it (no backups sadly) however the drive won't mount properly.
I am using an Anker USB3 external HDD enclosure which I know to be working correctly. The drive has come from an Apple computer, and we are attempting recovery on another MacBook Pro.
The drive appears under DiskUtility, however is greyed out. Trying to click mount
does nothing. FirstAid also fails.
What Have We Tried?
So far, we've run diskutil repairVolume disk2s2
which gave the following output:
Repairing file system
Volume is already unmounted
Performing fsck_hfs -fy -x /dev/rdisk2s2
Checking Journaled HFS Plus volume
Invalid record count
Checking extents overflow file
Invalid record count
The volume could not be verified completely
File system check exit code is 8
Restoring the original state found as unmounted
Error: -69845: File system verify or repair failed
Underlying error: 8: Exec format error
We have also run sudo /sbin/fsck_hfs -yprd /dev/disk2s2
which returned:
/dev/rdisk2s2: starting
journal_replay(/dev/disk2s2) returned 0
Using cacheBlockSize=32K cacheTotalBlock=65536 cacheSize=2097152K.
Executing fsck_hfs (version hfs-407.50.6).
** Checking Journaled HFS Plus volume.
hfs_swap_BTNode: invalid forward link (0xFFFFFFFF)
hfs_swap_BTNode: invalid backward link (0xFFFFFFFF)
hfs_swap_BTNode: invalid node height (255)
hfs_swap_BTNode: invalid record count (0xFFFF)
Invalid record count
(4, 25511)
...repeats similar output...
Node 35746's back link is 0x0; expected 0x8c17
disk offset = 0x78f41000, size = 0x2000
Invalid sibling link
(4, 35746)
Node 35746's forward link is 0x0; expected 0x6489
disk offset = 0x78f41000, size = 0x2000
Invalid node height
(4, 35746)
Index key doesn't match first node key
Invalid index key
(4, 35746)
** The volume could not be verified completely.
volume check failed with error 7
volume type is pure HFS+
primary MDB is at block 0 0x00
alternate MDB is at block 0 0x00
primary VHB is at block 2 0x02
alternate VHB is at block 467182910 0x1bd8a53e
sector size = 512 0x200
VolumeObject flags = 0x07
total sectors for volume = 467182912 0x1bd8a540
total sectors for embedded volume = 0 0x00
CheckForClean - could not get VHB/MDB at block 467182910
CheckHFS returned -1317, fsmodified = 1
What Next?
I am hopeful that with the drive being recognised, the data is still recoverable. Before looking at paid software such as DiskWarrior, is there anything else that I can try so that I can access the disk or to repair this record count
problem.
macos hard-drive ssd external-hard-drive data-recovery
1
Simply stated, that drive is dead. But to clarify, first you say this: “A colleague at work has a Kingston 240GB SSD drive which has come out of a now dead computer.” And then say, “…however the drive won't mount properly.” First question I have is what do you believe is “dead” in the dead computer? If all of the components work, the computer should work. And then following up with that, the drive seems dead. An external enclosure can be “seen” by the OS even if no drive is connected inside of it. An external enclosure is a bridge. So you are not seeing the drive but the bridge.
– JakeGould
Jan 23 at 14:45
Hi @JakeGould, I do see the enclosure in DiskUtility, but I also see the drive "Untitled" under the enclosure - it also reportsOS Extended (Journaled)
and the correct 240GB capacity. The old computer had problems with the screen and keyboard and belongs to a friend of my colleague, so I'm several people down the chain from the original problem. I don't know the full details, but the drive was removed before the other components were repaired, and then wasn't replaced as the data was more important. Does this seem like a hardware failure, or just corrupted sectors (forgive my terminology).
– Alex Holsgrove
Jan 23 at 14:54
Well, what OS was this drive formatted in? If it’s from another macOS machine, I would say that drive is 100% dead. But if it’s from a Windows machine and formatted in a way macOS cannot recognize, that could be a factor as well. If you have access to a Windows machine I would just bring the drive over to it and see if it can be mounted there. And if it can’t? Sad to say it’s dead.
– JakeGould
Jan 23 at 15:02
It was from a MacOS machine, so I had hoped we'd just plug the drive in and grab the data from it. My assumption was that the screen/keyboard were the real cause of the original computer not working. If the data is still stored on the drive, am I not able to repair or rebuild the "sector information" so that this is accessible? Would DiskWarrior have any chance of recovery?
– Alex Holsgrove
Jan 23 at 15:14
1
It's not bad news for me as I keep several backups! But I understand - a power surge can damage the DRAM chips without me being able to see. I'd have thought that sort of case would prevent the drive showing up in DiskUtility. I was being optimistic, but I shall go share the bad news! Thanks for your help Jake
– Alex Holsgrove
Jan 23 at 16:42
|
show 3 more comments
A colleague at work has a Kingston 240GB SSD drive which has come out of a now dead computer. We want to be able to recover some data from it (no backups sadly) however the drive won't mount properly.
I am using an Anker USB3 external HDD enclosure which I know to be working correctly. The drive has come from an Apple computer, and we are attempting recovery on another MacBook Pro.
The drive appears under DiskUtility, however is greyed out. Trying to click mount
does nothing. FirstAid also fails.
What Have We Tried?
So far, we've run diskutil repairVolume disk2s2
which gave the following output:
Repairing file system
Volume is already unmounted
Performing fsck_hfs -fy -x /dev/rdisk2s2
Checking Journaled HFS Plus volume
Invalid record count
Checking extents overflow file
Invalid record count
The volume could not be verified completely
File system check exit code is 8
Restoring the original state found as unmounted
Error: -69845: File system verify or repair failed
Underlying error: 8: Exec format error
We have also run sudo /sbin/fsck_hfs -yprd /dev/disk2s2
which returned:
/dev/rdisk2s2: starting
journal_replay(/dev/disk2s2) returned 0
Using cacheBlockSize=32K cacheTotalBlock=65536 cacheSize=2097152K.
Executing fsck_hfs (version hfs-407.50.6).
** Checking Journaled HFS Plus volume.
hfs_swap_BTNode: invalid forward link (0xFFFFFFFF)
hfs_swap_BTNode: invalid backward link (0xFFFFFFFF)
hfs_swap_BTNode: invalid node height (255)
hfs_swap_BTNode: invalid record count (0xFFFF)
Invalid record count
(4, 25511)
...repeats similar output...
Node 35746's back link is 0x0; expected 0x8c17
disk offset = 0x78f41000, size = 0x2000
Invalid sibling link
(4, 35746)
Node 35746's forward link is 0x0; expected 0x6489
disk offset = 0x78f41000, size = 0x2000
Invalid node height
(4, 35746)
Index key doesn't match first node key
Invalid index key
(4, 35746)
** The volume could not be verified completely.
volume check failed with error 7
volume type is pure HFS+
primary MDB is at block 0 0x00
alternate MDB is at block 0 0x00
primary VHB is at block 2 0x02
alternate VHB is at block 467182910 0x1bd8a53e
sector size = 512 0x200
VolumeObject flags = 0x07
total sectors for volume = 467182912 0x1bd8a540
total sectors for embedded volume = 0 0x00
CheckForClean - could not get VHB/MDB at block 467182910
CheckHFS returned -1317, fsmodified = 1
What Next?
I am hopeful that with the drive being recognised, the data is still recoverable. Before looking at paid software such as DiskWarrior, is there anything else that I can try so that I can access the disk or to repair this record count
problem.
macos hard-drive ssd external-hard-drive data-recovery
A colleague at work has a Kingston 240GB SSD drive which has come out of a now dead computer. We want to be able to recover some data from it (no backups sadly) however the drive won't mount properly.
I am using an Anker USB3 external HDD enclosure which I know to be working correctly. The drive has come from an Apple computer, and we are attempting recovery on another MacBook Pro.
The drive appears under DiskUtility, however is greyed out. Trying to click mount
does nothing. FirstAid also fails.
What Have We Tried?
So far, we've run diskutil repairVolume disk2s2
which gave the following output:
Repairing file system
Volume is already unmounted
Performing fsck_hfs -fy -x /dev/rdisk2s2
Checking Journaled HFS Plus volume
Invalid record count
Checking extents overflow file
Invalid record count
The volume could not be verified completely
File system check exit code is 8
Restoring the original state found as unmounted
Error: -69845: File system verify or repair failed
Underlying error: 8: Exec format error
We have also run sudo /sbin/fsck_hfs -yprd /dev/disk2s2
which returned:
/dev/rdisk2s2: starting
journal_replay(/dev/disk2s2) returned 0
Using cacheBlockSize=32K cacheTotalBlock=65536 cacheSize=2097152K.
Executing fsck_hfs (version hfs-407.50.6).
** Checking Journaled HFS Plus volume.
hfs_swap_BTNode: invalid forward link (0xFFFFFFFF)
hfs_swap_BTNode: invalid backward link (0xFFFFFFFF)
hfs_swap_BTNode: invalid node height (255)
hfs_swap_BTNode: invalid record count (0xFFFF)
Invalid record count
(4, 25511)
...repeats similar output...
Node 35746's back link is 0x0; expected 0x8c17
disk offset = 0x78f41000, size = 0x2000
Invalid sibling link
(4, 35746)
Node 35746's forward link is 0x0; expected 0x6489
disk offset = 0x78f41000, size = 0x2000
Invalid node height
(4, 35746)
Index key doesn't match first node key
Invalid index key
(4, 35746)
** The volume could not be verified completely.
volume check failed with error 7
volume type is pure HFS+
primary MDB is at block 0 0x00
alternate MDB is at block 0 0x00
primary VHB is at block 2 0x02
alternate VHB is at block 467182910 0x1bd8a53e
sector size = 512 0x200
VolumeObject flags = 0x07
total sectors for volume = 467182912 0x1bd8a540
total sectors for embedded volume = 0 0x00
CheckForClean - could not get VHB/MDB at block 467182910
CheckHFS returned -1317, fsmodified = 1
What Next?
I am hopeful that with the drive being recognised, the data is still recoverable. Before looking at paid software such as DiskWarrior, is there anything else that I can try so that I can access the disk or to repair this record count
problem.
macos hard-drive ssd external-hard-drive data-recovery
macos hard-drive ssd external-hard-drive data-recovery
edited Jan 23 at 18:10
JakeGould
32.1k1098141
32.1k1098141
asked Jan 23 at 14:38
Alex HolsgroveAlex Holsgrove
1011
1011
1
Simply stated, that drive is dead. But to clarify, first you say this: “A colleague at work has a Kingston 240GB SSD drive which has come out of a now dead computer.” And then say, “…however the drive won't mount properly.” First question I have is what do you believe is “dead” in the dead computer? If all of the components work, the computer should work. And then following up with that, the drive seems dead. An external enclosure can be “seen” by the OS even if no drive is connected inside of it. An external enclosure is a bridge. So you are not seeing the drive but the bridge.
– JakeGould
Jan 23 at 14:45
Hi @JakeGould, I do see the enclosure in DiskUtility, but I also see the drive "Untitled" under the enclosure - it also reportsOS Extended (Journaled)
and the correct 240GB capacity. The old computer had problems with the screen and keyboard and belongs to a friend of my colleague, so I'm several people down the chain from the original problem. I don't know the full details, but the drive was removed before the other components were repaired, and then wasn't replaced as the data was more important. Does this seem like a hardware failure, or just corrupted sectors (forgive my terminology).
– Alex Holsgrove
Jan 23 at 14:54
Well, what OS was this drive formatted in? If it’s from another macOS machine, I would say that drive is 100% dead. But if it’s from a Windows machine and formatted in a way macOS cannot recognize, that could be a factor as well. If you have access to a Windows machine I would just bring the drive over to it and see if it can be mounted there. And if it can’t? Sad to say it’s dead.
– JakeGould
Jan 23 at 15:02
It was from a MacOS machine, so I had hoped we'd just plug the drive in and grab the data from it. My assumption was that the screen/keyboard were the real cause of the original computer not working. If the data is still stored on the drive, am I not able to repair or rebuild the "sector information" so that this is accessible? Would DiskWarrior have any chance of recovery?
– Alex Holsgrove
Jan 23 at 15:14
1
It's not bad news for me as I keep several backups! But I understand - a power surge can damage the DRAM chips without me being able to see. I'd have thought that sort of case would prevent the drive showing up in DiskUtility. I was being optimistic, but I shall go share the bad news! Thanks for your help Jake
– Alex Holsgrove
Jan 23 at 16:42
|
show 3 more comments
1
Simply stated, that drive is dead. But to clarify, first you say this: “A colleague at work has a Kingston 240GB SSD drive which has come out of a now dead computer.” And then say, “…however the drive won't mount properly.” First question I have is what do you believe is “dead” in the dead computer? If all of the components work, the computer should work. And then following up with that, the drive seems dead. An external enclosure can be “seen” by the OS even if no drive is connected inside of it. An external enclosure is a bridge. So you are not seeing the drive but the bridge.
– JakeGould
Jan 23 at 14:45
Hi @JakeGould, I do see the enclosure in DiskUtility, but I also see the drive "Untitled" under the enclosure - it also reportsOS Extended (Journaled)
and the correct 240GB capacity. The old computer had problems with the screen and keyboard and belongs to a friend of my colleague, so I'm several people down the chain from the original problem. I don't know the full details, but the drive was removed before the other components were repaired, and then wasn't replaced as the data was more important. Does this seem like a hardware failure, or just corrupted sectors (forgive my terminology).
– Alex Holsgrove
Jan 23 at 14:54
Well, what OS was this drive formatted in? If it’s from another macOS machine, I would say that drive is 100% dead. But if it’s from a Windows machine and formatted in a way macOS cannot recognize, that could be a factor as well. If you have access to a Windows machine I would just bring the drive over to it and see if it can be mounted there. And if it can’t? Sad to say it’s dead.
– JakeGould
Jan 23 at 15:02
It was from a MacOS machine, so I had hoped we'd just plug the drive in and grab the data from it. My assumption was that the screen/keyboard were the real cause of the original computer not working. If the data is still stored on the drive, am I not able to repair or rebuild the "sector information" so that this is accessible? Would DiskWarrior have any chance of recovery?
– Alex Holsgrove
Jan 23 at 15:14
1
It's not bad news for me as I keep several backups! But I understand - a power surge can damage the DRAM chips without me being able to see. I'd have thought that sort of case would prevent the drive showing up in DiskUtility. I was being optimistic, but I shall go share the bad news! Thanks for your help Jake
– Alex Holsgrove
Jan 23 at 16:42
1
1
Simply stated, that drive is dead. But to clarify, first you say this: “A colleague at work has a Kingston 240GB SSD drive which has come out of a now dead computer.” And then say, “…however the drive won't mount properly.” First question I have is what do you believe is “dead” in the dead computer? If all of the components work, the computer should work. And then following up with that, the drive seems dead. An external enclosure can be “seen” by the OS even if no drive is connected inside of it. An external enclosure is a bridge. So you are not seeing the drive but the bridge.
– JakeGould
Jan 23 at 14:45
Simply stated, that drive is dead. But to clarify, first you say this: “A colleague at work has a Kingston 240GB SSD drive which has come out of a now dead computer.” And then say, “…however the drive won't mount properly.” First question I have is what do you believe is “dead” in the dead computer? If all of the components work, the computer should work. And then following up with that, the drive seems dead. An external enclosure can be “seen” by the OS even if no drive is connected inside of it. An external enclosure is a bridge. So you are not seeing the drive but the bridge.
– JakeGould
Jan 23 at 14:45
Hi @JakeGould, I do see the enclosure in DiskUtility, but I also see the drive "Untitled" under the enclosure - it also reports
OS Extended (Journaled)
and the correct 240GB capacity. The old computer had problems with the screen and keyboard and belongs to a friend of my colleague, so I'm several people down the chain from the original problem. I don't know the full details, but the drive was removed before the other components were repaired, and then wasn't replaced as the data was more important. Does this seem like a hardware failure, or just corrupted sectors (forgive my terminology).– Alex Holsgrove
Jan 23 at 14:54
Hi @JakeGould, I do see the enclosure in DiskUtility, but I also see the drive "Untitled" under the enclosure - it also reports
OS Extended (Journaled)
and the correct 240GB capacity. The old computer had problems with the screen and keyboard and belongs to a friend of my colleague, so I'm several people down the chain from the original problem. I don't know the full details, but the drive was removed before the other components were repaired, and then wasn't replaced as the data was more important. Does this seem like a hardware failure, or just corrupted sectors (forgive my terminology).– Alex Holsgrove
Jan 23 at 14:54
Well, what OS was this drive formatted in? If it’s from another macOS machine, I would say that drive is 100% dead. But if it’s from a Windows machine and formatted in a way macOS cannot recognize, that could be a factor as well. If you have access to a Windows machine I would just bring the drive over to it and see if it can be mounted there. And if it can’t? Sad to say it’s dead.
– JakeGould
Jan 23 at 15:02
Well, what OS was this drive formatted in? If it’s from another macOS machine, I would say that drive is 100% dead. But if it’s from a Windows machine and formatted in a way macOS cannot recognize, that could be a factor as well. If you have access to a Windows machine I would just bring the drive over to it and see if it can be mounted there. And if it can’t? Sad to say it’s dead.
– JakeGould
Jan 23 at 15:02
It was from a MacOS machine, so I had hoped we'd just plug the drive in and grab the data from it. My assumption was that the screen/keyboard were the real cause of the original computer not working. If the data is still stored on the drive, am I not able to repair or rebuild the "sector information" so that this is accessible? Would DiskWarrior have any chance of recovery?
– Alex Holsgrove
Jan 23 at 15:14
It was from a MacOS machine, so I had hoped we'd just plug the drive in and grab the data from it. My assumption was that the screen/keyboard were the real cause of the original computer not working. If the data is still stored on the drive, am I not able to repair or rebuild the "sector information" so that this is accessible? Would DiskWarrior have any chance of recovery?
– Alex Holsgrove
Jan 23 at 15:14
1
1
It's not bad news for me as I keep several backups! But I understand - a power surge can damage the DRAM chips without me being able to see. I'd have thought that sort of case would prevent the drive showing up in DiskUtility. I was being optimistic, but I shall go share the bad news! Thanks for your help Jake
– Alex Holsgrove
Jan 23 at 16:42
It's not bad news for me as I keep several backups! But I understand - a power surge can damage the DRAM chips without me being able to see. I'd have thought that sort of case would prevent the drive showing up in DiskUtility. I was being optimistic, but I shall go share the bad news! Thanks for your help Jake
– Alex Holsgrove
Jan 23 at 16:42
|
show 3 more comments
1 Answer
1
active
oldest
votes
You can try some of these for free. They will report back what they find and you pay to recover the files.
"Stellar Phoenix Macintosh - Mac data recovery software, recovers data from damaged, deleted, or corrupted volumes and even from initialized disks."
They have a trial version, so I guess you can see if your data can be recovered...
http://www.stellarinfo.com/mac-data-recovery.htm
"Data Rescue II is the best data recovery software on the market for recovering files from a problem hard drive. Data Rescue II works when other tools fail. Data Rescue II is also completely safe to use since it does not attempt any risky repairs to the drive while its scanning."
http://www.prosofteng.com/products/data_rescue.php
FileSalvage is an extremely powerful Macintosh application for exploring and recovering deleted files from a drive or volume. FileSalvage is designed to restore files that have:
-- been accidentally deleted.
-- become unreadable due to media faults.
-- been stored on a drive before it was re-initialized/formatted.
http://subrosasoft.com/OSXSoftware/index.php?main_page=product_info&products_id=1
Wondershare Data Recovery for Mac
"Recover lost photos, video, documents, email and archive files from any Mac-based hard drive or external hard drive, iPod, USB drive, SD card, digital camera, mobile phone, and MP3/MP4 player, due to accidental deleting, formatting, virus infection, improper operation, unexpected power failure, and other unknown reasons. Also, iPhone recovery allows you to recover lost photos, videos, SMS, contacts, note, calendar and call history from iTunes backup file. With the free trial, you can preview all your recovered images, videos, music, documents and archive files prior purchasing this Mac Data Recovery."
http://software.bigbigsoft.com/data-recovery-mac
"If there is any chance of recovery at all your best bet is Prosoft Data Recovery." by macjack
https://www.prosofteng.com/datarescue-mac-data-recovery/
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1397496%2fexternal-ssd-drive-wont-mount-on-osx%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can try some of these for free. They will report back what they find and you pay to recover the files.
"Stellar Phoenix Macintosh - Mac data recovery software, recovers data from damaged, deleted, or corrupted volumes and even from initialized disks."
They have a trial version, so I guess you can see if your data can be recovered...
http://www.stellarinfo.com/mac-data-recovery.htm
"Data Rescue II is the best data recovery software on the market for recovering files from a problem hard drive. Data Rescue II works when other tools fail. Data Rescue II is also completely safe to use since it does not attempt any risky repairs to the drive while its scanning."
http://www.prosofteng.com/products/data_rescue.php
FileSalvage is an extremely powerful Macintosh application for exploring and recovering deleted files from a drive or volume. FileSalvage is designed to restore files that have:
-- been accidentally deleted.
-- become unreadable due to media faults.
-- been stored on a drive before it was re-initialized/formatted.
http://subrosasoft.com/OSXSoftware/index.php?main_page=product_info&products_id=1
Wondershare Data Recovery for Mac
"Recover lost photos, video, documents, email and archive files from any Mac-based hard drive or external hard drive, iPod, USB drive, SD card, digital camera, mobile phone, and MP3/MP4 player, due to accidental deleting, formatting, virus infection, improper operation, unexpected power failure, and other unknown reasons. Also, iPhone recovery allows you to recover lost photos, videos, SMS, contacts, note, calendar and call history from iTunes backup file. With the free trial, you can preview all your recovered images, videos, music, documents and archive files prior purchasing this Mac Data Recovery."
http://software.bigbigsoft.com/data-recovery-mac
"If there is any chance of recovery at all your best bet is Prosoft Data Recovery." by macjack
https://www.prosofteng.com/datarescue-mac-data-recovery/
add a comment |
You can try some of these for free. They will report back what they find and you pay to recover the files.
"Stellar Phoenix Macintosh - Mac data recovery software, recovers data from damaged, deleted, or corrupted volumes and even from initialized disks."
They have a trial version, so I guess you can see if your data can be recovered...
http://www.stellarinfo.com/mac-data-recovery.htm
"Data Rescue II is the best data recovery software on the market for recovering files from a problem hard drive. Data Rescue II works when other tools fail. Data Rescue II is also completely safe to use since it does not attempt any risky repairs to the drive while its scanning."
http://www.prosofteng.com/products/data_rescue.php
FileSalvage is an extremely powerful Macintosh application for exploring and recovering deleted files from a drive or volume. FileSalvage is designed to restore files that have:
-- been accidentally deleted.
-- become unreadable due to media faults.
-- been stored on a drive before it was re-initialized/formatted.
http://subrosasoft.com/OSXSoftware/index.php?main_page=product_info&products_id=1
Wondershare Data Recovery for Mac
"Recover lost photos, video, documents, email and archive files from any Mac-based hard drive or external hard drive, iPod, USB drive, SD card, digital camera, mobile phone, and MP3/MP4 player, due to accidental deleting, formatting, virus infection, improper operation, unexpected power failure, and other unknown reasons. Also, iPhone recovery allows you to recover lost photos, videos, SMS, contacts, note, calendar and call history from iTunes backup file. With the free trial, you can preview all your recovered images, videos, music, documents and archive files prior purchasing this Mac Data Recovery."
http://software.bigbigsoft.com/data-recovery-mac
"If there is any chance of recovery at all your best bet is Prosoft Data Recovery." by macjack
https://www.prosofteng.com/datarescue-mac-data-recovery/
add a comment |
You can try some of these for free. They will report back what they find and you pay to recover the files.
"Stellar Phoenix Macintosh - Mac data recovery software, recovers data from damaged, deleted, or corrupted volumes and even from initialized disks."
They have a trial version, so I guess you can see if your data can be recovered...
http://www.stellarinfo.com/mac-data-recovery.htm
"Data Rescue II is the best data recovery software on the market for recovering files from a problem hard drive. Data Rescue II works when other tools fail. Data Rescue II is also completely safe to use since it does not attempt any risky repairs to the drive while its scanning."
http://www.prosofteng.com/products/data_rescue.php
FileSalvage is an extremely powerful Macintosh application for exploring and recovering deleted files from a drive or volume. FileSalvage is designed to restore files that have:
-- been accidentally deleted.
-- become unreadable due to media faults.
-- been stored on a drive before it was re-initialized/formatted.
http://subrosasoft.com/OSXSoftware/index.php?main_page=product_info&products_id=1
Wondershare Data Recovery for Mac
"Recover lost photos, video, documents, email and archive files from any Mac-based hard drive or external hard drive, iPod, USB drive, SD card, digital camera, mobile phone, and MP3/MP4 player, due to accidental deleting, formatting, virus infection, improper operation, unexpected power failure, and other unknown reasons. Also, iPhone recovery allows you to recover lost photos, videos, SMS, contacts, note, calendar and call history from iTunes backup file. With the free trial, you can preview all your recovered images, videos, music, documents and archive files prior purchasing this Mac Data Recovery."
http://software.bigbigsoft.com/data-recovery-mac
"If there is any chance of recovery at all your best bet is Prosoft Data Recovery." by macjack
https://www.prosofteng.com/datarescue-mac-data-recovery/
You can try some of these for free. They will report back what they find and you pay to recover the files.
"Stellar Phoenix Macintosh - Mac data recovery software, recovers data from damaged, deleted, or corrupted volumes and even from initialized disks."
They have a trial version, so I guess you can see if your data can be recovered...
http://www.stellarinfo.com/mac-data-recovery.htm
"Data Rescue II is the best data recovery software on the market for recovering files from a problem hard drive. Data Rescue II works when other tools fail. Data Rescue II is also completely safe to use since it does not attempt any risky repairs to the drive while its scanning."
http://www.prosofteng.com/products/data_rescue.php
FileSalvage is an extremely powerful Macintosh application for exploring and recovering deleted files from a drive or volume. FileSalvage is designed to restore files that have:
-- been accidentally deleted.
-- become unreadable due to media faults.
-- been stored on a drive before it was re-initialized/formatted.
http://subrosasoft.com/OSXSoftware/index.php?main_page=product_info&products_id=1
Wondershare Data Recovery for Mac
"Recover lost photos, video, documents, email and archive files from any Mac-based hard drive or external hard drive, iPod, USB drive, SD card, digital camera, mobile phone, and MP3/MP4 player, due to accidental deleting, formatting, virus infection, improper operation, unexpected power failure, and other unknown reasons. Also, iPhone recovery allows you to recover lost photos, videos, SMS, contacts, note, calendar and call history from iTunes backup file. With the free trial, you can preview all your recovered images, videos, music, documents and archive files prior purchasing this Mac Data Recovery."
http://software.bigbigsoft.com/data-recovery-mac
"If there is any chance of recovery at all your best bet is Prosoft Data Recovery." by macjack
https://www.prosofteng.com/datarescue-mac-data-recovery/
answered Feb 1 at 4:05
historystamphistorystamp
1714
1714
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1397496%2fexternal-ssd-drive-wont-mount-on-osx%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Simply stated, that drive is dead. But to clarify, first you say this: “A colleague at work has a Kingston 240GB SSD drive which has come out of a now dead computer.” And then say, “…however the drive won't mount properly.” First question I have is what do you believe is “dead” in the dead computer? If all of the components work, the computer should work. And then following up with that, the drive seems dead. An external enclosure can be “seen” by the OS even if no drive is connected inside of it. An external enclosure is a bridge. So you are not seeing the drive but the bridge.
– JakeGould
Jan 23 at 14:45
Hi @JakeGould, I do see the enclosure in DiskUtility, but I also see the drive "Untitled" under the enclosure - it also reports
OS Extended (Journaled)
and the correct 240GB capacity. The old computer had problems with the screen and keyboard and belongs to a friend of my colleague, so I'm several people down the chain from the original problem. I don't know the full details, but the drive was removed before the other components were repaired, and then wasn't replaced as the data was more important. Does this seem like a hardware failure, or just corrupted sectors (forgive my terminology).– Alex Holsgrove
Jan 23 at 14:54
Well, what OS was this drive formatted in? If it’s from another macOS machine, I would say that drive is 100% dead. But if it’s from a Windows machine and formatted in a way macOS cannot recognize, that could be a factor as well. If you have access to a Windows machine I would just bring the drive over to it and see if it can be mounted there. And if it can’t? Sad to say it’s dead.
– JakeGould
Jan 23 at 15:02
It was from a MacOS machine, so I had hoped we'd just plug the drive in and grab the data from it. My assumption was that the screen/keyboard were the real cause of the original computer not working. If the data is still stored on the drive, am I not able to repair or rebuild the "sector information" so that this is accessible? Would DiskWarrior have any chance of recovery?
– Alex Holsgrove
Jan 23 at 15:14
1
It's not bad news for me as I keep several backups! But I understand - a power surge can damage the DRAM chips without me being able to see. I'd have thought that sort of case would prevent the drive showing up in DiskUtility. I was being optimistic, but I shall go share the bad news! Thanks for your help Jake
– Alex Holsgrove
Jan 23 at 16:42