CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8

Thread: FAT partition

  1. #1
    Join Date
    May 2010
    Posts
    54

    FAT partition

    I have a computer with win9x installed on FAT32's
    I'd like to format those partitions into NTFS without harming the OS and files
    Thank you

  2. #2
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: FAT partition

    As far as I remember Win9x can't read NTFS so doing so will make the disk unbootable.
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  3. #3
    Join Date
    May 2010
    Posts
    54

    Re: FAT partition

    I am so Sorry it is XP not win9x I was just trying to alleviate my OS 1 grade lower

  4. #4
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: FAT partition

    I've never converted a boot disk after the installation but try right clicking on the drive in explorer and see if the conversion option show up. You could also try running convert c: /FS:NTFS in a command shell. Hopefully this will add the conversion job to the bootup phase.

    As you know this is a dangerous operation so if I were you I would make a backup of the vital files before trying to convert.

    An even better option is to buy a new disk, reinstall the OS on that disk (selecting NTFS as the file system) and then mount the old disk. After all, a new HD is not that expensive.
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  5. #5
    Join Date
    May 2010
    Posts
    54

    Re: FAT partition

    So sad, I don't want to beat my FAT32 C drive into a NTFS from a command . It sounds dangerous to me too. I installed my windows XP on it, a mistake for a long lasting pain
    Thank for the advice I will be much smarter next time on to make a better decision like say a treatment therapy for the best of the best I can 'think' of

  6. #6
    Join Date
    Jun 2010
    Posts
    115

    Re: FAT partition

    Quote Originally Posted by emailus View Post
    So sad, I don't want to beat my FAT32 C drive into a NTFS from a command . It sounds dangerous to me too. I installed my windows XP on it, a mistake for a long lasting pain
    Thank for the advice I will be much smarter next time on to make a better decision like say a treatment therapy for the best of the best I can 'think' of
    FAT 32 file sys is too old now, I agree with SMA if you have money, you can definitely afford a completely fresh new HD to get your NTFS on it, I would do so if I were you

  7. #7
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: FAT partition

    I've had success converting disks (without backups) on my server a few years ago. Never had any issues.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  8. #8
    Join Date
    Jun 2010
    Posts
    115

    Re: FAT partition

    Quote Originally Posted by dglienna View Post
    I've had success converting disks (without backups) on my server a few years ago. Never had any issues.
    NTFS or FAT32 ? I can still see deleted files with my data recovery software anyway

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured