Score:0

Cannot Write to Secondary Hard Drive

ru flag

I have a secondary storage drive on my computer mounted at /media/user_name/Data. I get this error when trying to create a new directory:

user_name@cpu:/media/user_name/Data mkdir test

mkdir: cannot create directory ‘test’: Read-only file system

df -h shows it mount at:

...
/dev/sdc2       466G   77G  390G  17% /media/user_name/Data

I follow instructions from here to remount it as read/write

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

I try to make a directory again:

cd /media/user_name/Data/
mkdir test

mkdir: cannot create directory ‘test’: No such file or directory

I tried solving it with this solution but the same error exists.

The weird thing is I was able to write to this drive last week. I haven't done anything except boot into windows (on a third drive) and access and write data to the Data drive. I primarily use this drive for storage and to pass files between Windows and Ubuntu.

Checking disks, this is the info for it

Size 500 GB — 418 GB free (16.3% full)
Device /dev/sdc2
UUID 20B666B0B66685DE
Partition Type 
Contents NTFS — Mounted at /media/user_name/Data
ChanganAuto avatar
us flag
*I haven't done anything except boot into windows* Well, that would do it if it has the default setting of Fast Startup. Boot again Windows, disable Fast Startup and shutdown.
theastronomist avatar
ru flag
I'm a derp. Thank you for the reply. That fixed it
ChanganAuto avatar
us flag
We all had to learn about that new feature at some point. It isn't something easily deduced even for experienced users, if you don't know it, you won't guess.
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.