(求助)NTFS格式

  • 主题发起人 主题发起人 robot
  • 开始时间 开始时间

robot

新手上路
注册
2002-07-11
消息
117
荣誉分数
0
声望点数
0
WIN2000系统,4个FAT32分区,想把其中一个改成NTFS格式,但不伤及系统和其他分区,能不能实现?如何做呢?:confused: 谢谢!
 
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.

摘自:
http://www.ntfs.com/quest3.htm
 
后退
顶部