···99Files denoted with a RO postfix are readonly and the RW postfix means1010read-write.11111212+add_random (RW)1313+----------------1414+This file allows to trun off the disk entropy contribution. Default1515+value of this file is '1'(on).1616+1717+discard_granularity (RO)1818+-----------------------1919+This shows the size of internal allocation of the device in bytes, if2020+reported by the device. A value of '0' means device does not support2121+the discard functionality.2222+2323+discard_max_bytes (RO)2424+----------------------2525+Devices that support discard functionality may have internal limits on2626+the number of bytes that can be trimmed or unmapped in a single operation.2727+The discard_max_bytes parameter is set by the device driver to the maximum2828+number of bytes that can be discarded in a single operation. Discard2929+requests issued to the device must not exceed this limit. A discard_max_bytes3030+value of 0 means that the device does not support discard functionality.3131+3232+discard_zeroes_data (RO)3333+------------------------3434+When read, this file will show if the discarded block are zeroed by the3535+device or not. If its value is '1' the blocks are zeroed otherwise not.3636+1237hw_sector_size (RO)1338-------------------1439This is the hardware sector size of the device, in bytes.15404141+iostats (RW)4242+-------------4343+This file is used to control (on/off) the iostats accounting of the4444+disk.4545+4646+logical_block_size (RO)4747+-----------------------4848+This is the logcal block size of the device, in bytes.4949+1650max_hw_sectors_kb (RO)1751----------------------1852This is the maximum number of kilobytes supported in a single data transfer.5353+5454+max_integrity_segments (RO)5555+---------------------------5656+When read, this file shows the max limit of integrity segments as5757+set by block layer which a hardware controller can handle.19582059max_sectors_kb (RW)2160-------------------2261This is the maximum number of kilobytes that the block layer will allow2362for a filesystem request. Must be smaller than or equal to the maximum2463size allowed by the hardware.6464+6565+max_segments (RO)6666+-----------------6767+Maximum number of segments of the device.6868+6969+max_segment_size (RO)7070+---------------------7171+Maximum segment size of the device.7272+7373+minimum_io_size (RO)7474+--------------------7575+This is the smallest preferred io size reported by the device.25762677nomerges (RW)2778-------------···9645each request queue may have upto N request pools, each independently9746regulated by nr_requests.98474848+optimal_io_size (RO)4949+--------------------5050+This is the optimal io size reported by the device.5151+5252+physical_block_size (RO)5353+------------------------5454+This is the physical block size of device, in bytes.5555+9956read_ahead_kb (RW)10057------------------10158Maximum number of kilobytes to read-ahead for filesystems on this block10259device.6060+6161+rotational (RW)6262+---------------6363+This file is used to stat if the device is of rotational type or6464+non-rotational type.1036510466rq_affinity (RW)10567----------------