linux - ubuntu复制文件到其他盘,提示我目标是只读的
天蓬老师
天蓬老师 2017-04-17 16:25:26
0
4
2718

RT

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(4)
黄舟

It should be that the file system of other disks is different, so it cannot be written, but it can be read. This is more common in dual-system situations.

大家讲道理

Inconsistent file systems lead to failure. I haven’t tried it yet. Use df -T -h to see what the file system is under the system.
The more commonly used ones such as redhat7's xfs, the frequently used zfs, the network file system nfs, and ubuntu's ext have not encountered this problem.
Another reason I guess may be lack of permissions.

巴扎黑

This should be a permissions issue
1. Set the destination folder to be readable and writable by the current user role
2. Set the files to be moved to be readable and writable by the current role
Generally, set commonly used directories to be readable and writable
sudo chmod –R 777 xxxxx
xxxxx is an absolute directory

迷茫

Copy to xxx. The target is read-only.
Please make sure the directory you copied to has write permission

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!