Use of -m is VERY DANGEROUS.
Only the old IDE drivers work correctly with -m with kernels up to at least 2.6.29.
libata drives may fail and get hung if you set this flag.
Please supply the --yes-i-know-what-i-am-doing flag if you really want this.
Program aborted.hdparm -I /dev/sda
R/W multiple sector transfer: Max = 16 Current = 8声明我的驱动器支持多扇区
什么是:-是的-我知道-我在做什么-为什么这次行动如此危险?它能与SATA一起使用吗?手册页引用IDE.
发布于 2015-10-29 07:46:24
多扇区更多的是影响驱动器在PIO模式下工作。
只有旧的IDE驱动程序才能正确地使用内核至少2.6.29的-m。如果设置此标志,libata驱动器可能会失败并挂起。
如果你回答“是”三次,那你就可以继续,但话又说回来,你根本不应该问这个问题;
内核开发人员Alan关于DMA模式中的多扇区模式:
在DMA模式中,不使用32位I/O特性和多扇区模式。
来源
问题是,今天使用的大多数驱动器将由内核设置为默认使用DMA模式.
https://unix.stackexchange.com/questions/239394
复制相似问题