Wipefs: Difference between revisions

From DWIKI
Tony (talk | contribs)
Tag: wikieditor
Tony (talk | contribs)
mNo edit summary
Tag: wikieditor
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
=Lijnks=
*[https://linuxconfig.org/wipefs-linux-command-tutorial-with-examples wipefs tutorial]
=FAQ=
=FAQ=
==wipefs: error: /dev/sdd: probing initialization failed: Device or resource busy==
==wipefs: error: /dev/sdd: probing initialization failed: Device or resource busy==
Maybe kernel detect a raid configuration, try
Maybe kernel detected a raid configuration, try
  cat /proc/mdstat
  cat /proc/mdstat
and then go through mdadm fail, stop etc.
and then go through mdadm fail, stop etc.

Latest revision as of 12:39, 4 April 2025

Lijnks

FAQ

wipefs: error: /dev/sdd: probing initialization failed: Device or resource busy

Maybe kernel detected a raid configuration, try

cat /proc/mdstat

and then go through mdadm fail, stop etc.