Results 1 to 3 of 3
how can i write to my ntfs drive?
i am using kanotix_3.2. here is a program the name of this
is captive-ntfs. i amstarting this program but they can't find ...
- 06-22-2005 #1Just Joined!
- Join Date
- Jun 2005
- Posts
- 5
write to my ntfs partition
how can i write to my ntfs drive?
i am using kanotix_3.2. here is a program the name of this
is captive-ntfs. i amstarting this program but they can't find a
ntfs driver
what can i make?
- 06-22-2005 #2
You can write to ntfs, but it is not reconmended at all, since there is a high chance of you loosing your data on the ntfss drive.
You may want to add ntfs filesystem suport to your kernel (this should get captive-ntfs) running. You can do this byand then going to the section about filesystems, and then selecting the ntfs filesystem. ThenCode:su [rootpass] cd /usr/src/linux make menuconfig
and then add it to your /boot/grub/grub.conf or your /etc/lilo.conf (whichever you use) and then reboot the computer.Code:make && make modules_install cp -f arch/i386/boot/bzImage /boot/kernel-(version) cp -f System.map /boot/System.map-(version) cp -f .config /boot/config-(version)
- 06-24-2005 #3Linux Engineer
- Join Date
- Apr 2005
- Location
- Belgium
- Posts
- 1,429
Re: write to my ntfs partition
Normally you can import the needed system files from your windows install. CaptiveNTFS should ask you for that the first time you start it up.
Originally Posted by pin82 ** Registered Linux User # 393717 and proud of it
** Check out www.zenwalk.org
** Zenwalk 2.8 - Xfce 4.4 beta 2- 2.6.17.6 kernel = Slack on steroids! **


Reply With Quote
