<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Help solid state cant be accesed in Solid State Drives (NAND)</title>
    <link>https://community.solidigm.com/t5/solid-state-drives-nand/help-solid-state-cant-be-accesed/m-p/11498#M2830</link>
    <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;Thanks in advance</description>
    <pubDate>Sat, 10 Jan 2015 13:09:50 GMT</pubDate>
    <dc:creator>Vsmit</dc:creator>
    <dc:date>2015-01-10T13:09:50Z</dc:date>
    <item>
      <title>Help solid state cant be accesed</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/help-solid-state-cant-be-accesed/m-p/11498#M2830</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;Thanks in advance</description>
      <pubDate>Sat, 10 Jan 2015 13:09:50 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/help-solid-state-cant-be-accesed/m-p/11498#M2830</guid>
      <dc:creator>Vsmit</dc:creator>
      <dc:date>2015-01-10T13:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help solid state cant be accesed</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/help-solid-state-cant-be-accesed/m-p/11499#M2831</link>
      <description>&lt;P&gt;Try connecting the drive to a different port. Or, attempt to initialize it using another computer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the issue persists, provide some additional information:&lt;/P&gt;&lt;P&gt;- What type of connection do you use (SATA or USB)?&lt;/P&gt;&lt;P&gt;- Is this a brand new drive?&lt;/P&gt;&lt;P&gt;- Did you set a SATA password on the SSD?&lt;/P&gt;&lt;P&gt;- Was the drive encrypted with a 3rd party tool?&lt;/P&gt;&lt;P&gt;- Where are you getting this message? Provide a picture if possible.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jan 2015 20:16:54 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/help-solid-state-cant-be-accesed/m-p/11499#M2831</guid>
      <dc:creator>jbenavides</dc:creator>
      <dc:date>2015-01-12T20:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help solid state cant be accesed</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/help-solid-state-cant-be-accesed/m-p/11500#M2832</link>
      <description>&lt;P&gt;-Using SATA&lt;/P&gt;&lt;P&gt;-Yes never used before&lt;/P&gt;&lt;P&gt;-All i did was plug it in my pc with both the SATA and power supply cable then booted it and downloaded intel software.&lt;/P&gt;&lt;P&gt;-I didnt encrypt it like i said before just installed it and looked it up&lt;/P&gt;&lt;P&gt;-In the Disk manager when trying to format or open the SSD.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2015 16:45:24 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/help-solid-state-cant-be-accesed/m-p/11500#M2832</guid>
      <dc:creator>Vsmit</dc:creator>
      <dc:date>2015-01-13T16:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help solid state cant be accesed</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/help-solid-state-cant-be-accesed/m-p/11501#M2833</link>
      <description>&lt;P&gt;Hello Superkuif,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be that the Disk is set to ReadOnly and this is preventing you from formatting the drive. Please do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the Cmd prompt launch "diskpart.exe"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run the following commands on the diskpart prompt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIST DISK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will list all the disks in your system.&lt;/P&gt;&lt;P&gt;Note down the number of your new SSD, then do the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT DISK x &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where X is the number of your Intel® SSD 730, then do the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DETAIL DISK &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will list all the details of the selected disk.&lt;/P&gt;&lt;P&gt;Check if the ReadOnly flag is set to Yes.&lt;/P&gt;&lt;P&gt;Then execute the following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ATTR DISK CLEAR READONLY &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should clear the flag on the disk, please try to initialize the SSD again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the issue persists, we may have a readonly flag on an existing volume, run the same command, but now on the volume:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LIST VOLUME  &lt;/P&gt;&lt;P&gt;SELECT VOLUME x  &lt;/P&gt;&lt;P&gt;DETAIL VOLUME  &lt;/P&gt;&lt;P&gt;ATTR VOLUME CLEAR READONLY&lt;/P&gt;</description>
      <pubDate>Tue, 13 Jan 2015 19:09:10 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/help-solid-state-cant-be-accesed/m-p/11501#M2833</guid>
      <dc:creator>jbenavides</dc:creator>
      <dc:date>2015-01-13T19:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help solid state cant be accesed</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/help-solid-state-cant-be-accesed/m-p/11502#M2834</link>
      <description>&lt;P&gt;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!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 15:25:04 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/help-solid-state-cant-be-accesed/m-p/11502#M2834</guid>
      <dc:creator>Vsmit</dc:creator>
      <dc:date>2015-01-14T15:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help solid state cant be accesed</title>
      <link>https://community.solidigm.com/t5/solid-state-drives-nand/help-solid-state-cant-be-accesed/m-p/11503#M2835</link>
      <description>&lt;P&gt;Thanks for the update. We are glad to know the drive is working normally now.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jan 2015 17:43:24 GMT</pubDate>
      <guid>https://community.solidigm.com/t5/solid-state-drives-nand/help-solid-state-cant-be-accesed/m-p/11503#M2835</guid>
      <dc:creator>jbenavides</dc:creator>
      <dc:date>2015-01-14T17:43:24Z</dc:date>
    </item>
  </channel>
</rss>

