Results 1 to 6 of 6
i have a r/w ntfs. how do i replace the old one with this?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-09-2006 #1Just Joined!
- Join Date
- Jul 2006
- Posts
- 7
r/w ntfs
i have a r/w ntfs. how do i replace the old one with this?
- 08-09-2006 #2can you be a bit more clear ???
Originally Posted by vegetakorps
<=== { casper } ===>It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 08-16-2006 #3Just Joined!
- Join Date
- Jul 2006
- Posts
- 7
re
i have 2 operating systems. windows/slackware linux. i use ntfs under windows. the problem is that slackware installs read-only ntfs drivers. now i find on linux.softpedia.com this driver - ntfs-3g 20070714 Beta - and it is read/write ntfs and it's really working. now i need replace the old one with this from linux.softpedia. what can i do?
- 08-16-2006 #4
Maybe you should umount the old one .To do that edit fstab
and delete ntfs lineCode:gedit /etc/fstab
it looks like thatrebootCode:/dev/hda1 /ntfs-c ntfs ro 1 0
i hope that helps
can you send me whole link please?
- 08-17-2006 #5Just Joined!
- Join Date
- Jul 2006
- Posts
- 7
re
http://mlf.linux.rulez.org/mlf/ezaz/...70811-BETA.tgz
i changed /etc/fstab from:
to:Code:/dev/hda4 /mnt/hda4 ntfs ro 1 0
and it is not working. i have to add fuse module to kernel by:Code:/dev/hda4 /mnt/hda4 ntfs-3g ro 1 0
do you know how to do this on startup before mounting ntfs?Code:modprobe fuse
- 08-17-2006 #6
you can try captive too
http://www.jankratochvil.net/project/captive/


Reply With Quote
