我已经安装了windows-10和Ubuntu-18.04双引导操作系统。现在登录Ubuntu-18.04,我想将文件从windows目录移到Ubuntu目录。虽然我有从windows-10目录读取文件的权限,但我没有移动它。它显示了以下错误..。
$ mv Win10_1803_English_x64.iso /media/saif/707C3EF27C3EB328/
mv: inter-device move failed: 'Win10_1803_English_x64.iso' to '/media/saif/707C3EF27C3EB328/Win10_1803_English_x64.iso'; unable to remove target: Read-only file system
发布于 2018-11-04 17:12:48
您在Windows安装中禁用了快速引导吗?Windows在关机时不会卸载启用了快速引导的磁盘,因为它(顾名思义)加快了启动时间,这会导致Linux机器使用相同磁盘的访问问题。若要强制其完全关闭,请遵循以下指南:
https://www.isumsoft.com/windows-10/2-ways-to-perform-a-full-shutdown.html
https://askubuntu.com/questions/1090005
复制相似问题