convert primary partition's filesystem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sethupnr
    New Member
    • Sep 2007
    • 26

    convert primary partition's filesystem

    Hi,
    In my system's primary partition(c:) is in FAT32 format. so i can't install .NET on my system. Is there any command , convert to NTFS unless reinstalling my PC.Plz help......
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by sethupnr
    Hi,
    In my system's primary partition(c:) is in FAT32 format. so i can't install .NET on my system. Is there any command , convert to NTFS unless reinstalling my PC.Plz help......
    I've been told that
    Code:
    	C:\> CONVERT  C:  /fs:ntfs
    Where C: is a name of the drive you want to convert.

    After machine re-boot conversion process will start and you'll have your FAT32 converted to NTFS without of data loss.

    But have never tried it.

    Comment

    Working...