For When You Can't Have The Real Thing
[ start | index | login ]
start > CentOS > 4 > ntfs support

ntfs support

Created by dave. Last edited by dave, 13 years and 105 days ago. Viewed 4,279 times. #2
[diff] [history] [edit] [rdf]
labels
attachments

Installing ntfs support for CentOS

RedHat and CentOS do not include ntfs, possibly for legal reasons.

Update (thank you Dr Tru Huynh): A RPMforge-friendly method detailed >>here; this is probably safer in the long term as it means it is more likely that you'll get an updated kernel module automatically shortly after you get an updated kernel.

The method detailed below worked to scratch my one-time itch; I'd recommend using the above method if your itch is likely to be longer-term.

  1. Find your kernel rev with uname -r
  2. Find the rpm containing the module for your kernel at >>http://www.linux-ntfs.org/doku.php
  3. Install the rpm
  4. Install the module:
    # modprobe ntfs
    If this returns anything, you have a problem.
  5. If necessary, create your mount point.
You should now be able to mount your ntfs device.

(>>Source)

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt