We have 2 SSDs that are able to be read in BIOS but not usable at all for storage or installing OS<\/p>\n
When using a media recovery device we are able to list the drive in diskpark. We can select it and list the volumes but any attempts to clean the disk or work on the partitions comes back as an error<\/p>\n
For cleaning the disk the error states: A device which does not exist was specified<\/p>\n
when listing the volumes there are 3<\/p>\n
Vol 1 - no file system - Healthy<\/p>\n
Vol 2 - RAW - Healthy - Hidden<\/p>\n
Vol 3 - RAW - Healthy - Hidden<\/p>\n
Drive is a Lexar NQ 100 x 240G<\/p>\n
How can i go about getting this SSD usable again if possible. There is no data on the drive that needs to be recovered so data loss is not a concern.<\/p>\n
Thanks<\/p>","upvoteCount":10,"answerCount":6,"datePublished":"2023-08-22T17:54:55.000Z","author":{"@type":"Person","name":"noobadmin81","url":"https://community.spiceworks.com/u/noobadmin81"},"acceptedAnswer":{"@type":"Answer","text":"
Boot into a linux live cd, or dock them to a linux system<\/p>\n
sudo -s
\n(Enter sudo password)<\/p>\n
fdisk -l
\nidentify the id of the disk, not the partitions, so for instance /dev/sdb will have partitions such as /dev/sdb1, /dev/sdb2, etc
\nYOU want the device root name /dev/sdb… where b is the drive you want.<\/p>\n
Type dd if=/dev/random of=/dev/sdb bs=1M count=5<\/p>\n
where /dev/sdb is the drive you want to clean.<\/p>\n
This will direct overwrite the first 5 MB of the drive, overkill for length really, but will totally obliterate the partition table.<\/p>\n
The drive should now be all free nonpartitioned space and free to reconfigure however you like.<\/p>\n
BE VERY CAREFUL to choose the correct target disk, this can cause damage to another disk of you choose the incorrect one!<\/p>","upvoteCount":1,"datePublished":"2023-08-22T20:44:35.000Z","url":"https://community.spiceworks.com/t/ssd-read-in-bios-but-not-accessible/957759/5","author":{"@type":"Person","name":"foo","url":"https://community.spiceworks.com/u/foo"}},"suggestedAnswer":[{"@type":"Answer","text":"
We have 2 SSDs that are able to be read in BIOS but not usable at all for storage or installing OS<\/p>\n
When using a media recovery device we are able to list the drive in diskpark. We can select it and list the volumes but any attempts to clean the disk or work on the partitions comes back as an error<\/p>\n
For cleaning the disk the error states: A device which does not exist was specified<\/p>\n
when listing the volumes there are 3<\/p>\n
Vol 1 - no file system - Healthy<\/p>\n
Vol 2 - RAW - Healthy - Hidden<\/p>\n
Vol 3 - RAW - Healthy - Hidden<\/p>\n
Drive is a Lexar NQ 100 x 240G<\/p>\n
How can i go about getting this SSD usable again if possible. There is no data on the drive that needs to be recovered so data loss is not a concern.<\/p>\n
Thanks<\/p>","upvoteCount":10,"datePublished":"2023-08-22T17:54:55.000Z","url":"https://community.spiceworks.com/t/ssd-read-in-bios-but-not-accessible/957759/1","author":{"@type":"Person","name":"noobadmin81","url":"https://community.spiceworks.com/u/noobadmin81"}},{"@type":"Answer","text":"