Comments
by partitaion magic software we can do it
Posted by saqlain231
support.microsoft.com/kb/307881
Posted by crouse
(a) Right click my computer and choose Manage
(b) In the computer Management Console, expand storage, and select Disk Management
(c) View each of the disks on your system, shows two disks, both formed as NTFS.
(d) If the disk is not formatted as NTFS, but is instead FAT or FAT32
(e) Open a command prompt from start -> All programs -> Accessories, and type convert c:/ fs : ntfs, where c is the letter of the drive to convert.
Posted by waqasahmad
JUST Go TO command prompt and type:
convert c:/fs :ntfs
Posted by sagitraz
(1) Right click my computer and choose Manage
(2) In the computer Management Console, expand storage, and select Disk Management
(3) View each of the disks on your system, shows two disks, both formed as NTFS.
(4) If the disk is not formatted as NTFS, but is instead FAT or FAT32
(5) Open a command prompt from start -> All programs -> Accessories, and type convert c:/ fs : ntfs, where c is the letter of the drive to convert.
Posted by michaelcoyne