I use Lubuntu 22.04 LTS on a laptop (ext4) and I have an external 1TB Samsung T7 SSD-drive attached to it, also formatted in ext4.
I did record a video screen capture which resulted in a 4.3 GB .mkv file owned by me as user. The T7 is owned by root and has a folder on it with a subfolder both owned by me as a user. When I try to copy the screen capture file from the laptop to the subfolder I get a ">" sign and no action at all.
The command that I used is (followed by the response ">"):
sudo cp -p /home/user/Video's/path/to/file.mkv /media/myusername/UUID_of_T7/folder/subfolder
>
I was not asked for my password.
When I tried to copy another small text file owned by me as a user, I was able to copy it with a similar command to the same subfolder. But a small video screen capture of 2.4 MB (.mp4) made with the same program (SimpleScreenRecorder), also gave the same odd response (the ">" symbol).
I did make a copy of my home directory as a backup before without any problems to the same T7, I did this also for another user with again no problems.
It cannot be the file size, as ext4 can handle that, also the smaller video screen capture gave the same response, so size is ruled out. The source video that i capured was DRM, but I see no way of that being transferred to the capture, also I can play back the capture without any problems, so DRM is ruled out also. What could be the case here?
'
inVideo's
makes the shell expect another'
. Put the whole filename in double quotes"
and you'll be fine. – Jos Jan 16 '23 at 21:24Videos
directory. I don't know where yourVideo's
directory is coming from, but I doubt it is "standard", as you say. It's not even proper English. – Jörg W Mittag Jan 16 '23 at 23:29