- Become a root
- su
- Check your kernel version (do this before you download the rpm)
- uname -r
- Go to where you saved the rpm and install it
- rpm -ivh ntfs-blah-blah-blach.rpm
- Create a mountpoint for your windows partition
- mkdir /mnt/win
- Check the device identifier (look for ntfs in the output)
- /sbin/fdisk -l
- Add following to your /etc/fstab
- /dev/hda1 /mnt/windows ntfs ro,defaults,umask=0222 0 0
- Enjoy
23 March, 2006
Mounting NTFS (Fedora)
Get the module rpm from here (see step 2 first)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment