hnyzlst 发表于 2015-10-01 17:28

怎样使用mount函数重新挂载文件系统为可写

mount("/dev/sda1","/var/temp","ext4",MS_REMOUNT,"-w,iocharset=utf8");
这样对么?

yjh777 发表于 2015-10-19 16:46

mount("/dev/sda1","/var/temp","ext4",MS_REMOUNT,"rw,iocharset=utf8");

hnyzlst 发表于 2015-10-21 10:44

yjh777 发表于 2015-10-19 16:46 static/image/common/back.gif
mount("/dev/sda1","/var/temp","ext4",MS_REMOUNT,"rw,iocharset=utf8");

恩 这样对了·
页: [1]
查看完整版本: 怎样使用mount函数重新挂载文件系统为可写