Using 7.2-3 - I have an NVME drive I was using for VM and CT. It has bad sectors so is to be returned. I wiped the drive ready for this, removed it, restarted to find no networking. Couldn't ping the router. Other than that from the terminal I established the system was running OK.
I replace the NVME and the networking is back. How can I safely remove the drive?
This is /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp174s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.83/24
gateway 192.168.1.1
bridge-ports enp174s0
bridge-stp off
bridge-fd 0
iface wlp175s0 inet manual
I replace the NVME and the networking is back. How can I safely remove the drive?
This is /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp174s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.83/24
gateway 192.168.1.1
bridge-ports enp174s0
bridge-stp off
bridge-fd 0
iface wlp175s0 inet manual
Last edited: