Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Distribution: Red Hat 7.2/8/9, Fedora Core 1/2/3, Smoothwall, Mandrake 7.0/10, Vecter 4, Arch 0.6, EnGuarde
Posts: 289
Rep:
Mounting NTFS.
About 2 months ago, I was able to mount my NTFS drive in Red Hat Linux 7.3
I do not recall how I did this. What I do recall is how to used the mount ultility.
mount -t NTFS /dev/hda5 /mnt/win_d
It provides the following error:
mount: fs type ntfs not supported by kernel
If I try "mount /dev/hda5 /mnt/win_d" the error is no different. This concludes the drive is present there.
Obviously this is either a package or setting related problem, since I was able to do it before.
you have to download the package for ntfs support which is available on the sourceforge.net website...maybe you compiled a new kernel or something since the last time you did this, and you disabled the support by mistake or something...
Go to http://linux-ntfs.sourceforge.net/info/redhat.html and read the instructions there to find out what kernel u r using if u r not aware about that and other things u need to know to use the ntfs support package. Then go to the link provided and download the corresponding RedHat and kernel version rpm.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.