系统相关
首页 > 系统相关> > VMware Work Station使用ubuntu20.04挂载共享文件夹写入文件时出现输入/输出错误

VMware Work Station使用ubuntu20.04挂载共享文件夹写入文件时出现输入/输出错误

作者:互联网

在这里插入图片描述在这里插入图片描述
原因是默认的max_write为0x00020000即128k,超过此大小会报错,另外big_writes,umask等选项也要加上

sudo /usr/bin/vmhgfs-fuse .host:/ ~/win/ -o nonempty -o allow_other -o umask=000 -o big_writes -o max_write=0xffffffff

标签:ubuntu20.04,big,writes,Work,umask,write,Station,报错,max
来源: https://blog.csdn.net/msdn_yyhh/article/details/115429868