Page MenuHomeFreeBSD

Add -l to camcontrol readcap.
ClosedPublic

Authored by imp on Mar 11 2019, 2:36 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 3 2024, 12:44 PM
Unknown Object (File)
Jan 14 2024, 3:19 PM
Unknown Object (File)
Jan 12 2024, 11:18 PM
Unknown Object (File)
Jan 6 2024, 4:17 PM
Unknown Object (File)
Dec 20 2023, 3:25 AM
Unknown Object (File)
Nov 21 2023, 4:16 AM
Unknown Object (File)
Nov 13 2023, 11:53 PM
Unknown Object (File)
Oct 8 2023, 2:29 PM
Subscribers
None

Details

Summary

The -l flag sends only the READ CAPACITY (16) sevice action. Normally
we send the READ CAPACITY (10) command, and only send RC16 when the
capacity is larger than 2TB (since that's the max RC10 can
report). However, some badly programmed drives report different
numbers for RC10 and RC16. This can be hard to diagnose, but generally
there's a "Logical block address out of range" error when RC16 reports
a larger number than RC10 and the RC10 number is the correct one. By
comparing the output of readcap with and without the -l argmuent, one
can determine if there's a mismatch and if the DA_Q_NO_RC16 quirk is
needed.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable