Copy paste option is disabled in ubuntu 20.10

I have installed ubuntu 20.10 installation was successful but I am not able to copy paste my files from one drive to another. When I select copy by clicking right on file but not able to paste in targeted destination.paste option is disabled in targeted drive Am trying to copy from download folder to drive B

2

2 Answers

you probably need to set permission or re-mount the drive with read/write permissions, you should try cp command from terminal it will give you more clear reasons

usage: cp current_location_of_file new_location_of_file cp /home/juni/myFile /home/junaid/

and i don't think this could be your reinstallation issue,

1

I have solved this issue by myself. My paste option was disabled because I had installed ubuntu on this drive with virtual machine. I followed these steps. 1- I copied data from that drive to other 2- then I formatted that drive

Now am able to copy paste in that drive.thanks to myself

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like