/etc/fstab
Thursday, December 1, 2005 3:40:06 PM
# /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 /dev/hda1 /mnt/winxp ntfs rw,user,uid=1000,gid=100 0 0 /dev/hda2 / ext3 defaults,errors=remount-ro 0 1 /dev/hda5 none swap sw 0 0 /dev/hdc /media/cdrom0 iso9660 ro,user,noauto 0 0 /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/hda1 /mnt/winxp ntfs rw,user,uid=1000,gid=100 0 0 is the important line i edit to mount my windows partition. Although i set it to rw, but I still unable to write file into my ntfs partition.














Ole Kasperfractalgp # Thursday, December 1, 2005 3:49:35 PM
Yeah, that's because to this date there isn't any reliable NTFS driver for Linux which can actually write data...
If you want to share data between Windows and Linux, the easiest solution is usually to have an extra FAT32 partition.
Unregistered user # Sunday, April 2, 2006 7:48:40 AM