|

How to reformat a hard drive that was previously in a RAID configuration?
|
|
For Windows: |
|
|
Method 1: Use HDDGURU Low-level format tool |
|
|
|
|
|
|
1. |
Download the HDDGURU LLF tool to your Windows computer, complete the installation and open the tool.
Note: speed is capped at 50MB/s for the free version |
|
|
|
|
|
|
2. |
Select the disk you like to erase and click the "Continue" button.
Warning: data stored in the select disk will be erased and is not reversible |
|
|
|
 |
|
|
|
|
|
|
3. |
Go to the "LOW-LEVEL FORMAT" tab, and then click "FORMAT THIS DEVICE". |
|
|
|
 |
|
|
|
|
|
|
4. |
Close the tool window once the progress reaches 100%. Then, use Window’s disk management to config the disk’s unallocated space to complete the setup.
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
Method 2: Use the Windows Diskpart command to perform a Low-level disk format |
|
|
|
|
|
|
1. |
Connect the drive you desire to format directly to the motherboard without a drive enclosure. |
|
|
|
|
|
|
2. |
Right-click the "Start" button and select "Disk Management" to confirm Windows recognized the drive, and write down the disk number that needs to be formatted as you’ll need it later. |
|
|
|
|
|
|
3. |
Press "Windows key + R" to open the Run dialog, type "cmd", and click "OK" to open a command prompt. |
|
|
|
 |
|
|
|
|
|
|
4. |
Once the command line is open, type "diskpart" and press Enter. |
|
|
|
 |
|
|
|
|
|
|
5. |
The above command will open a Diskpart window. In this window, type ‘list disk’ and press Enter. It will list all the available disks. |
|
|
|
 |
|
|
|
|
|
|
6. |
Now type "select disk (disk number)" as shown below. Specify the disk number which needs to be formatted (the drive number you wrote down in step 2.) |
|
|
|
 |
|
|
|
|
|
|
7. |
In this step, type "clean all".
Warning:This command will permanently delete all files and the RAID table and is not reversible. |
|
|
|
 |
|
|
|
|
|
|
8. |
After formatting is complete, type "exit" in the command line and press Enter to close the diskpart window. Use Window’s disk management to config the disk’s unallocated space to complete the setup. |
|
|
|
 |
|
|
|
|
|
|
For Linux: |
|
|
|
Method: Use Low-level format command tool |
|
|
|
|
|
|
1. |
Connect the drive you desire to format directly to the motherboard without a drive enclosure. |
|
|
|
|
|
|
2. |
Open the terminal command window. |
|
|
|
 |
|
|
|
|
|
|
3. |
In the terminal command line, type "lsblk" and press Enter to list all available disks. Next, write down the disk latter that needs to be formatted. (Sdb in this example) |
|
|
|
 |
|
|
|
|
|
|
4. |
In this step, type "sudo dd if=/dev/zero of=/dev/sd(drive latter) bs=1M", press Enter, and enter the password of your computer to continue.
Warning: This command will permanently delete all files and the RAID table and is not reversible. |
|
|
|
 |
|
|
|
|
|
|
5. |
You can close the terminal once the formatting is complete. The disk will show unallocated space, and you can configure the disk space to your desired setting. |
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
適用於 Windows: |
|
|
方法一 : 使用低階格式化工具(Low-Level Format Tool) |
|
|
|
|
|
|
1. |
點擊連結 HDDGURU LLF tool 至您的電腦後,完成安裝並開啟。
注意:免費版本的速度上限為 50MB/s |
|
|
|
|
|
|
2. |
選擇要擦除RAID標記的硬碟,並點擊「繼續」。
警告:在選擇磁盤中的儲存數據將被擦除且無法復原! |
|
|
|
 |
|
|
|
|
|
|
3. |
在「LOW-LEVEL FORMAT 」選單中點擊 「FORMAT THIS DEVICE」 |
|
|
|
 |
|
|
|
|
|
|
4. |
進度達到 100% 後關閉工具視窗, 並使用Windows 磁碟管理來配置硬碟的未分配空間以完成設置 |
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
方法二:使用CMD執行Diskpart低階格式化指令(Diskpart Low-Level Format Command) |
|
|
|
|
|
|
1. |
將要擦除RAID標記的硬碟直接連接電腦 |
|
|
|
|
|
|
2. |
右鍵單擊Windows圖示 ,選擇「磁碟管理」確認Windows已識別硬碟,並記下需要格式化的硬碟編號,以備之後使用 |
|
|
|
|
|
|
3. |
按「Windows key + R」鍵打開「執行」, 輸入「cmd」,再按 「確定」叫出命令提示字元 |
|
|
|
 |
|
|
|
|
|
|
4. |
在命令提示字元中輸入「diskpart」, 再按 Enter 叫出Diskpart指令 |
|
|
|
 |
|
|
|
|
|
|
5. |
上面的指令將打開一個 Diskpart 指令視窗。在Diskpart指令中輸入「list disk」,再按 Enter 列出磁碟清單 |
|
|
|
 |
|
|
|
|
|
|
6. |
在Diskpart指令中輸入「select disk (disk number)」。指定需要格式化的硬碟編號(在步驟 2 中記下的硬碟編號) |
|
|
|
 |
|
|
|
|
|
|
7. |
在Diskpart指令中輸入「clean all」,再按 Enter 執行格式化。
警告:此命令將永久刪除所有文件和 RAID 表格且無法復原! |
|
|
|
 |
|
|
|
|
|
|
8. |
待格式化完成,在Diskpart指令中輸入「exit」,再按 Enter 關閉指令視窗。使用 Windows 磁碟管理來配置硬碟的未分配空間以完成設置 |
|
|
|
 |
|
|
|
|
|
|
適用於 Linux: |
|
|
|
方法: 終端機低階格式化指令(Terminal Low-Level Format Command) |
|
|
|
|
|
|
1. |
將要擦除RAID標記的硬碟直接連接電腦 |
|
|
|
|
|
|
2. |
打開終端機(terminal) |
|
|
|
 |
|
|
|
|
|
|
3. |
在終端機中,輸入指令「lsblk」,然後按 Enter列出所有可用硬碟,並記下需要格式化硬碟的編碼,以備之後使用。(本例中為 Sdb) |
|
|
|
 |
|
|
|
|
|
|
4. |
在終端機中輸入指令「sudo dd if=/dev/zero of=/dev/sd(disk latter) bs=1M」, 指定需要格式化的硬碟編碼(在步驟 3 中記下的硬碟編碼)然後按Enter並輸入密碼
警告:此命令將永久刪除所有文件和 RAID 表格且無法復原! |
|
|
|
 |
|
|
|
|
|
|
5. |
待格式化完成,即可結束終端機操作;格式化後的硬碟為未分配空間,可重新配置硬碟。 |
|
|
|
 |
|
|
|
|
|
|
|
Comment formater un disque dur précédemment utilisé en RAID ?
|
|
Pour Windows: |
|
|
Méthode 1 : Utiliser le HDDGURU Low Level Format Tool |
|
|
|
|
|
|
1. |
Téléchargez le HDDGURU LLF tool sur votre ordinateur Windows. Complétez l'installation puis, ouvrez le logiciel.
Note: la vitesse est plafonnée à 50MB/s pour la version gratuite. |
|
|
|
|
|
|
2. |
Sélectionnez le disque que vous souhaitez formater puis, cliquez sur "Continuer".
Attention : toutes données stockées sur le disque sélectionné seront supprimées de manière irréversible. |
|
|
|
 |
|
|
|
|
|
|
3. |
Allez sur la fenêtre "LOW-LEVEL FORMAT" , puis cliquez sur "FORMAT THIS DEVICE". |
|
|
|
 |
|
|
|
|
|
|
4. |
Quand la progression a atteint 100%, fermez la fenêtre de l'outil. Utilisez la fonction "Gestion des disques durs" de Windows pour configurer l'espace non affecté du disque formaté et ainsi compléter le formatage. |
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
Méthode 2: Utiliser la commande DiskPart de Windows pour effectuer un formatage du disque de bas niveau |
|
|
|
|
|
|
1. |
Connectez le disque que vous souhaitez formater directement à la carte mère sans utiliser de boîtier. |
|
|
|
|
|
|
2. |
Effectuez un clic droit dans le menu "Démarrer" et sélectionnez "Gestion des disques" pour avoir confirmation que Windows a bien reconnu le disque. Notez le numéro du disque qui doit être formaté ; vous en aurez besoin par la suite. |
|
|
|
|
|
|
3. |
Appuyez simultanément sur la touche "Windows" et la lettre "R" pour ouvrir la boîte de dialogue. Tapez "cmd" puis cliquez sur "OK" pour créer une invite. |
|
|
|
 |
|
|
|
|
|
|
4. |
Une fois que la ligne de commande est disponible, inscrivez "diskpart" et appuyez sur "Entrée". |
|
|
|
 |
|
|
|
|
|
|
5. |
La commande précédente va ouvrir une fenêtre DiskPart. Dedans, tapez "list disk" puis appuyez sur "Entrée". Vous verrez apparaitre la liste de tous les disques disponibles. |
|
|
|
 |
|
|
|
|
|
|
6. |
A présent, tapez "select disk [numéro du disque]" comme indiqué ci-dessous. Spécifiez le numéro du disque qui doit être formaté (numéro relevé à l'étape n°2). |
|
|
|
 |
|
|
|
|
|
|
7. |
Tapez "clean all’.
Attention : Cette commande effacera définitivement tous les fichiers et la table RAID. Cette action n'est pas réversible. |
|
|
|
 |
|
|
|
|
|
|
8. |
Une fois le formatage achevé, tapez "exit" dans la barre de commande puis appuyez sur "Entrée" pour fermer la fenêtre DiskPart. Utilisez le gestionnaire de disques Windows pour configurer l'espace non attribué afin de finaliser le formatage. |
|
|
|
 |
|
|
|
|
|
|
Pour Linux : |
|
|
|
Méthode : Utiliser la commande Low Level Format Tool |
|
|
|
|
|
|
1. |
Connectez le disque que vous souhaitez formater directement à la carte mère sans utiliser de boîtier. |
|
|
|
|
|
|
2. |
Ouvez la fenêtre des commandes de terminaux. |
|
|
|
 |
|
|
|
|
|
|
3. |
Dans la barre de commande terminale, tapez "lsblk" puis appuyez sur "Entrée" pour obtenir la liste de tous les disques disponibles. Puis, notez le disque a formaté. (Sdb dans notre exemple). |
|
|
|
 |
|
|
|
|
|
|
4. |
Tapez "sudo dd if=/dev/zero of=/dev/sd(drive latter) bs=1M" appuyez sur "Entrée" puis entrez le mot de passe de votre ordinateur pour continuer.
Attention : cette commande effacera définitinement tous les fichiers et la table RAID. Cette action n'est pas réversible. |
|
|
|
 |
|
|
|
|
|
|
5. |
Vous pouvez maintenant fermer le terminal une fois le formatage terminé. Le disque affichera un espace non alloué que vous pouvez configurer avec les paramétrages de votre choix. |
|
|
|
 |
|
|
|
|
|
|
|
|
¿Cómo formateo un disco duro usado anteriormente como RAID?
|
|
Para Windows: |
|
|
Método 1: Utilice la herramienta de formato de bajo nivel HDDGURU |
|
|
|
|
|
|
1. |
Descargue la HDDGURU LLF tool en su ordenador Windows. Complete la instalación y abra el software.
Nota: la velocidad está limitada a 50MB/s para la versión gratuita. |
|
|
|
|
|
|
2. |
Seleccione el disco que desea formatear y, a continuación, haga clic en "Continuar".
Atención: todos los datos almacenados en el disco seleccionado se eliminarán irreversiblemente. |
|
|
|
 |
|
|
|
|
|
|
3. |
Vaya a la ventana "LOW-LEVEL FORMAT" y haga clic en "FORMAT THIS DEVICE". |
|
|
|
 |
|
|
|
|
|
|
4. |
Cuando el progreso haya alcanzado el 100%, cierre la ventana de la herramienta. Utilice la función "Administración de discos duros" de Windows para configurar el espacio no afectado del disco formateado y completar el formato.
|
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
Método 2: Usar el comando Diskpart de Windows para realizar un formato de disco de bajo nivel |
|
|
|
|
|
|
1. |
Conecte el disco que desea formatear directamente a la placa base sin necesidad de usar la carcasa. |
|
|
|
|
|
|
2. |
Haga clic derecho en el botón "Inicio" y seleccione "Administración de discos" para confirmar que Windows ha reconocido correctamente el disco. Anote el número del disco que se va a formatear y lo necesitará más adelante. |
|
|
|
|
|
|
3. |
Pulse simultáneamente la tecla "Windows" y la letra "R" para abrir el diálogo. Escriba "cmd" y haga clic en "OK" para crear un mensaje. |
|
|
|
 |
|
|
|
|
|
|
4. |
Cuando la línea de comandos esté disponible, escriba "diskpart" y presione la tecla de retorno. |
|
|
|
 |
|
|
|
|
|
|
5. |
El comando anterior abrirá una ventana Diskpart. En ella, escriba "list disk" y presione la tecla de retorno. Aparecerá una lista de todos los discos disponibles. |
|
|
|
 |
|
|
|
|
|
|
6. |
Ahora, escriba "select disk [número de disco]" como se muestra en la imagen. Indique el número de disco que se debe formatear (el número que se muestra en el paso 2). |
|
|
|
 |
|
|
|
|
|
|
7. |
En este paso, escriba "clean all".
Atención: Este comando borrará permanentemente todos los archivos y la tabla RAID. Esta acción no es reversible. |
|
|
|
 |
|
|
|
|
|
|
8. |
Después de completar el formato, escriba "exit" en la barra de control y luego presione la tecla de retorno para cerrar la ventana de Diskpart. Utilice el administrador de discos de Windows para configurar el espacio no asignado para completar el formato. |
|
|
|
 |
|
|
|
|
|
|
Para Linux: |
|
|
|
Método: Usar el comando Low Level Format Tool |
|
|
|
|
|
|
1. |
Conecte el disco que desea formatear directamente a la placa base sin necesidad de usar la carcasa. |
|
|
|
|
|
|
2. |
Abra la ventana de comandos de terminal. |
|
|
|
 |
|
|
|
|
|
|
3. |
En la barra de comandos final, escriba "lsblk" y presione la tecla de retorno para obtener una lista de todos los discos disponibles. Luego, anote el disco formateado. (Sdb en nuestro ejemplo). |
|
|
|
 |
|
|
|
|
|
|
4. |
En este paso, escribe "sudo dd if=/dev/zero of=/dev/sd(drive latter) bs=1M", presione la tecla de retorno e introduce la contraseña del ordenador para continuar.
Atención: este comando borrará definitivamente todos los archivos y la tabla RAID. Esta acción no es reversible. |
|
|
|
 |
|
|
|
|
|
|
5. |
Ahora puede cerrar el terminal después de completar el formato. El disco mostrará un espacio sin asignar que puede configurar con las configuraciones que desee. |
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
Windows操作系统: |
|
|
方法一: 使用低阶格式化工具(Low-Level Format Tool) |
|
|
|
|
|
|
1. |
点击链接 HDDGURU LLF 工具 下载至您的电脑,完成安装并打开。
注意:免费版本的速度上线为50MB/S |
|
|
|
|
|
|
2. |
选择要清除RAID标记的硬盘,并点击 「继续」
警告:在选择硬盘中的储存数据将被清除且无法复原! |
|
|
|
 |
|
|
|
|
|
|
3. |
在「LOW-LEVEL FORMAT」 选项中点击 「 FORMAT THIS DEVICE」 |
|
|
|
 |
|
|
|
|
|
|
4. |
进度达到100%后关闭工作窗口,并选择Windows磁盘管理来配置硬盘的未分配空间以完成设置。 |
|
|
|
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
方法二: 使用CMD执行Diskpart低阶格式化命令(Diskpart Low-Level Format Command) |
|
|
|
|
|
|
1. |
将要擦除RAID标记的硬盘直接连接电脑 |
|
|
|
|
|
|
2. |
右键单击Windows(图示 ),「磁盘管理」 确认Windows已识别硬盘,并记下需要格式化的硬盘编号,以备之后使用 |
|
|
|
|
|
|
3. |
按 Windows键+R键 打开 「运行」,输入 「cmd」,再按 「OK」 弹出命令提示 |
|
|
|
 |
|
|
|
|
|
|
4. |
在命令提示中输入 「diskpart」 ,再按Enter弹出Diskpart命令 |
|
|
|
 |
|
|
|
|
|
|
5. |
上面的命令将打开一个Diskpart命令视窗。在Diskpart命令中输入 「list disk」 再按 Enter 列出磁盘清单 |
|
|
|
 |
|
|
|
|
|
|
6. |
在Diskpart命令中输入 「select disk (磁盘编号)」。指定需要格式化的硬盘编号(在步骤2中记下的硬盘编号) |
|
|
|
 |
|
|
|
|
|
|
7. |
在Diskpart命令中輸入「clean all」,再按 Enter 执行格式化。
警告:此命令将永久删除所有文件和RAID表格,且无法复原! |
|
|
|
 |
|
|
|
|
|
|
8. |
待格式化完成,在Diskpart命令中輸入 「exit」,再按 Enter关闭命令窗口。使用 Windows磁碟管理来配置硬盘的未分配空间以完成设置。 |
|
|
|
 |
|
|
|
|
|
|
Linux操作系统: |
|
|
|
方法: 终端机低阶格式化命令(Terminal Low-Level Format Command) |
|
|
|
|
|
|
1. |
将要擦除RAID标记的硬盘直接连接电脑 |
|
|
|
|
|
|
2. |
打开终端机(terminal) |
|
|
|
 |
|
|
|
|
|
|
3. |
在终端机中,输入命令 「lsblk」 ,然后按 Enter列出所有可用硬盘,并记下需要格式化硬盘的编码,以备之后使用。(本例中为Sdb) |
|
|
|
 |
|
|
|
|
|
|
4. |
在终端机中输入命令 「sudo dd if=/dev/zero of=/dev/sd(drive latter) bs=1M」,指定需要格式化的硬盘编码(在步骤3中记下的硬盘编码)然后按Enter並输入密码
警告:此命令將永久删除所有文件和RAID表格且无法复原! |
|
|
|
 |
|
|
|
|
|
|
5. |
待格式化完成,即可结束终端机操作;格式化后的硬盘为未分配空间,可重新配置硬盘。 |
|
|
|
 |
|
|
|
|
|
|
|
|
Copyright © 2022 ICY DOCK. All rights reserved.
▲
|
|