Score:0

Can't copy or past files in other locations in Ubuntu

th flag
K D

I have installed Ubuntu in my laptop by partitioning HDD, but now I couldn't copy or past files in other locations of my lap it's showing

"Error while copying, the destination is read-only".

Why is that????

Mark Kirby avatar
cn flag
What do you mean by other locations? Please be specific. Also, stop with the emoji, it looks awful and makes your question harder to read.
K D avatar
th flag
K D
Currently I am using Ubuntu 21.10 in which when we open files there is option available as **Other Locations** on bottom last where we can find other drives in pc I couldn't transfer files to that location, even can't create new folder in that location please help if you know solution brother.
Mark Kirby avatar
cn flag
Is that "other location" a windows drive?
Score:0
us flag

This might be a couple issues: the UUID of the filesystem might be the same or it could be that the filesystem is read only because it's not mounted with the correct command. I checked the tags and saw dual boot so that's a possibility.

To check the UUID use (If the external UUID is the same as the internal continue, if not go to solution 2)`

sudo blkid

Now use a file system check on the respective external filesystem as super user.

e2fsck -f -p -C 0 /dev/sda5

Show me the results.

Now here is the second solution if the UUID is different.

First Type in

id

to get the uid and gid of the following command.

sudo mount -o remount,uid=1000,gid=1000,rw /dev/sdc1

CHECK GPARTED FOR THE FILESYSTEM IN QUESTION

`

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.