Custom Query (1531 matches)
Results (307 - 309 of 1531)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1257 | fixed | WDC WUH721414ALE6L4 | ||
| Description |
https://www.westerndigital.com/support/wdc/data-center-drives/hdd/ultrastar-dc-hc530 |
|||
| #855 | fixed | USB Bridge 0x3538:0x0064 works with -d usbsunplus | ||
| Description |
Attached is the output of running: smartctl /dev/sdc -d usbsunplus -a |
|||
| #127 | fixed | update-smart-drivedb script haven't native FreeBSD's download program | ||
| Description |
FreeBSD include in the base system native program for downloading that calls 'fetch' suggestion to add this program to 'update-smart-drivedb'. Patch attached. =========================== diff --git a/update-smart-drivedb b/update-smart-drivedb index b8d5505..32e0c6e 100755 --- a/update-smart-drivedb +++ b/update-smart-drivedb @@ -84,8 +84,10 @@ elif which wget >/dev/null 2>/dev/null; then
+elif which fetch >/dev/null 2>/dev/null; then + DOWNLOAD='fetch -o "$DEST.new" "$SRC"'
+ echo "$0: curl, wget, fetch or lynx not available" >&2; exit 1
=========================== |
|||
