2006-07-06, 10:18 AM
Quote:[/url]http://www.linux-ntfs.org/
Faaannnnqqquoooooo :):):)
That site taught me how to do it. This link http://wiki.linux-ntfs.org/doku.php?id=ntf..._an_ntfs_volume proved essential reading.
For me (as a user, not root) to view my second hard drive, I had to; (for other users to learn)
- mkdir /mnt/windows
- rpm -Uvh [url=http://rpm.livna.org/livna-release-5.rpm]http://rpm.livna.org/livna-release-5.rpm
- yum -y install kmod-ntfs
- mount /dev/hdd1 /mnt/windows -t ntfs -r -o uid=Mizzy
(To unmount cmd: umount /mnt/windows)
The only thing that I haven't figured out is how to give me write access to it. I can read it, but not write to it yet :( Keeps on reading :)