HDD Nicht erkannt

AlexKC

New Member
Jan 26, 2023
8
0
1
Hamburg, Germany
Hey,
Ich habe gerade meine HDD Formatiert, mit folgenden commands:

Code:
 sgdisk --zap-all /dev/sda
 readlink /sys/block/sda
 echo 1 > /sys/block/sda/device/delete
 echo "- - -" > /sys/class/scsi_host/host5/scan

Ich hab die folgenden Commands im Forum gefunden, nun wird meine HDD nicht mehr unter fdisk oder unterm Disk Tab im Dashboard erkannt.
 
Hey,
Ich habe gerade meine HDD Formatiert, mit folgenden commands:

Code:
 sgdisk --zap-all /dev/sda
 readlink /sys/block/sda
 echo 1 > /sys/block/sda/device/delete
 echo "- - -" > /sys/class/scsi_host/host5/scan

Damit wird das Blockdevice aus dem System entfernt, das nachfolgende scan funktioniert offenbar nicht.
Ich hab die folgenden Commands im Forum gefunden, nun wird meine HDD nicht mehr unter fdisk oder unterm Disk Tab im Dashboard erkannt.
Wo genau? Wenn man eine Disk neu formatieren will reicht es zumeist eine neue Partitionstabelle zu erstellen. Man kann natürlich auch alles mit Nullen vollschreiben:

[COCDE]
dd if=/dev/zero of=/dev/sda bs=1M
[/CODE]
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!