無無聊聊上網找到的,詳細情況就不多說了,我已經測試過是可行的。 以下是英文原文
Convert FAT to NTFS Q: Is it possible to convert a FAT32 Hard Drive to NTFS without losing all data on the drive? I like to change from FAT32 to NTFS, my operating system is Windows XP PRO, how can I do that? Without the lost of my programs? A: Standard Windows utility that is called CONVERT serves this purpose Just go to the Command Prompt and execute the command: 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. 我自己再說說吧: 不一定要是PRO, home都可以。 1st 開始→程式集→附屬應用程式→命令提示字元(英文版就是Command Prompt) 2nd 打「convert c: /fs:ntfs」,之後會問你c:的現在的name,打回就可以了。 3rd 應該會說無法轉換,再按了Y之後都不可以,之後會問題要不要在下次開機時轉換,選是。 LAST 就是重新開機,之後就自動開始工作,完成後會再次重新開機。 [ Last edited by 莫邪 on 2005-10-30 at 06:21 PM ] |