摘要: fio-attach简介:将PCI-E 设备/dev/fct0 挂载为 /dev/fioa作用:系统启动时,dev下只会有fct0设备。如果需要作为块设备使用必须先进行attach。当然也可以通过修改module文件配置成自动挂载echo "modprobe flashcache" > /etc/sysconfig/modules/flashcache.modules;chmod 755 /etc/sysconfig/modules/flashcache.modules;echo 'options iomemory-vsl auto_attach=1' 阅读全文
posted @ 2012-05-15 16:08 cenalulu 阅读(4895) 评论(0) 推荐(1)