分区问题
请问各位高手,我的计算机分区从FAT32到NTFS的转换报错,出现“编号2003 文件大小与文件FAT分配不匹配的问题”什么意思啊,我用的PATATIONMAGICK工具软件??? 问题点数:0、回复次数:3Top
1 楼aassdd(梦幻生)回复于 2003-12-04 00:00:56 得分 0
文件分配表出错了。用PQ之前一定要检查和整理硬盘。
试试,整理完再用PQTop
2 楼kbkingbird(丁翊)回复于 2003-12-04 00:18:06 得分 0
强烈建议fat32转ntfs时用windows自带的convert命令~~
Converts FAT volumes to NTFS.
CONVERT volume /FS:NTFS [/V] [/CvtArea:filename] [/NoSecurity] [/X]
volume Specifies the drive letter (followed by a colon),
mount point, or volume name.
/FS:NTFS Specifies that the volume is to be converted to NTFS.
/V Specifies that Convert should be run in verbose mode.
/CvtArea:filename
Specifies a contiguous file in the root directory to be
the place holder for NTFS system files.
/NoSecurity Specifies the converted files and directories security
settings to be accessible by everyone.
/X Forces the volume to dismount first if necessary.
All opened handles to the volume would then be invalid.Top
3 楼zhiqiu(http://www.bsdlover.cn(找兼职,谁有需求?))回复于 2003-12-04 07:50:18 得分 0
还是用自带的convert命令比较安全Top




