mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Always auto-detect drive type https://forum.virtualmin.com/t/nvme-to-usb-using-realtek-rtl9210b-and-smart-status-issue/115527/4
This commit is contained in:
@@ -545,6 +545,9 @@ if ($drive && defined($drive->{'subdisk'})) {
|
||||
elsif ($config{'ata'}) {
|
||||
$extra_args .= " -d ata";
|
||||
}
|
||||
else {
|
||||
$extra_args .= " -d auto";
|
||||
}
|
||||
return $extra_args;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user