unable to mount 22 GB filesystem error mounting :mount:unknown filesystem type 'ntfs'

General support questions
Post Reply
mkhairy
Posts: 1
Joined: 2012/05/13 19:24:18

unable to mount 22 GB filesystem error mounting :mount:unknown filesystem type 'ntfs'

Post by mkhairy » 2012/05/13 19:58:11

unable to mount 22 GB filesystem error mounting :mount:unknown filesystem type 'ntfs'

i tryed the same comand but the below error ocured what i can do to sove this problem as all this command returned the below error

yum install fuse fuse-ntfs-3g
yum install fuse fuse-ntfs-3g dkms dkms-fuse
yum --enablerepo=elrepo install kmod-fuse
yum install ntfsprogs ntfsprogs-gnomevfs



root@CentOS ~]# yum install fuse fuse-ntfs-3g
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: ftp.udl.es
* c6-media:
* centosplus: ftp.udl.es
* extras: ftp.udl.es
* updates: ftp.udl.es
file:///media/CentOS/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/CentOS/repodata/repomd.xml
Trying other mirror.
file:///media/cdrecorder/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/cdrecorder/repodata/repomd.xml
Trying other mirror.
file:///media/cdrom/repodata/repomd.xml: [Errno 14] Could not open/read file:///media/cdrom/repodata/repomd.xml
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: c6-media. Please verify its path and try again

tryed to download the package and below error returned

[root@CentOS ~]# curl http://www.ntfs-3g.org/ntfs-3g-1.1120.tgz


404 Not Found

Not Found
The requested URL /ntfs-3g-1.1120.tgz was not found on this server.

Apache/2.2.9 Server at www.ntfs-3g.org Port 80

[root@CentOS ~]# wget http://www.ntfs-3g.org/ntfs-3g-1.1120.tgz
--2012-05-13 23:53:07-- http://www.ntfs-3g.org/ntfs-3g-1.1120.tgz
Resolving www.ntfs-3g.org... 217.112.248.228
Connecting to www.ntfs-3g.org|217.112.248.228|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2012-05-13 23:53:07 ERROR 404: Not Found.

[root@CentOS ~]# :-? :-o

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

unable to mount 22 GB filesystem error mounting :mount:unkno

Post by pschaff » 2012/05/14 00:39:33

Welcome to the CentOS fora. Please see the recommended reading for new users linked in my signature, and in particular read about [url=http://www.centos.org/modules/newbb/viewtopic.php?topic_id=14408&forum=47]Installing Software[/url] and [url=http://wiki.centos.org/AdditionalResources/Repositories]Repositories[/url], and note the warnings and advice about installing and configuring the [url=http://wiki.centos.org/PackageManagement/Yum/Priorities]yum priorities plugin[/url]. Non-core repos should have a higher numeric value, which is a lower priority. Lower is "better" as in golf scores.

Please pay particular attention to the evils of [url=http://wiki.centos.org/PackageManagement/SourceInstalls]Source Installs[/url]. Source installs as root are particularly dangerous. Package based systems should use packages if at all possible.

To install [url=http://wiki.centos.org/TipsAndTricks/NTFS]ntfs-3g[/url] you need to enable either EPEL or RPMforge. Either will work, but the EPEL package is a bit newer. See the [url=http://wiki.centos.org/AdditionalResources/Repositories]Repositories[/url] page and look for [b]EPEL[/b] and install [b]epel-release[/b] for el6. It is then as easy as [code]yum install ntfs-3g[/code]You may also want to[code]yum install ntfsprogs ntfsprogs-gnomevfs[/code]for additional functionality.

r_hartman
Posts: 711
Joined: 2009/03/23 15:08:11
Location: Netherlands
Contact:

Re: unable to mount 22 GB filesystem error mounting :mount:unknown filesystem type 'ntfs'

Post by r_hartman » 2012/05/14 19:12:42

You appear to have enabled the c6-media repository. That should not be so, as it will generate the errors you see unless the installation DVD is mounted.
Please disable the c6-media repo (/etc/yum.repos.d/CentOS-Media.repo) by changing "enabled=1" to "enabled=0".
Then follow [b]Phil[/b]'s suggestions.

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

Re: unable to mount 22 GB filesystem error mounting :mount:unknown filesystem type 'ntfs'

Post by pschaff » 2012/05/14 19:20:59

[quote]
r_hartman wrote:
You appear to have enabled the c6-media repository.[/quote]
Oops. :oops: Forgot to mention that. Teamwork comes through again. :-)

Post Reply