当前位置: 技术问答>linux和unix
linux上mount函数的参数问题
来源: 互联网 发布时间:2016-03-19
本文导语: 请高人指点: mount(device,dir,"msdos",MS_SYNCHRONOUS,"iocharset=utf8"); 报错:“Recognized mount option 'iocharset=utf8' or missing value” mount(device,dir,"vfat",MS_SYNCHRONOUS,"iocharset=utf8"); 没有问题 第一个为什么错了??? 因为是在linux上...
请高人指点:
mount(device,dir,"msdos",MS_SYNCHRONOUS,"iocharset=utf8");
报错:“Recognized mount option 'iocharset=utf8' or missing value”
mount(device,dir,"vfat",MS_SYNCHRONOUS,"iocharset=utf8");
没有问题
第一个为什么错了???
因为是在linux上加载fat格式的sd卡,据考证fat16比fat32的访问速度快,所以把上面的第二个调用换成了第一个,还有别的办法可以加快访问速度吗?
xuzhiganghz@gmail.com,欢迎赐教,欢迎交流。
mount(device,dir,"msdos",MS_SYNCHRONOUS,"iocharset=utf8");
报错:“Recognized mount option 'iocharset=utf8' or missing value”
mount(device,dir,"vfat",MS_SYNCHRONOUS,"iocharset=utf8");
没有问题
第一个为什么错了???
因为是在linux上加载fat格式的sd卡,据考证fat16比fat32的访问速度快,所以把上面的第二个调用换成了第一个,还有别的办法可以加快访问速度吗?
xuzhiganghz@gmail.com,欢迎赐教,欢迎交流。
|
msdos不支持utf8