SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2009-07-10 21:16:16

murraythegoz
#! Member
From: Milan Area, Italy
Registered: 2009-04-29
Posts: 77

SOLVED (sort of): Mount NTFS with pcmanfm fails

When I see a disk resource on pcmanfm left pane, and try to mount it by double clicking on it, it fails in a bad way.
If I mount it by hand (after sudoing myself), everything works fine.

permission error?

any hint?


running 9.04 & ntfs-3g

TIA

m.

Last edited by murraythegoz (2009-08-14 07:28:50)


!# statler 10 + eee-control running on eee701/4gb/512ram
!# statler/sid running on MacBookAir 4,1 (mid 2011) i7-1.8GHz/128SSD/4g RAM

Offline

Be excellent to each other!

#2 2009-07-10 21:40:07

omns
#! wanderer
From: ~/
Registered: 2008-11-25
Posts: 5,131

Re: SOLVED (sort of): Mount NTFS with pcmanfm fails

pcmanfm has its own mount rules that operate separately to that of the rest of the system. I'd suggest using thunar for external ntfs drives. There is a work around for pcmanfm on the forums here somewhere but it's a bit messy. I'll see if I can find it smile

Offline

#3 2009-07-10 21:41:10

omns
#! wanderer
From: ~/
Registered: 2008-11-25
Posts: 5,131

Re: SOLVED (sort of): Mount NTFS with pcmanfm fails

Offline

#4 2009-07-14 10:45:05

murraythegoz
#! Member
From: Milan Area, Italy
Registered: 2009-04-29
Posts: 77

Re: SOLVED (sort of): Mount NTFS with pcmanfm fails

You pointed me toward the right direction..
It seems an HAL problem.
In fact, it spits out an error complaining about not finding mountpoint.
http://wiki.archlinux.org/index.php/HAL … unt_points


will play around next days, and let know.

meanwhile, thank you.

m.


!# statler 10 + eee-control running on eee701/4gb/512ram
!# statler/sid running on MacBookAir 4,1 (mid 2011) i7-1.8GHz/128SSD/4g RAM

Offline

#5 2009-07-14 13:30:01

Jdemnahouby
#! CrunchBanger
From: France, but living in Prague
Registered: 2009-04-13
Posts: 222

Re: SOLVED (sort of): Mount NTFS with pcmanfm fails

I had the same problem that I resolved with modifying FSTAB and writing UUID of my hard disk

UUID=6EF8E9C0F8E986A5   /media/name of your NTFS disk    ntfs-3g    rw,auto,noatime,nodev,nosuid    0 0

and now it works perfect and if u have sometimes a problem with mounting, install ntfsprogs and in terminator launch sudo ntfsfix /dev/sdc1 (number of your NTFS disk)

Offline

#6 2009-07-14 14:16:23

murraythegoz
#! Member
From: Milan Area, Italy
Registered: 2009-04-29
Posts: 77

Re: SOLVED (sort of): Mount NTFS with pcmanfm fails

Found something on archlinux forums.

The page is in italian, but you can guess.
http://wiki.archlinux.org/index.php/HAL_%28Italiano%29

I'd prefer to hack hal instead of fast and dirty fstab; IMHO is the "clean" way.
BTW, I'll try out all suggestions.

And, if nothing's working,  "sudo mount " will do the trick smile.

Thanks

m.


!# statler 10 + eee-control running on eee701/4gb/512ram
!# statler/sid running on MacBookAir 4,1 (mid 2011) i7-1.8GHz/128SSD/4g RAM

Offline

#7 2009-07-15 22:47:55

theZoid
Member
From: Florida
Registered: 2009-03-27
Posts: 20
Website

Re: SOLVED (sort of): Mount NTFS with pcmanfm fails

Xfe FM mounts VistaOS no problem for me....I'm still checking things with OB.....

the standard fstab entry to automount NTFS partition did the trick

Last edited by theZoid (2009-07-16 05:57:30)


Cheers, Big Ears!

DΞLL Precision M6500 "Big Dog": i7-820QM w/USB 3.0, 8.0GB DDR3-1333, Intel x-25M 160 G2 + 500GB 7200.3, nVidia Quadro FX 3800M 1.0GB DDR3, RGBLED, Intel 6300 //Win7Pro x64/Sabayon KDE 4.5.4 x64

Offline

#8 2009-07-16 01:08:21

DJiNN
#! Member
From: UK
Registered: 2009-04-23
Posts: 70

Re: SOLVED (sort of): Mount NTFS with pcmanfm fails

Just as an afterthought (& for anyone else that may come across this problem) in most Ubuntu based systems you can just install ntfs-config, 

sudo apt-get ntfs-config

  -  run ntfs-config either directly from cli or add to the openbox menu and run from the dropdown, and it'll set up your ntfs-3g settings for both internal & external drives.

I've used it on many Ubuntu based systems (Including both 64 & 32 bit #! that i'm running here) ....  works great.  smile

Offline

#9 2009-07-16 01:42:58

theZoid
Member
From: Florida
Registered: 2009-03-27
Posts: 20
Website

Re: SOLVED (sort of): Mount NTFS with pcmanfm fails

DJiNN wrote:

Just as an afterthought (& for anyone else that may come across this problem) in most Ubuntu based systems you can just install ntfs-config, 

sudo apt-get ntfs-config

  -  run ntfs-config either directly from cli or add to the openbox menu and run from the dropdown, and it'll set up your ntfs-3g settings for both internal & external drives.

I've used it on many Ubuntu based systems (Including both 64 & 32 bit #! that i'm running here) ....  works great.  smile

yes, that works great also....will also set an external drive for you


Cheers, Big Ears!

DΞLL Precision M6500 "Big Dog": i7-820QM w/USB 3.0, 8.0GB DDR3-1333, Intel x-25M 160 G2 + 500GB 7200.3, nVidia Quadro FX 3800M 1.0GB DDR3, RGBLED, Intel 6300 //Win7Pro x64/Sabayon KDE 4.5.4 x64

Offline

#10 2009-07-16 18:59:06

murraythegoz
#! Member
From: Milan Area, Italy
Registered: 2009-04-29
Posts: 77

Re: SOLVED (sort of): Mount NTFS with pcmanfm fails

First step: NTFS volume had no label.
Hald expect to find it to create the right mount dir under /media.

fired gparted and added a label.
the infamous libhal.c 1399 array expected is over.

Still, I have some error regarding "invalid bad options when trying to mount ...."

gonna work on this, and let you know.


!# statler 10 + eee-control running on eee701/4gb/512ram
!# statler/sid running on MacBookAir 4,1 (mid 2011) i7-1.8GHz/128SSD/4g RAM

Offline

#11 2009-08-14 07:27:39

murraythegoz
#! Member
From: Milan Area, Italy
Registered: 2009-04-29
Posts: 77

Re: SOLVED (sort of): Mount NTFS with pcmanfm fails

SOLVED (sort of).

After struggling with all kinds of config, I ended with a little radical solution.

sudo apt-get purge pcmanfm
sudo apt-get install thunar

That's it.
I'm not too much into filemanagers, just want my FM do what I think are basic things, and don't use too much resources.

Sorry for showing me so lazy :-)

m.


!# statler 10 + eee-control running on eee701/4gb/512ram
!# statler/sid running on MacBookAir 4,1 (mid 2011) i7-1.8GHz/128SSD/4g RAM

Offline

#12 2009-08-14 10:31:35

plic
Member
Registered: 2009-07-17
Posts: 19

Re: SOLVED (sort of): Mount NTFS with pcmanfm fails

i had the mountpoint problem with ntfs too.
the most easiest way is to edit the fstab file.
and the most easiest way to edit the fstab files is to use pysdm.
heres a post to get it going:

http://leftminor.wordpress.com/2009/08/ … artitions/

Offline

#13 2009-08-14 11:47:19

omns
#! wanderer
From: ~/
Registered: 2008-11-25
Posts: 5,131

Re: SOLVED (sort of): Mount NTFS with pcmanfm fails

murraythegoz wrote:
sudo apt-get purge pcmanfm
sudo apt-get install thunar

That's it.
I'm not too much into filemanagers, just want my FM do what I think are basic things, and don't use too much resources.

Sorry for showing me so lazy :-)

I think this is a perfectly acceptable resolution. Thunar beats pcmanfm hands down (tabs aren't everything). Replacing pcmanfm with Thunar is the first thing I do on a new install.

Offline

#14 2009-08-14 15:46:42

murraythegoz
#! Member
From: Milan Area, Italy
Registered: 2009-04-29
Posts: 77

Re: SOLVED (sort of): Mount NTFS with pcmanfm fails

omns wrote:

I think this is a perfectly acceptable resolution. Thunar beats pcmanfm hands down (tabs aren't everything). Replacing pcmanfm with Thunar is the first thing I do on a new install.

Use filemanager just to the bare.
- tabs: not used
- double click on partition to mount: indeed used
- many usb keys floating around, which prevents me to fstab tune for every single partition:  INDEED :-)
- "open as root" option (often editing my /etc files): active on !#'s pcmanfm setup (not sure if default), easily done on thunar

OSS world is also choosing what fits you.
Thunar fits easily MY needs.

m.


!# statler 10 + eee-control running on eee701/4gb/512ram
!# statler/sid running on MacBookAir 4,1 (mid 2011) i7-1.8GHz/128SSD/4g RAM

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo