hi
I want to mount windowsxp partion NTFS in my linux to be apple to write and read for all linux user
how can i do it in:
/etc/fstad
[root@samir /]# fdisk -l
Disk /dev/hda: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 2667 21422646 7 HPFS/NTFS
/dev/hda2 2668 9964 58613152+ f W95 Ext'd (LBA)
/dev/hda5 2668 8521 47022223+ 7 HPFS/NTFS
/dev/hda6 8522 9964 11590866 7 HPFS/NTFS
Disk /dev/hdc: 41.1 GB, 41110142976 bytes
255 heads, 63 sectors/track, 4998 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 13 104391 83 Linux
/dev/hdc2 14 4998 40042012+ 8e Linux LVM
the /dev/hda5 the NTFS
thanks