01-10-2015 05:09 AM
Hey, i just installed a intel SSD 730 240GB. It doesnt show up in my computer so i looked at disk Management all i can find here is the SSD (E:) When i right click open it says it might be damaged or not formatted. When i right click format its says it can be formated because its secured against writing.
Thanks in advance01-12-2015 12:16 PM
Try connecting the drive to a different port. Or, attempt to initialize it using another computer.
If the issue persists, provide some additional information:
- What type of connection do you use (SATA or USB)?
- Is this a brand new drive?
- Did you set a SATA password on the SSD?
- Was the drive encrypted with a 3rd party tool?
- Where are you getting this message? Provide a picture if possible.
01-13-2015 08:45 AM
-Using SATA
-Yes never used before
-All i did was plug it in my pc with both the SATA and power supply cable then booted it and downloaded intel software.
-I didnt encrypt it like i said before just installed it and looked it up
-In the Disk manager when trying to format or open the SSD.
01-13-2015 11:09 AM
Hello Superkuif,
It may be that the Disk is set to ReadOnly and this is preventing you from formatting the drive. Please do the following:
On the Cmd prompt launch "diskpart.exe"
Run the following commands on the diskpart prompt
LIST DISK
This will list all the disks in your system.
Note down the number of your new SSD, then do the following
SELECT DISK x
Where X is the number of your Intel® SSD 730, then do the following
DETAIL DISK
This will list all the details of the selected disk.
Check if the ReadOnly flag is set to Yes.
Then execute the following command
ATTR DISK CLEAR READONLY
This should clear the flag on the disk, please try to initialize the SSD again.
If the issue persists, we may have a readonly flag on an existing volume, run the same command, but now on the volume:
LIST VOLUME
SELECT VOLUME x
DETAIL VOLUME
ATTR VOLUME CLEAR READONLY
01-14-2015 07:25 AM
Thanks it finnaly worked! I was looking on the SSD case aswel if there was a little lock switch. Now i can finnally use it!