Linux
在 Debian (>= 5.0 lenny) 中如何設置 scsi_mod 的 max_luns 選項?
scsi_mod 有這個選項 max_luns,它是“最後一個 scsi LUN”。如何查看目前設置並進行更改?
查看目前設置:
#systool -v -m scsi_mod
如果你的 Debian 系統上還沒有,你可以安裝 systool
#apt-get install sysfsutils.
如果您沒有文件 /etc/modprobe.d/local,請創建它。
添加以下行:
options scsi_mod max_luns=n
n 是你想要的數字。
重新啟動,或刪除 (modprobe -r) 並重新插入 (modprobe) 模組,然後檢查 modinfo。