Hello,
Have temporary “Try Ubuntu” on USB1, so no internet for this PC, only USBs.
USB1 = Ubuntu
USB2 = /mnt/ (from)
USB3 = /media/ (to)
Alot of these. So unfortunately failed.
Alot of these. So unfortunately failed.
How can I have normal mv or cp?
Have temporary “Try Ubuntu” on USB1, so no internet for this PC, only USBs.
USB1 = Ubuntu
USB2 = /mnt/ (from)
USB3 = /media/ (to)
- Nautilus (same as File Explorer), supposed to move /mnt/ to /media/. But I can’t create a “New Folder” or “Paste” on /media/. Only just grey text. So unfortunately failed.
ubuntu@ubuntu: sudo sh -
- Move (mv):
Code:
root@ubuntu: mv /mnt/ /media/
failed to preserve ownership for ... Operation not permission
...
- Copy (cp), then delete:
Code:
root@ubuntu: cp -Rf /mnt/ /media/
failed to preserve ownership for... Operation not permission
Cannot create regular file... Invalid argument
Cannot create regular file... File exists
Cannot create special file... Operation not permission
...
How can I have normal mv or cp?