Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Hello Everyone,
Can someone please tell how can i save a file in the windows partition using FC3(I cant even mount the windows drive)...I installed "captive" but it gives me an error that i need kernel-source-xyz.i386.rpm and the headers and i dont know how to install them...is there a better and easier way...maybe using knoppix(i can access the drive but it wont let me save)...
Please Help,
-Eagle101

First you should create a directory under mnt called "C" as a root user.
Then you can issue the following commands in shell.su
>password:"enter your root password"#mount -t ntfs /dev/hda1 /mnt/C
In the above example I have used hda1 as the windows partition. In your case it can also be something else.To check whether it is mounted issue the following command.
#df -TIf you want to mount them automatically when you logged in, you have to edit the /etc/fstab. Add the following line to the fstab entries.
/dev/hda1 /windows/C ntfs rw,users,gid=users,umask=0002,nls=iso8859-1 0 0Before that make sure you back up the old fstab in case you need it later. fstab to be effective you have to restart the system.
Good luck!
Waruna

I think the reason Eagle101 wanted to use captive is that he wants to write to the NTFS partition without fear of corrupting any data , which is possible with NoviceW's solution. If you want full safe write support then captive is the way to go.
It will be better for you in the long run to have the kernel headers and source installed in case you want to compile other packages that require them in the future. On the fedora installation CDs you should be able to find a couple of files called something like:
kernel-source-xyz.i386.rpm and
kernel-headers-xyz.i386.rpm
You can install them with:
# rpm -ivh /path/to/kernel-source-xyz.i386.rpm
and
# rpm -ivh /path/to/kernel-headers-xyz.i386.rpm

Just a little help... if U want to use knoppix to write into any partition, U should uncheck the read-only checkbox in the properties item of the context menu.
As U know, knoppix mounts all the partitions ro and the icons are in the Desktop, so simply right-click the one U want to write.Bye.

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |