You are not logged in.

#1 2017-02-20 22:00:49

/dev/loop
Member
Registered: 2016-07-06
Posts: 10

Thunar automounts in read-only mode

Hello,

I have configured thunar for automatically mounting removable media following the wiki. It works, but the media is mounted read-only. How can I configure thunar to mount media in read-write mode?

Thanks in advance

Offline

#2 2017-02-21 11:42:55

Chocopuff
Member
Registered: 2016-10-02
Posts: 26

Re: Thunar automounts in read-only mode

I believe part of the problem you might be experiencing is that there is no read-write compatibility for the file system on your media in question. For example, you can mount HFS+ journaled with read capabilities, but you can't write to it without disabling the journaling. 

Check the file system of your removable media. Maybe we could rule out the fs being the issue.

Offline

#3 2017-02-21 12:35:08

/dev/loop
Member
Registered: 2016-07-06
Posts: 10

Re: Thunar automounts in read-only mode

The file system is FAT32, so this is not a problem. Manually remounting the media with read-write works fine.

$ sudo mount -o remount,rw /run/media/user/1D15-3959
$ touch /run/media/user/1D15-3959/testfile

Last edited by /dev/loop (2017-02-21 12:35:52)

Offline

Board footer

Powered by FluxBB