other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
ATA_SET_MAX_SECTORS(9) | libata Core Internals | ATA_SET_MAX_SECTORS(9) |
NAME¶
ata_set_max_sectors - Set max sectorsSYNOPSIS¶
int
ata_set_max_sectors(struct ata_device * dev,
u64 new_sectors);
ARGUMENTS¶
devtarget device
new_sectors
new max sectors value to set for the
device
DESCRIPTION¶
Set max sectors of dev to new_sectors.RETURNS¶
0 on success, -EACCES if command is aborted or denied (due to previous non-volatile SET_MAX) by the drive. -EIO on other errors.AUTHOR¶
Jeff GarzikAuthor.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |