LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How can i read\write on NTFS partition in fedora core 5? (https://www.linuxquestions.org/questions/linux-software-2/how-can-i-read%5Cwrite-on-ntfs-partition-in-fedora-core-5-a-465794/)

furqan 07-20-2006 01:55 AM

How can i read\write on NTFS partition in fedora core 5?
 
Hello friends

Can you help me.

I have already updated the kernal for ntfs now it allow me to read but not to write.so how can i read and write on NTFS.


thanking you in a mean while.

---------------------------------------------------------
Furqan

xode 07-20-2006 02:06 AM

Details on what you want to do are at http://www.fedoraforum.org/forum/sho...d.php?t=112316

If you don't like using yum (which I don't), you can manually download the packages referenced there and then install them locally using smart. If you don't have smart (you probably don't), you can find smart at http://labix.org/smart

acid_kewpie 07-20-2006 02:06 AM

don't write to it, it's getting some positive feedback, but if you have any way to avoid the need to write to ntfs then do it. change your filesystem to fat, use a seperate fat32 transfer partition etc... if you value your data, don't try to write to ntfs.

IBall 07-20-2006 02:18 AM

From the Unoffical Fedora FAQ:
Quote:

How do I read my NTFS (Windows NT/2000/XP/2003) drive in Fedora? (Updated 9 June 2006)
A: Well, now, that's an easy one! You just have to install the NTFS kernel module for your kernel:

1. Make sure that you're using my yum configuration from the installing software question.
2. Open a Terminal.
3. Become root: su -
4. Type: yum install kmod-ntfs
According to the NTFS FAQ, most distros (other than Fedora) have NTFS support out of the box. Try one of the RPMs Here to add NTFS support. Aparently, it can only overwrite existing data.

I suggest that if you need to share files between Linux and Windows, that you create a separate FAT32 partition. Both Linux and Windows can safely read and write FAT32.

I hope this helps
--Ian

EDIT: Beaten to it...

prozac 07-20-2006 02:22 AM

NTFS write support is still at its infant(y). even if you can, avoid writing to an NTFS partition whilst inside of a linux box it can screw up the partition. go with acid suggestion and make a fat partition for such purposes. fat is very much nicely supported by all linux distro's.

berbae 07-20-2006 04:04 AM

Hello furgan
You may try the new ntfs-3g driver from Here
Quote:

The ntfs-3g driver is an open source, GPL licensed, third generation Linux
NTFS driver for 32-bit, little-endian architectures which was implemented
by the Linux-NTFS project. It provides full read-write access to NTFS,
excluding access to encrypted files, writing compressed files, changing
file ownership, access right.
I installed it and I have read/write access to my ntfs partition apparently without any problem.
It seems that this issue about writing to ntfs partitions is now almost solved and has reached a secure enough point as for 32-bit architectures.
Things always move forward especially in computer/development fields.

raskin 07-20-2006 12:17 PM

Check what is the status of FUSE NTFS project. They say they have more progress than kernel-modules variant, but I heard it's a trick to find actual status of the project - some README's are outdated.

prozac 07-21-2006 12:12 AM

check this thread out, it talks about the same thing and has a solution too.
http://www.linuxquestions.org/questi...=1#post2343499


All times are GMT -5. The time now is 03:07 PM.