Hola!
I tried:
sgdisk --zap-all /dev/sde
and it replied this:
Code:
Problem opening /dev/sde for reading! Error is 6.
Problem opening '' for writing! Program will now terminate.
Warning! MBR not overwritten! Error is 2!
It's like it's not connected, even though
lsblk
shows it's there
and when I click wipe in the proxmox GUI, the error is:
error wiping '/dev/sde': wipefs: error: /dev/sde: probing initialization failed: No such device or address
An I can't find anything similar on internet...
This all began when I cloned a 120GB SSD with a ProxMox installation to a 240GB SSD, the process completed flawlessly. I later decided to repurpose the 120GB SSD exclusively for ISOs and templates on the same system, so I attempted to wipe it. That's when the following error occurred:
error wiping '/dev/sde': wipefs: error: /dev/sde: probing initialization failed: No such device or address
I then zeroed the drive using Windows. It functions perfectly under both Windows and Ubuntu — I can read, write, and copy files at full speed with no issues.
However, when I attempt to use it in ProxMox, although the drive appears in
lsblk
, any operation against it fails with the same message:
"No such device or address."
To troubleshoot further, I even performed a fresh installation of the OS directly onto the 240GB SSD, thinking it might resolve any underlying issues. Unfortunately, it made no difference.
- What can it be?
- What can I do?
- Frustration at maximun...