Editing Windows files in Linux?

Syhaeruic

n00b
Joined
Aug 27, 2004
Messages
7
Is there a way to edit Windows text files in Linux? I don't want to copy the file and then edit it, I need to edit the file as it is.
 
FAT or NTFS?

FAT/FAT32: Support is in the kernel.. You have to enable VFAT. This should give you read/write support and I think it is fairly safe to use.

NTFS: There is no safe way to do it under linux. There is write capabilities for NTFS, but they are extremely limited and can corrupt data easily.
 
Back
Top