search

Home  >  Q&A  >  body text

linux - ubuntu复制文件到其他盘,提示我目标是只读的

RT

天蓬老师天蓬老师2810 days ago2785

reply all(4)I'll reply

  • 黄舟

    黄舟2017-04-17 16:27:26

    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.

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-17 16:27:26

    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.

    reply
    0
  • 巴扎黑

    巴扎黑2017-04-17 16:27:26

    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

    reply
    0
  • 迷茫

    迷茫2017-04-17 16:27:26

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

    reply
    0
  • Cancelreply