On Sun, Jan 11, 2004 at 08:39:16AM +0200, Michael Sternberg wrote: > > Hello > What are my options for sharing data between Linux and Win2K on > dual boot computer ? I need read/write access from both OS to a > shared partition, until now I used FAT. Do we have something > better ?
Not really. There used to be something called UVFAT (UMSDOS + the long filenames of Windows), but it doesn't seem to be maintained too well. You can also write to ext2/3 from Windows - there are different tools for that, some of them are listed here: <http://linux-ntfs.sourceforge.net/info/ntfs.html#3.2> But if you want a FS with journalling, unix semantics, and the ability to share security-related semantics, as far as I know the answer is no. I would love to hear otherwise. -- Didi > > -- > > Michael > > > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
