Just to add to Matheiu's good point about the RPM
Eventually you'll want to add an entry to /etc/fstab to enable the NTFS partition to be mounted automatically on boot up.
So - put an entry at the bottom of your /etc/fstab file on a new line - (just substitute in your User ID Number ( uid ) in place of my example one - Ive put in your mount point and partition already)
/dev/hdb5 /mnt/windows ntfs auto,ro,umask=222,uid=501 0 0
You can get your User ID Number by opening a terminal and typing:
id username – (substitute username with whatever your username is)
Look for the
uid=xxx
thats your user id number.
Last edited by Skyline; 08-13-2003 at 12:03 AM.
|