FedoraThis forum is for the discussion of the Fedora Project.
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.
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free.
I installed the FC4 kernel patch for NTFS support and can now mount my NTFS partition. However I can't seem to write to it. The command I used to mount it is:
# mount -t ntfs -o rw /dev/hda1 /mnt
Whenever I try to write something it says permission denied.
There is a kernel module for 'NTFS write support' which is highly unrecommended since it will destroy your ntfs partition while writing. Of interest to you there are several projects. Follow the links:
So I'm getting the impression that the Linux kernel never supported write operations to an NTFS mounted partition? Is this correct?
The only reason I ask is because many people told me that if some Windows files get screwed up you can boot using Knoppix and mount the partition to fix the file. If the Linux kernel doesn't support NTFS write operations then I guess Knoppix wouldn't make a difference.
Linux (Knoppix included) is very good with ms-dos formats (FAT, VFAT, FAT-32) but not NTFS (for legal reasons [mp3, anybody?]). I tried writing with NTFS once...wrote the file OK. Problem was that it overwrote part of the MBR to write the file. I'll never try that again.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.