You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/asciidoc/accessories/usb/about.adoc
+17-13Lines changed: 17 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,13 +73,13 @@ The Raspberry Pi Flash Drive is lightweight and travel-friendly, with a compact,
73
73
|Works with USB 3.0 Type-A ports and is backward compatible with USB 2.0.
74
74
75
75
|*SMART reporting*
76
-
|The drives support ATA-style health reports readable through tools like smartctl. See <<smart-information>>.
76
+
|Supports ATA-style health reports readable through tools like `smartctl`. For more information, see <<smart-information>>.
77
77
|===
78
78
79
-
The Flash Drive is capable of high input/output operations per second (IOPS) for fast access to small files. It also offers responsive performance for computing tasks such as booting operating systems and running applications. The following table summarises the key performance features of the Raspberry Pi Flash Drive based on whether you choose the 128 GB or the 256 GB storage capacity option.
79
+
The Raspberry Pi Flash Drive provides high input/output operations per second (IOPS) for fast access to small files. It also offers responsive performance for computing tasks such as booting operating systems and running applications. The following table summarises the key performance features of the Raspberry Pi Flash Drive for each storage capacity (128 GB or 256 GB).
80
80
81
81
[[performance]]
82
-
.Raspberry Pi Flash Drive performance features based on the chosen storage capacity
82
+
.Raspberry Pi Flash Drive performance features based on the storage capacity
83
83
[cols="2,1,1", options="header"]
84
84
|===
85
85
|Performance feature |128 GB |256 GB
@@ -100,28 +100,32 @@ The Flash Drive is capable of high input/output operations per second (IOPS) for
100
100
[[smart-information]]
101
101
=== Flash Drive SMART reporting
102
102
103
-
The USB controller used in the Flash Drive parses 12-byte ATA pass-through SCSI commands and can deliver a self-assessment of its own health.
103
+
The USB controller used in the Raspberry Pi Flash Drive supports 12-byte ATA pass-through SCSI commands and can provide an assessment of the drive's own health.
104
104
105
-
The recommended application to read and display this report is *smartctl*, part of the *smartmontools* package.
105
+
==== View SMART data
106
+
The recommended application for reading and displaying a SMART report is `smartctl`, which is included in the `smartmontools` package. To display the complete SMART report, run the following command:
106
107
107
-
Read the health info with:
108
108
[source,bash]
109
109
----
110
110
sudo smartctl -d sat,12 -x /dev/sda
111
111
----
112
+
The `-d sat,12` option instructs `smartctl` to communicate with the USB controller using the SAT-12 ATA pass-through protocol.
112
113
113
-
==== SMART Attribute ID descriptions
114
+
==== SMART attribute descriptions
114
115
115
-
NOTE: smartmontools doesn't assign vendor-unique field names to USB devices, as the application considers all USB mass-storage devices to be a bridge to an ATA hard drive.
116
+
The following table describes the SMART attributes reported by the Raspberry Pi Flash Drive. Attributes marked as *Unused* are reserved and don't report any information.
116
117
117
-
[cols="1,1,3,4,options="header]
118
+
NOTE: `smartmontools` doesn't assign vendor-unique field names to USB devices because the application treats USB mass-storage devices as a bridge to an ATA hard drive.
119
+
120
+
.SMART attributes reported by the Raspberry Pi Flash Drive
121
+
[cols="1,1,3,4, options="header"]
118
122
|===
119
-
|ID (hex) | ID (decimal)| Attribute name | Description
0 commit comments