Error mounting: mount: unknown filesystem type 'ntfs'

General support questions
Post Reply
gasolin
Posts: 15
Joined: 2011/08/02 20:54:31

Error mounting: mount: unknown filesystem type 'ntfs'

Post by gasolin » 2011/11/06 17:41:32

I wanted to use linux again, cento 6 has been the most stable relaible os i've used , more the ubuntu, mint, xp,vista and win 7 (mostly 64 bit).
Used cento 6 64 bit about 5 moth ago, didn't remember what i did, but i think i got my ntsf harddrive mounted. ntsf-3g dosn't work for mee
and using google didn't help me much.

Any idea to help me ?

User avatar
jlehtone
Posts: 4530
Joined: 2007/12/11 08:17:33
Location: Finland

Re: Error mounting: mount: unknown filesystem type 'ntfs'

Post by jlehtone » 2011/11/06 18:34:50

Do you have the ntfs-3g package installed?
http://wiki.centos.org/TipsAndTricks/NTFS

kotsoskorg
Posts: 9
Joined: 2010/02/15 14:59:03

Re: Error mounting: mount: unknown filesystem type 'ntfs'

Post by kotsoskorg » 2011/11/15 12:58:18

I also experienced problem with mounting an external NTFS partition (a usb HDD). I tried this solution 2-3 times, but unfortunately the packages was interrupt every time I entered the commands.

Then I tried to search throught the package manager (GUI) using the keyword "NTFS" and I found this package:
Linux NTFS userspace driver

I installed, and now the ntfs partition mounts perfect.

mount -t ntfs-3g ......

I had these extra sources enable:
CentOS-6 - Plus
RHEL6 - RPMforge.net - dag
RHEL6 - RPMforge.net - extras

Check it if you still experience problem.

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Error mounting: mount: unknown filesystem type 'ntfs'

Post by pschaff » 2011/11/15 16:15:22

[quote]
kotsoskorg wrote:
...
RHEL6 - RPMforge.net - extras
...[/quote]
Do be aware that the [rpmforge-extras] [url=http://wiki.centos.org/AdditionalResources/Repositories/RPMForge]repo[/url] contains packages that replace core packages. It should be disabled by default, and selectively enabled only if you [b]want[/b] to use its replacement packages.

kotsoskorg
Posts: 9
Joined: 2010/02/15 14:59:03

Re: Error mounting: mount: unknown filesystem type 'ntfs'

Post by kotsoskorg » 2011/11/17 16:44:54

I think its too late.
From yesterday, I experience kernel crashes.. :-( :-?

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: Error mounting: mount: unknown filesystem type 'ntfs'

Post by pschaff » 2011/11/17 18:25:57

If you need help with that please start your own fresh topic with an appropriate subject. Let's not hijack this thread.

clausing
Posts: 1
Joined: 2014/11/19 21:44:15

Re: Error mounting: mount: unknown filesystem type 'ntfs'

Post by clausing » 2014/11/19 22:05:55

It looks like the new package is not putting in the soft-link that gets created when you install it by building from source.

ln -s /bin/ntfs-3g /sbin/mount/ntfs-3g

should take care of the problem until the rpm gets fixed.

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Error mounting: mount: unknown filesystem type 'ntfs'

Post by TrevorH » 2014/11/19 22:22:06

That creates a symlink to a non-existent file /bin/ntfs-3g which cannot be the correct solution.

There is already a /usr/sbin/mount.ntfs-3g and a /usr/bin/ntfs-3g contained in the package.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

Post Reply