I have a dual boot going RH8 and Win2k. The HD has a few different partitions, a FAT32, NTFS, and what Linux sits on. I tried
mount -t ntfs /dev/hda5 /mnt/ntfs
but came up with an error telling me it doesnt support NTFS. I thought the RH8 kernel had built in support for NTFS... am I correct in thinking this? Also, Im reading that even after some people compiled the kernel, they are limited to read only or else theyll corrupt the data on the drive unless some kind of clean up util is run. Some others say theyve managed to read and write to NTFS after changing the kernel but didnt seem too confident in its write reliabilty.
I guess the best thing to do is format the NTFS partition into FAT32 so Linux can safely write and read from it, but I just wanted to know what your take on this was.
Now supposing I format it FAT32 and mount it to a dir say, /mnt/fat , can I use Samba to share the mounted dir with Windows machines?
I am a linux newbie, in fact this setup here is just a way for me to learn more about it so any suggestions/comments are appreciated.
thanks
mount -t ntfs /dev/hda5 /mnt/ntfs
but came up with an error telling me it doesnt support NTFS. I thought the RH8 kernel had built in support for NTFS... am I correct in thinking this? Also, Im reading that even after some people compiled the kernel, they are limited to read only or else theyll corrupt the data on the drive unless some kind of clean up util is run. Some others say theyve managed to read and write to NTFS after changing the kernel but didnt seem too confident in its write reliabilty.
I guess the best thing to do is format the NTFS partition into FAT32 so Linux can safely write and read from it, but I just wanted to know what your take on this was.
Now supposing I format it FAT32 and mount it to a dir say, /mnt/fat , can I use Samba to share the mounted dir with Windows machines?
I am a linux newbie, in fact this setup here is just a way for me to learn more about it so any suggestions/comments are appreciated.
thanks