<?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 Re: Smart Array: convert an existing JBOD drive with DATA to RAID0 in Servers - General</title>
    <link>https://community.hpe.com/t5/servers-general/smart-array-convert-an-existing-jbod-drive-with-data-to-raid0/m-p/7242787#M21486</link>
    <description>&lt;P dir="auto" style="margin: 0;"&gt;&lt;BR /&gt;Hi,&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;Regarding RAID Metadata: When you create a RAID array (including RAID 0), the controller writes metadata onto the drives. This metadata contains information about the RAID configuration, such as the RAID level, stripe size (for RAID 0), and which drives belong to the array&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&lt;BR /&gt;Recommended Action:&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;Given the high risk of data loss, the only truly safe and recommended approach is to:&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;Backup All Data: Before making any changes, perform a full backup of all the data on these drives. This is non-negotiable.&lt;BR /&gt;Create the RAID 0 Array: Once you have a secure backup, you can then use ssacli to delete the existing logical drives (if any are mistakenly configured) and then create your new RAID 0 array spanning the desired physical drives.&lt;BR /&gt;Create Filesystem and Restore Data: After the RAID 0 array is created, you'll need to create a new filesystem (ext4 in your case) on the newly formed logical drive. &lt;BR /&gt;Finally, restore your data from the backup.&lt;/P&gt;</description>
    <pubDate>Mon, 12 May 2025 08:33:01 GMT</pubDate>
    <dc:creator>Sebasbin</dc:creator>
    <dc:date>2025-05-12T08:33:01Z</dc:date>
    <item>
      <title>Smart Array: convert an existing JBOD drive with DATA to RAID0</title>
      <link>https://community.hpe.com/t5/servers-general/smart-array-convert-an-existing-jbod-drive-with-data-to-raid0/m-p/7242605#M21480</link>
      <description>&lt;P&gt;Dear All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have multiple servers misconfigured... Drives are attached to&amp;nbsp;HPE Smart Array P408i-p SR Gen10 and are being in Unassigned state, but they are in use under the OS (RHEL 8), with one partition which has an ext4 FS created on top of each drive.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to move each of these drives to a single RAID0 on each DRIVE, and I would like to avoid copying all the data out and in.&lt;/P&gt;&lt;P&gt;If I create a RAID0 with ssacli on top of existing "Unassigned drive", is it still possible to recover the FS and the data? I've been told in a past, it was possible, but also I heard that ssacli write a metadata header (which can be big), which can overwrite the GPT partition table (1MB) and then data.&lt;/P&gt;&lt;P&gt;I dont have a test lab to try, please share your experience.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;&lt;P&gt;SM&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 08:39:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/smart-array-convert-an-existing-jbod-drive-with-data-to-raid0/m-p/7242605#M21480</guid>
      <dc:creator>smour42</dc:creator>
      <dc:date>2025-05-12T08:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Array: convert an existing JBOD drive with DATA to RAID0</title>
      <link>https://community.hpe.com/t5/servers-general/smart-array-convert-an-existing-jbod-drive-with-data-to-raid0/m-p/7242787#M21486</link>
      <description>&lt;P dir="auto" style="margin: 0;"&gt;&lt;BR /&gt;Hi,&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;Regarding RAID Metadata: When you create a RAID array (including RAID 0), the controller writes metadata onto the drives. This metadata contains information about the RAID configuration, such as the RAID level, stripe size (for RAID 0), and which drives belong to the array&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;&lt;BR /&gt;Recommended Action:&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;Given the high risk of data loss, the only truly safe and recommended approach is to:&lt;/P&gt;
&lt;P dir="auto" style="margin: 0;"&gt;Backup All Data: Before making any changes, perform a full backup of all the data on these drives. This is non-negotiable.&lt;BR /&gt;Create the RAID 0 Array: Once you have a secure backup, you can then use ssacli to delete the existing logical drives (if any are mistakenly configured) and then create your new RAID 0 array spanning the desired physical drives.&lt;BR /&gt;Create Filesystem and Restore Data: After the RAID 0 array is created, you'll need to create a new filesystem (ext4 in your case) on the newly formed logical drive. &lt;BR /&gt;Finally, restore your data from the backup.&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 08:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/smart-array-convert-an-existing-jbod-drive-with-data-to-raid0/m-p/7242787#M21486</guid>
      <dc:creator>Sebasbin</dc:creator>
      <dc:date>2025-05-12T08:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Smart Array: convert an existing JBOD drive with DATA to RAID0</title>
      <link>https://community.hpe.com/t5/servers-general/smart-array-convert-an-existing-jbod-drive-with-data-to-raid0/m-p/7242788#M21487</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes of course, we considered this approach, but at this customer ther 40 drives, each 18 TB &lt;LI-EMOJI id="lia_disappointed-face" title=":disappointed_face:"&gt;&lt;/LI-EMOJI&gt; ....&lt;/P&gt;&lt;P&gt;So trying to find any other magic method,&lt;/P&gt;&lt;P&gt;Cheers,&amp;nbsp;&lt;/P&gt;&lt;P&gt;SM&lt;/P&gt;</description>
      <pubDate>Mon, 12 May 2025 08:39:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/servers-general/smart-array-convert-an-existing-jbod-drive-with-data-to-raid0/m-p/7242788#M21487</guid>
      <dc:creator>smour42</dc:creator>
      <dc:date>2025-05-12T08:39:28Z</dc:date>
    </item>
  </channel>
</rss>

