In linux your kernel has to have support for ntfs reading (either compiled or as a module)
In windows you need 3rd party software to read linux-native partitions.
You can really really really hose up an ntfs partition from linux if you try writing to it.
You can really really really hose up a linux-native partition from windows if you try writing to it.
If you decide to recompile your kernel (or need to even) you have to edit the /etc/fstab file to mount the ntfs partition, then use the mount command.
Search this forum for info about the kernel, the part you need to look at is under file systems -> NTFS file systems support (read only)
when you're sure you have it enabled, post your /etc/fstab file contents and we will go from there.
|