LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   How to write in ntfs from linux and viceversa (https://www.linuxquestions.org/questions/red-hat-31/how-to-write-in-ntfs-from-linux-and-viceversa-243796/)

David2004 10-17-2004 12:00 PM

How to write in ntfs from linux and viceversa
 
Hello

I want to write in ntfs (Windows XP ) from linux (ext3) and write in ext3 (red hat 9 or Fedora core 3) from Windows XP.

I heard about some programs , like captive , in this page

http://www.jankratochvil.net/project/captive/

But I heard that can be dangerous , because this program at the moment it's experimental.

Is there someone who knows a Better way ?:Pengy:

And when I start in Windows XP , I would like to write in linux , now to see my linux partition from Windows XP , I use ext2fsd , that is found here :

http://sourceforge.net/projects/ext2fsd

But with this program it's not possible to write in a ext3 system.

So , I wonder if someone knows the way to do it.:Pengy:

Finally I said that to read ntfs ( not write , only read) , from linux I download one rpm from this page :

http://linux-ntfs.sourceforge.net/index.html

Bye
:cool:

rjlee 10-17-2004 01:07 PM

There is no safe way to create files on an NTFS partition in Linux. The latest kernel recently got stable support for writing to existing files, but that's as far as it goes.

Your best bet is to switch to FAT32, which both Linux and Windows can read from and write to natively.

Your best bet for writing to your Linux partition from Windows is to use something like vmware so that you can run both OSes at once and have your Linux filesystem mounted as a networked directory. (Do you really want to open up your Linux filesystem to all of Windows' inherent security flaws?)

David2004 10-18-2004 02:14 PM

Quote:

Originally posted by rjlee


Your best bet is to switch to FAT32, which both Linux and Windows can read from and write to natively.


Are you say me that from Fat32 you can read and write in Linux .That's very intersting.

could you tell me How , please ?:Pengy:

rjlee 10-18-2004 02:56 PM

Just mount the partition as type vfat.
Code:

mount /dev/hda /mnt/C/ -t vfat
(substituting the correct partition and mount-point) or change the filesystem type to vfat in /etc/fstab (see the mount and fstab manpages for more details)

GaryM 10-19-2004 03:39 PM

I keep a separate 10 GB vfat partition on my dive just for files that need to be shared between Windows and Linux.


All times are GMT -5. The time now is 12:07 AM.