You are not logged in.

#1 2015-01-03 10:56:43

MichelN1986
Member
Registered: 2015-01-03
Posts: 16

[SOLVED] Can't copy files to USB driver or Windows system

Hi all,

First of all i happy new year big_smile, I am Michel and i am new to linux since 3 months and tried alot of debian based distro's. The one that i liked was linux mint 17 cinnamon but it crashed alot for me. So i decided to search for a new distro and tried manjaro (arch based) it worked great on my system so i checked from where it was build on (arch linux). Did alot of search/research and decided i wanted a clean os built by my self, readed alot in the wiki, did some youtube searches and started to built in vmware first. Yeah for a total newbie it was a pain in the ass haha but since yesterday i did a dualboot with my windows 7 and works fine (Arch with cinnamon).

I have fixed all issues except the one that allows me to write files on my windows 7 disk / usb storage device / external hard drive. I always give me a error, even when i give the drive admin permission. How can i fix this ?

http://i.imgur.com/wOyhCjL.jpg


Also it keeps asking for my password (at first run) when i want to enter my windows hard drive

http://i.imgur.com/VRzPQEW.jpg

-- mod edit: converted images to urls.  Please see forum guidelines on image sizes - Trilby --

Last edited by MichelN1986 (2015-01-03 15:21:56)

Offline

#2 2015-01-03 13:31:44

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,749
Website

Re: [SOLVED] Can't copy files to USB driver or Windows system

With thunar, thunar-volman, gvfs & udisks2 (if that is what you are using), you need to add a polkit rule using /etc/polkit-1/rules.d/10-enable-mount.rules:

polkit.addRule(function(action) {
    if (action.id == "org.freedesktop.udisks2.filesystem-mount-system") {
        return polkit.Result.YES;
    }
});

https://wiki.archlinux.org/index.php/Udisks
https://wiki.archlinux.org/index.php/Thunar

Offline

#3 2015-01-03 14:29:23

MichelN1986
Member
Registered: 2015-01-03
Posts: 16

Re: [SOLVED] Can't copy files to USB driver or Windows system

I used nemo-fileroller and that one had the same issue so i installed thunar and added the /etc/polkit-1/rules.d/10-enable-mount.rules as you posted and that fixed the issue with the password, but did not fix the issue with creating files on windows partition/usb/external drive

Last edited by MichelN1986 (2015-01-03 14:46:54)

Offline

#4 2015-01-03 14:44:11

Head_on_a_Stick
Member
From: London
Registered: 2014-02-20
Posts: 7,749
Website

Re: [SOLVED] Can't copy files to USB driver or Windows system

Offline

#5 2015-01-03 14:50:33

MichelN1986
Member
Registered: 2015-01-03
Posts: 16

Re: [SOLVED] Can't copy files to USB driver or Windows system

Hi,

thanks for that, installing the ntfs-3g did the trick big_smile

Last edited by MichelN1986 (2015-01-03 15:20:29)

Offline

Board footer

Powered by FluxBB