You are not logged in.

#1 2008-05-27 09:04:34

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

ntfs-3g: "You must specify exactly one device and exactly one mount p"

Hi, everybody,

After the upgrade to kernel 2.6.25 HAL no longer mounts my NTFS-formatted USB hard drive correctly. That is, the file names containing non-english characters cannot be seen. There is a remedy for this problem (KDE, HAL):

http://wiki.archlinux.org/index.php/HAL#Locale_issues

which I used before the upgrade successfully. Now as soon as I try this method, I have an unsuccessful mounting. The error message is:

ntfs-3g: You must specify exactly one device and exactly one mount point

Now with new kernel, new ntfs-3g and new fuse all at once new problems come as no real surprise, but what about new solutions smile ?

Offline

#2 2008-05-27 09:13:18

_Marco_
Member
Registered: 2008-04-21
Posts: 242

Re: ntfs-3g: "You must specify exactly one device and exactly one mount p"

do you encounter the same problem mounting it manually as root?

mount -t ntfs-3g /dev/partition /mnt/mount_point

I don't know almost anything of HAL but this may be a temporary solution...

Offline

#3 2008-05-28 05:23:51

TheSaint
Member
From: my computer
Registered: 2007-08-19
Posts: 1,523

Re: ntfs-3g: "You must specify exactly one device and exactly one mount p"

Try blkid to identify the ntfs partition and mount it by its UUID

UUID=6129dab9-dfb1-471c-a3bf-ec2860930259 swap swap defaults 0 0

do it good first, it will be faster than do it twice the saint wink

Offline

#4 2008-05-28 09:06:01

Llama
Banned
From: St.-Petersburg, Russia
Registered: 2008-03-03
Posts: 1,379

Re: ntfs-3g: "You must specify exactly one device and exactly one mount p"

do you encounter the same problem mounting it manually as root?

No, I don't.

Offline

#5 2008-05-28 10:03:36

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: ntfs-3g: "You must specify exactly one device and exactly one mount p"

Maybe it's time to stop using KDE then smile


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#6 2008-05-28 13:26:43

carlocci
Member
From: Padova - Italy
Registered: 2008-02-12
Posts: 368

Re: ntfs-3g: "You must specify exactly one device and exactly one mount p"

TheSaint wrote:

Try blkid to identify the ntfs partition and mount it by its UUID

UUID=6129dab9-dfb1-471c-a3bf-ec2860930259 swap swap defaults 0 0

kde used to be dumb: I had to provide /dev/disk-by-UUID/$partitionUUID because KDE failed to recognize UUID= in fstab.
Maybe that's why ntfs-3g is complaining requesting the user to supply 2 mount points

Offline

Board footer

Powered by FluxBB