Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 264985 - gnome-base/gnome-mount fails to mount usb hdd (ntfs3g)
Summary: gnome-base/gnome-mount fails to mount usb hdd (ntfs3g)
Status: RESOLVED DUPLICATE of bug 264257
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-05 16:40 UTC by Märt Bakhoff
Modified: 2009-05-17 18:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
logs from emerge --info, lshal, fdisk -l (emerge-lshal-fdisk.log,10.77 KB, text/plain)
2009-04-05 16:46 UTC, Märt Bakhoff
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Märt Bakhoff 2009-04-05 16:40:33 UTC
I have an 2.5" HDD in an external usb box with a ntfs partition. 

When I plug it in, I get a untitled popup: 
Cannot mount volume. Invalid mount option when attempting to mount the volume 'ird'. 

nautilus cannot open/mount the partition either, but it appears in the side pane. /var/log/messages and dmesg aren't telling anything. 

mount from command-line is working ok
# mount -t ntfs-3g /dev/sdb1 /mnt/mnt0 

I am using: 
sys-fs/ntfs3g-2009.3.8  USE="hal -debug -suid"
gnome-base/gnome-mount-0.8-r1  USE="libnotify nautilus -debug"
gnome-base/gnome-volume-manager-2.24.1  USE="consolekit -automount -debug"
gnome-base/nautilus-2.24.2-r3  USE="X gnome -beagle -debug -doc -tracker -xmp"


Reproducible: Always

Steps to Reproduce:
Comment 1 Märt Bakhoff 2009-04-05 16:46:44 UTC
Created attachment 187384 [details]
logs from emerge --info, lshal, fdisk -l
Comment 2 Märt Bakhoff 2009-04-05 17:04:30 UTC
More notes: 
in emerge-lshal-fdisk.log lshal section
udi = '/org/freedesktop/Hal/devices/volume_uuid_326842196841DC6B' 
is irrelevant (local hdd).

this mounting problem in not external hdd specific, usb thumbs don't work either. 

I am in plugdev group. 

Thank you for your time. 
Comment 3 Märt Bakhoff 2009-04-21 19:33:38 UTC
Got it. 

In gconf-editor: /system/storage/default_options/ntfs-3g 
mount options included "locale=", which is invalid. 
No idea why it was there in the first place. 
Removing it fixes the problem. 
Comment 4 Daniel Gryniewicz (RETIRED) gentoo-dev 2009-04-24 17:35:36 UTC
It's part of the system schemas installed by gnome-mount.  I'm guessing intltool is supposed to merge in your default locale there, but it's missing something.  I don't know enough about intltool to figure out what's missing...
Comment 5 Gilles Dartiguelongue (RETIRED) gentoo-dev 2009-05-17 18:58:09 UTC

*** This bug has been marked as a duplicate of bug 264257 ***