View previous topic :: View next topic |
Author |
Message |
tdnguyenitvn Becoming a Regular

Joined: 14 May 2006 Posts: 38 Location: VietNam
|
Post subject: mount file NTFS in linux. Posted: Sun May 21, 2006 6:00 am |
|
Help others: Review your books and training products here |
|
How can i mount file NTFS in linux?
"fs type ntfs not supported by kernel"
This is message when I mount file NTFS in Linux.
 _________________ I'm Beginer, so everybody can help me in the all exam Microsoft and so on...
Thanks. |
|
Back to top |
|
 |
dean1609 Needs Serious Help


Joined: 25 Mar 2006 Posts: 543 Location: United Kingdom
|
Post subject: Posted: Sun May 21, 2006 7:32 am |
|
Help others: Review your books and training products here |
|
You need NTFS support in the Kernel, look here for more information and NTFS tools and library.
http://www.linux-ntfs.org/ _________________ MCSA 2003
VCP 410 |
|
Back to top |
|
 |
drewm320 Moderator


Joined: 09 Mar 2004 Posts: 796 Location: Dayton, OH
|
Post subject: Posted: Sun May 21, 2006 10:06 am |
|
Help others: Review your books and training products here |
|
What kernel version are you using? |
|
Back to top |
|
 |
tdnguyenitvn Becoming a Regular

Joined: 14 May 2006 Posts: 38 Location: VietNam
|
Post subject: Mount File NTFS in linux Posted: Sun May 21, 2006 8:28 pm |
|
Help others: Review your books and training products here |
|
I using Redhat 9.0. _________________ I'm Beginer, so everybody can help me in the all exam Microsoft and so on...
Thanks. |
|
Back to top |
|
 |
Cormac Doyle Moderator


Joined: 08 Nov 2005 Posts: 983 Location: Dublin, Ireland
|
Post subject: Re: Mount File NTFS in linux Posted: Mon May 22, 2006 7:02 am |
|
Help others: Review your books and training products here |
|
tdnguyenitvn wrote: | I using Redhat 9.0. |
The "vanilla" RHEL 9.0 kernel does not have NTFS support ... you will have to recompile the kernel to include the apporpriate support.
have fun
Cormac _________________
 |
|
Back to top |
|
 |
kidvelvet Moderator


Joined: 10 May 2004 Posts: 3632 Location: Hillsboro, OR
|
Post subject: Posted: Mon May 22, 2006 12:15 pm |
|
Help others: Review your books and training products here |
|
The standard linux kernel, even when recompiled, will only support read access to NTFS file systems, and I believe it will not support the latest version of NTFS.
There is a group that is working on a module that allows full access to NTFS file systems as well as utilities to manipulate the file systems. Check out www.linux-ntfs.org _________________ kidvelvet
www.kidvelvet.net
Yes, your problem is the most important. Just like everybody else's. |
|
Back to top |
|
 |
tdnguyenitvn Becoming a Regular

Joined: 14 May 2006 Posts: 38 Location: VietNam
|
Post subject: problem with install package support ntfs. Posted: Sun May 28, 2006 8:01 am |
|
Help others: Review your books and training products here |
|
Dear all.
When I install package support file NTFS in redhat 9.0, it is error.
the following error.
package not found.
The following package could not found on your system installation can not continue untill it is installled
Unlocaltable package Required by
libc.so.6(GLIBC_2.3.4) ntfsprogs _________________ I'm Beginer, so everybody can help me in the all exam Microsoft and so on...
Thanks. |
|
Back to top |
|
 |
Prime60minister Moderator


Joined: 16 Sep 2002 Posts: 925 Location: Montreal, Quebec
|
Post subject: Posted: Tue May 30, 2006 5:33 am |
|
Help others: Review your books and training products here |
|
This is a common error when you try to install software on a redhat system. some software will often require other software to work.
You can do some searches with the name of the software at the following web site:
http://rpmforge.net/user/packages/ntfsprogs/
You will note that I have already pointed you to ntfsprogs... _________________ mcsa, mcts |
|
Back to top |
|
 |
sgla1 New Member

Joined: 18 Nov 2004 Posts: 22 Location: usa
|
Post subject: redhat and rpm dependencies Posted: Mon Jun 12, 2006 3:40 pm |
|
Help others: Review your books and training products here |
|
Welcome to rpm H*ll, dude!
Rpms are binary packages and when run (like most unix programs) dynamically link to other libraries. Rpm packagers specify what libraries and what versions must be present before their package will install and run properly.
Newer distros will connect to on-line software repositories to download and install required libraries when you try to install a package. Fedora now has 'yum'. Debian based distros have had 'apt-get' for a long time.
I think you will find a newer distro like Fedora 5 or Ubuntu 6.06 much easier to use. Both have up to date software and automatic dependency resolution for installing software.
Cheers |
|
Back to top |
|
 |
tdnguyenitvn Becoming a Regular

Joined: 14 May 2006 Posts: 38 Location: VietNam
|
Post subject: Posted: Sat Aug 12, 2006 3:17 pm |
|
Help others: Review your books and training products here |
|
i can't use yum install file support by ntfs
the folllowing error:
[root@Redhat setuplinux]# yum install kernel-ntfs-2.4.20-46.9.legacy.i386.rpm
Gathering header information file(s) from server(s)
Server: Red Hat Linux 9 - i386 - freshrpms
Server: Red Hat Linux 9 - i386 - os
Server: Red Hat Linux 9 - i386 - updates
Finding updated packages
Downloading needed headers
Cannot find a package matching kernel-ntfs-2.4.20-46.9.legacy.i386.rpm
No actions to take
Thanks _________________ I'm Beginer, so everybody can help me in the all exam Microsoft and so on...
Thanks. |
|
Back to top |
|
 |
|