Results 1 to 18 of 18

Thread: Convert from FAT32 to NTFS

  1. #1

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Resolved Convert from FAT32 to NTFS

    Is it risky to do it when you have data on the disk? Any danger like partitioning?

    I found this :

    Code:
    convert drive_letter: /fs:ntfs
    in the help. Is it correct?

    Thanks
    Last edited by manavo11; Jan 22nd, 2005 at 01:07 AM. Reason: Resolved


    Has someone helped you? Then you can Rate their helpful post.

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Convert from FAT32 to NTFS

    I did it quite a while ago, and had no problem. It was surprisingly slow, on the machine that I was using, but the machine was slow doind everythihng.
    You should have no problem. I think that you can do it from within Drive Management, too.

  3. #3
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Convert from FAT32 to NTFS

    WHy are you doing it in the console? What data is it on the HDD? Can't you just boot with your favorite Win CD and do it like that? Or use the Device manager in Win?

  4. #4

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Convert from FAT32 to NTFS

    I don't know how to do it, and my main concern is if there is any chance of the data on the disk is in any danger...


    Has someone helped you? Then you can Rate their helpful post.

  5. #5
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Convert from FAT32 to NTFS

    I would extremly recomend a backup if I where you.......but I am not sure thoug. Never tried it my self.

  6. #6
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Convert from FAT32 to NTFS

    Got you...


    If an automatic conversion fails at boot, look for details in Event Viewer in the application log under Winlogon. The application log will list the cause of the convert failure. If the conversion fails due to difficulty in converting files with strange file names, reissue the convert command using the /nametable switch and attempt automatic conversion. The system will consult the nametable created by convert during the automatic conversion.

  7. #7
    Frenzied Member <ABX's Avatar
    Join Date
    Jul 2002
    Location
    Canada eh...
    Posts
    1,622

    Re: Convert from FAT32 to NTFS

    Like any kind of major file operation... the is a risk. it would probably screw the partition (and all the data) over if there was a power failure.

    I did use that exact same command on my first XP install and it worked fine, but the preformance was better when it was a complete reinstall.

    My Advice:

    Resize the current partition so that there is enough unallocated space to store all the data you want to keep. create a new partition on the unallocated space, format and the copy your data over. Then you can do a complete reinstall of windows or just do a convert c: /fs:ntfs on the system partition (if that is the one you are using). you will need partition magic or some other app that will allow you to resize a partition w/o losing data. but this process also has risks.
    Tips:
    • Google is your friend! Search before posting!
    • Name your thread appropriately... "I Need Help" doesn't cut it!
    • Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
    • Allways Include the Name and Line of the Exception (if one is occuring!)
    • If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)


    If you think I was helpful, rate my post
    IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous

  8. #8

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Convert from FAT32 to NTFS

    Well, I guess it isn't worth the risk. I'll go through everything and backup Thanks


    Has someone helped you? Then you can Rate their helpful post.

  9. #9
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Convert from FAT32 to NTFS

    if you have any problem, then the fiename would be in a table. if you have standard names, there won't be a problem. i guess it wouldn't hurt to play it safe, but I did it with no problem.

  10. #10
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Convert from FAT32 to NTFS

    If you have seen his Greek VB apps, then you know it is not safe...I don't understand a *quack* out of it..

  11. #11

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Convert from FAT32 to NTFS

    How do you mean "standard"? I have Greek filenames... Where would they be classified?

    Well NoteMe can't understand anything anyhow j/k


    Has someone helped you? Then you can Rate their helpful post.

  12. #12
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Convert from FAT32 to NTFS

    I think he is talking about those weird letters that you are using in Hellas and the file table in the OS...like we have ÆØÅ here...

  13. #13

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Convert from FAT32 to NTFS

    Quote Originally Posted by NoteMe
    I think he is talking about those weird letters that you are using in Hellas and the file table in the OS...like we have ÆØÅ here...
    Exactly... Would having our weird funky letters of the alphabet in a filename complicate things?


    Has someone helped you? Then you can Rate their helpful post.

  14. #14
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190

    Re: Convert from FAT32 to NTFS

    Might do. It does that sometimes for me. At least when I first started to burn CDs. I had an app caled "tre på rad", and when I burned it, it was called "tre p+ rad", and since the + sign is not alloed, I couldn't open the folder anymore. So it was lost.



    ØØ

  15. #15

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Convert from FAT32 to NTFS

    Quote Originally Posted by NoteMe
    Might do. It does that sometimes for me. At least when I first started to burn CDs. I had an app caled "tre på rad", and when I burned it, it was called "tre p+ rad", and since the + sign is not alloed, I couldn't open the folder anymore. So it was lost.



    ØØ
    Then I'm definatelly making backups!

    Thanks


    Has someone helped you? Then you can Rate their helpful post.

  16. #16
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Convert from FAT32 to NTFS

    I think it means errors in the FAT, not specific characters used in the filename. i did it without backup and had no problem. Just don't do it on a disk that is less than 400 MB. (as if they still exist)

  17. #17

    Thread Starter
    Super Moderator manavo11's Avatar
    Join Date
    Nov 2002
    Location
    Around the corner from si_the_geek
    Posts
    7,171

    Re: Convert from FAT32 to NTFS

    Quote Originally Posted by dglienna
    I think it means errors in the FAT, not specific characters used in the filename. i did it without backup and had no problem. Just don't do it on a disk that is less than 400 MB. (as if they still exist)
    I think I'll back up anyway... Better safe than sorry like my mommy always says


    Has someone helped you? Then you can Rate their helpful post.

  18. #18
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Convert from FAT32 to NTFS

    Let us know how it goes, after you back it up.

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