I am using Ubuntu 20.04.1 and after doing a regular system update I don't have writing access to my second HDD (NTFS). I've tried sudo mount -o remount,rw /partition/identifier /mount/point
and that gives me r/w access but this time throws no such dir when I try to create a folder in that HDD even though it looks like it is mounted.What could I do to solve this problem?
Asked
Active
Viewed 849 times
0
1 Answers
0
In case you have Windows 10 or Windows 8 on the 2nd HDD, check this link: All drives mount read-only except primary ubuntu drive.
Windows is blocking the disks: you have to boot in Windows and uncheck "Turn on fast startup"

Lorenz Keel
- 8,905
fsck
needs to be performed. Check your logs, and please provide OS & release details, and specific details for specific advice. – guiverc Sep 24 '20 at 08:11The disk contains an unclean file system (0, 0). Metadata kept in Windows cache, refused to mount.
– Mike Wazowksi Sep 24 '20 at 08:53