1

Topic: [Solved] external ntfs drive mounted read only

normally in arch installing ntfs-3g would fix the problem

but looks like in hyperbola the problem persist even with ntfs-3g installed

tested using mount command and via some file manager

2

Re: [Solved] external ntfs drive mounted read only

doing this cumbersome trick somewhat temporary solve the problem

$ sudo pacman -S ntfs-3g
$ mkdir ~/mount
$ sudo ntfsfix /dev/sdXX
$ sudo ntfs-3g /dev/sdXX ~/mount

tough via gui tools and file managers it stay mounted read only

3

Re: [Solved] external ntfs drive mounted read only

Have you tried mount.ntfs-3g via commandline and perhaps reconfigure GUI-elements and corresponding toolsets in the installed desktop-environment?

Human being in favor with clear principles and so also for freedom in soft- and hardware!

Certainly anyone who has the power to make you believe absurdities has the power to make you commit injustices: For a life of every being full with peace and kindness, including diversity and freedom. Capitalism is destroying our minds, the planet itself and the universe in the end!

4 (edited by dikasp2 2020-05-11 00:35:06)

Re: [Solved] external ntfs drive mounted read only

mount.ntfs-3g / mount -t ntfs-3g -o , commandline works
[dikasetyaprayogi@localhost ~]$ sudo mount.ntfs-3g -o permissions /dev/sdb3 ~/mount
[sudo] password for dikasetyaprayogi:
Using default user mapping
[dikasetyaprayogi@localhost ~]$ cd ~/mount
[dikasetyaprayogi@localhost mount]$ cp ~/Downloads/Gallery.jpg ~/mount
[dikasetyaprayogi@localhost mount]$ ls
Gallery.jpg

still in gui file manager / disk utility the problem persist (gtk / qt)
Error while copying to "exthdd"
The destination is read-only.
error opening file Gallery.jpg Input/output error

i guess its gui bug, unfornatunately i dont have many experiences dealing with guis sad
only happen with ntfs

5

Re: [Solved] external ntfs drive mounted read only

I have the same problem

6

Re: [Solved] external ntfs drive mounted read only

@ricardoG08: Could you give some information? What kind of desktop-environment do you use?

Human being in favor with clear principles and so also for freedom in soft- and hardware!

Certainly anyone who has the power to make you believe absurdities has the power to make you commit injustices: For a life of every being full with peace and kindness, including diversity and freedom. Capitalism is destroying our minds, the planet itself and the universe in the end!

7

Re: [Solved] external ntfs drive mounted read only

the problem was solved with the update, thank's @throgh