CONTRIBUTING.d/patches: Please provide a git-range-diff(1)
[man-pages.git] / man5 / proc_ide.5
blobf87a6e8a4aca2167edb89465ffe4954e3742f1b0
1 .\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
2 .\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
4 .\"
5 .\" SPDX-License-Identifier: GPL-3.0-or-later
6 .\"
7 .TH proc_ide 5 (date) "Linux man-pages (unreleased)"
8 .SH NAME
9 /proc/ide/ \- IDE channels and attached devices
10 .SH DESCRIPTION
11 .TP
12 .I /proc/ide
13 This directory
14 exists on systems with the IDE bus.
15 There are directories for each IDE channel and attached device.
16 Files include:
17 .IP
18 .in +4n
19 .EX
20 cache              buffer size in KB
21 capacity           number of sectors
22 driver             driver version
23 geometry           physical and logical geometry
24 identify           in hexadecimal
25 media              media type
26 model              manufacturer\[aq]s model number
27 settings           drive settings
28 smart_thresholds   IDE disk management thresholds (in hex)
29 smart_values       IDE disk management values (in hex)
30 .EE
31 .in
32 .IP
33 The
34 .BR hdparm (8)
35 utility provides access to this information in a friendly format.
36 .SH SEE ALSO
37 .BR proc (5)