eSata "HotPlugged" Drive Not Recognized
Solution 1:
Did the trick for me:
sudo rescan-scsi-bus
rescan-scsi-bus
is in the package scsitools
, not installed by default, so maybe you will have to install it first:
sudo apt install scsitools
Did the trick for me:
sudo rescan-scsi-bus
rescan-scsi-bus
is in the package scsitools
, not installed by default, so maybe you will have to install it first:
sudo apt install scsitools