Following my previous post, the disk was initiall part of a RAID group using HP Embedded SATA RAID controller, it was removed from the controller and used at another PC.
Since the dmraid -x command doesn' work, I ended up with using the following command to remove the raid metadata (will destroy the old data!)
[root@localhost liveuser]# dd if=/dev/zero bs=1M seek=150000 skip=150000 of=/dev/sdc
(this is a 160G drive so I decide to remove the last 10G's data which will definitely include the raid metadata).
Subscribe to:
Post Comments (Atom)
Disable Microsoft Defender for Cloud for Visual Studio Subscription (MSDN)
I use a visual studio pro subscription which comes with $150 azure cloud credit, for some reason Microsoft Defender for Cloud was turned on ...
-
Error 15401: Windows NT user or group '%s' not found. Check the name again. SELECT name FROM syslogins WHERE sid = SUSER_SID ('Y...
-
Finally, it is time. E4SE 811 and eBackoffice 736 will replace our current 810b/735a environment after staying so many years. Just got the n...
-
/etc/ipsec.config conn ios keyexchange=ikev1 authby=xauthrsasig xauth=server lef...
3 comments:
Nice, thanks. Sorted me out after 3 hours of searching.
as this is a destructive process, ive never found any issues running a windows dvd, selecting the command prompt in the recovery options and using the diskpart comands to create a partition & format it as required in there. to achieve the same purpose.
the diskpart command will not remove the raid metadata. also according to some source, it won't remove the metadata even with the 'clean' command.
Post a Comment