Roy Sigurd Karlsbakk
Roy Sigurd Karlsbakk
This is the first time I've read a manual that tells me to destroy my hardware to fix it. Perhaps it should be better to fix this properly?
The code is/was if ($devlink =~ /^ata-/) { This can easily be replaced with if ($devlink =~ /^(ata|scsi)-/) { Don't know why you'd want ?: in front of that, or...
Sure - all we're waiting for is a pull…
I beleive that should do
I would like this change very much. I've seen spurious false positives after device names change. This is possibly a linux issue, so it should be checked if the machine...
I just posted a pull request for this
See pull request #106
I still like by-id better, since if you were to accidentially reorder the disks, they stay the same. Also, I would never use hotplugging disks for backup. Backups go over...
I don't know why this hasn't been pulled. The code is rather straight-forward.
update at your own risk - heh - and here comes the next day zero bug ;)