Hi, after some time trying other distros (since i got a new computer than can run them) I came back to antix.
I have an ntfs partition on sda 1 that have win xp 64 on it, and the system only mount it as root.
I remember having this problem with M8 but i dont remember how i fixed it.
pcmanfm says to me:
<i>org.freedesktop.Hal.Device.Volume.UnknownFailure</i>
twice and then tells that the directory doesnt exist
here is my fstab
/dev/sda1 /mnt/sda1 ntfs-3g noauto,users,gid=users,locale=pt_BR.utf8,dmask=002,fmask=113,relatime
# Pluggable devices are handled by uDev, they are not in fstab
/dev/sda5 / ext3 defaults,noatime 1 1
/dev/sda6 swap swap sw,pri=1 0 0
proc /proc proc defaults 0 0
devpts /dev/pts devpts mode=0622 0 0
# Dynamic entries below
/dev/sda2 /mnt/sda2 vfat noauto,users,gid=users,dmask=002,fmask=113,relatime 0 0
/dev/sdb1 /mnt/sdb1 vfat noauto,users,gid=users,dmask=002,fmask=113,relatime 0 0
/dev/cdrom /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom udf,iso9660 noauto,users,exec,ro 0 0
/dev/cdrom1 /media/cdrom1 udf,iso9660 noauto,users,exec,ro 0 0
/dev/sr0 /media/cdrom1 udf,iso9660 noauto,users,exec,ro 0 0
i dont know if this is fstab problem or policekit.
looks like the time i spent away from antix made me lose the"touch", Im ashamed.
But its good to be back!
I would apreciate some help on this issue, thanks!
topic title: [SOLVED] NTFS-3g - Only root can mount
11 posts
• Page 1 of 1
-
Posts: 25
- Joined: 25 Aug 2008
#1
Last edited by vassorado on 10 Mar 2010, 12:11, edited 1 time in total.
-
anticapitalista
Posts: 5,955
- Site Admin
- Joined: 11 Sep 2007
#2
I don't have ntfs, but shouldn't the line end in 0 0?
/dev/sda1 /mnt/sda1 ntfs-3g noauto,users,gid=users,locale=pt_BR.utf8,dmask=002,fmask=113,relatime 0 0
/dev/sda1 /mnt/sda1 ntfs-3g noauto,users,gid=users,locale=pt_BR.utf8,dmask=002,fmask=113,relatime 0 0
-
Posts: 25
- Joined: 25 Aug 2008
#3
Oops, i belive i cut it con a ctrl-x ctrl-v.
but that is not the solution __{{emoticon}}__
but that is not the solution __{{emoticon}}__
-
Posts: 1,228
- Joined: 15 Jun 2008
#4
Hi,"patrício".
I take it as it is and open pcmanfm as root to mount my NTFS partition, then close it and use it normally.
This is a problem with devicekit or something like that that kept changing and mounting in pcmanfm would always break. I read that in pcman's own LXDE blog.
But good news to you (us):
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://blog.lxde.org/?p=634"
linktext was:"pcmanfm2"
====================================
(version 0.9), in alpha stage, is already launched. It uses
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://en.wikipedia.org/wiki/Gvfs"
linktext was:"GVFS"
====================================
and should have this issue resolved and many features added. I believe it will be available soon as a Debian package in sid. For now there's only the tar file.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://lxde.org/download"
linktext was:"http://lxde.org/download"
====================================
" onclick="window.open(this.href);return false
I take it as it is and open pcmanfm as root to mount my NTFS partition, then close it and use it normally.
This is a problem with devicekit or something like that that kept changing and mounting in pcmanfm would always break. I read that in pcman's own LXDE blog.
But good news to you (us):
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://blog.lxde.org/?p=634"
linktext was:"pcmanfm2"
====================================
(version 0.9), in alpha stage, is already launched. It uses
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://en.wikipedia.org/wiki/Gvfs"
linktext was:"GVFS"
====================================
and should have this issue resolved and many features added. I believe it will be available soon as a Debian package in sid. For now there's only the tar file.
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://lxde.org/download"
linktext was:"http://lxde.org/download"
====================================
" onclick="window.open(this.href);return false
-
Posts: 25
- Joined: 25 Aug 2008
#5
Oi secipolla,
since i ill have to wait for pcmanfm2 ( i tried thunar but didnt work to) i will make a work-around (dirty work)
i ill enable pcmandfm on sudo and autostart it and close on the startup.
hope this works.
Should i mark this post as not solutionable or something?
Thanks
since i ill have to wait for pcmanfm2 ( i tried thunar but didnt work to) i will make a work-around (dirty work)
i ill enable pcmandfm on sudo and autostart it and close on the startup.
hope this works.
Should i mark this post as not solutionable or something?
Thanks
-
Posts: 609
- Joined: 02 Jun 2008
#6
you could try to mount the partition with the force flag in fstab. that's what i used when i had ntfs.
-
Posts: 18
- Joined: 05 Jan 2010
#7
I posted about this in a blog a few months ago. I think this is the solution for you.
PCManFM won't mount removable devices after the last dist-upgrade:
edit as ROOT:
su -c 'geany /etc/PolicyKit/PolicyKit.conf'
replace YOUR_USER_NAME with your user..!
PCManFM won't mount removable devices after the last dist-upgrade:
edit as ROOT:
su -c 'geany /etc/PolicyKit/PolicyKit.conf'
Code: Select all
<!-- -*- XML -*- -->
−
<!--
See the manual page PolicyKit.conf(5) for file format
-->
<config version="0.1">
<match action="org.freedesktop.hal.storage.mount-removable">
<match user="YOUR_USER_NAME">
<return result="yes" />
</match>
</match>
</config>
-
Posts: 25
- Joined: 25 Aug 2008
#8
Thank you ICE-M and teresaejunior,
I tried both hints, but no results __{{emoticon}}__
I tried both hints, but no results __{{emoticon}}__
-
Posts: 1,520
- Joined: 07 Oct 2007
#9
I mount an ntfs partition on my laptop and it mounts fine. Here is the line for that partition, it mount inside my /home.
/dev/sda1 /home/eriefisher/Windows ntfs-3g noatime,defaults 0 0
/dev/sda1 /home/eriefisher/Windows ntfs-3g noatime,defaults 0 0
-
Posts: 25
- Joined: 25 Aug 2008
#10
YESSSS!!!!
Thank you eriefisher!!!
Its working just fine now.
Thank you eriefisher!!!
Its working just fine now.
-
Posts: 1,520
- Joined: 07 Oct 2007
#11
Good stuff.