1、What is NTFS - New (N) Technology (T) File (F) System (S)?
To understand NTFS, we should first get to know FAT. FAT (File Allocation Table) means "File Allocation Table". For us, its significance lies in the management of hard disk partitions. FAT16, FAT32, and NTFS are currently the three most common file systems.
FAT16: The DOS and Windows 95 we used before both used the FAT16 file system, and the commonly used systems such as Windows 98/2000/XP all support the FAT16 file system. It can manage partitions as large as 2GB at most, but each partition can have at most 65525 clusters (a cluster is a configuration unit of disk space). As the capacity of the hard disk or partition increases, the space occupied by each cluster will become larger and larger, thus leading to the waste of hard disk space.
FAT32: With the emergence of large-capacity hard disks, FAT32 has become popular since Windows 98. It is an enhanced version of FAT16 and can support partitions as large as 2TB (2048G). FAT32 uses smaller clusters than FAT16, thus effectively saving hard disk space.
NTFS: The disk format supported by the series of operating systems with the Windows NT kernel, which is specially designed for management security features such as network and disk quotas, file encryption, etc. With the popularity of Windows 2000/XP with the NT kernel, many personal users have started to use NTFS. NTFS also stores data files in units of clusters, but the cluster size in NTFS does not depend on the size of the disk or partition. The reduction in cluster size not only reduces the waste of disk space but also reduces the possibility of generating disk fragments. NTFS supports file encryption management functions and can provide users with a higher level of security guarantee.
2、What systems can support the NTFS file system?
Only Windows NT/2000/XP can recognize the NTFS system. Operating systems such as Windows 9x/Me and DOS cannot support or recognize the NTFS format disk. Since the DOS system does not support the NTFS system, it is best not to format the C: drive as the NTFS system, so that it is convenient to repair under the DOS system after the system crashes.
The support situation of NTFS and operating systems is as follows:
FAT16 windows 95/98/me/nt/2000/xp unix, linux, dos
FAT32 windows 95/98/me/2000/xp
NTFS windows nt/2000/xp
3、Do we need NTFS?
Windows 2000/XP is downward compatible in terms of the file system. It can well support FAT16/FAT32 and NTFS. Among them, NTFS is a special format for Windows NT/2000/XP. It can make more full and effective use of disk space, support file-level compression, and have better file security. If you only install Windows 2000/XP, it is recommended to choose the NTFS file system. If it is a multi-boot system, the system drive (C drive) must be FAT16 or FAT32, otherwise multi-boot is not supported. Of course, the file systems of other partitions can be NTFS.
4、How to convert a FAT partition to NTFS?
Windows 2000/XP provides a partition format conversion tool "Convert.exe". Convert.exe is a DOS command-line program附带 with Windows 2000. Through this tool, FAT can be directly converted to NTFS without destroying the FAT file system. Its usage is very simple. First, switch to the DOS command-line window under the Windows 2000 environment, and type at the prompt: D:\>convert the drive letter to be converted /FS:NTFS. If the original E drive is FAT16/32 and now needs to be converted to NTFS, the following format can be used: D:\>convert e: /FS:NTFS. All conversions will be completed after the system restarts. I strongly recommend using this method for conversion! It is also recommended to only change the partition where 2000 and XP are located, and it is best not to change other partitions.
In addition, you can also use a special conversion tool, such as the famous hard disk无损 partition tool Powerquest Partition Magic 7.0. In the software download page http://soft.km169.net/soft/html/196..., select the "Convert Partition" button, or select the "Convert" command from the drop-down menu of the "Operations" item in the interface menu bar. Activate this function interface. Select to convert the output to "NTFS" in the interface, and then click the "OK" button to return to the program main interface. Click the "Apply" at the lower right corner of the interface to add the settings. Then the system will reboot and complete the conversion operation of the partition format.
--To be continued
To understand NTFS, we should first get to know FAT. FAT (File Allocation Table) means "File Allocation Table". For us, its significance lies in the management of hard disk partitions. FAT16, FAT32, and NTFS are currently the three most common file systems.
FAT16: The DOS and Windows 95 we used before both used the FAT16 file system, and the commonly used systems such as Windows 98/2000/XP all support the FAT16 file system. It can manage partitions as large as 2GB at most, but each partition can have at most 65525 clusters (a cluster is a configuration unit of disk space). As the capacity of the hard disk or partition increases, the space occupied by each cluster will become larger and larger, thus leading to the waste of hard disk space.
FAT32: With the emergence of large-capacity hard disks, FAT32 has become popular since Windows 98. It is an enhanced version of FAT16 and can support partitions as large as 2TB (2048G). FAT32 uses smaller clusters than FAT16, thus effectively saving hard disk space.
NTFS: The disk format supported by the series of operating systems with the Windows NT kernel, which is specially designed for management security features such as network and disk quotas, file encryption, etc. With the popularity of Windows 2000/XP with the NT kernel, many personal users have started to use NTFS. NTFS also stores data files in units of clusters, but the cluster size in NTFS does not depend on the size of the disk or partition. The reduction in cluster size not only reduces the waste of disk space but also reduces the possibility of generating disk fragments. NTFS supports file encryption management functions and can provide users with a higher level of security guarantee.
2、What systems can support the NTFS file system?
Only Windows NT/2000/XP can recognize the NTFS system. Operating systems such as Windows 9x/Me and DOS cannot support or recognize the NTFS format disk. Since the DOS system does not support the NTFS system, it is best not to format the C: drive as the NTFS system, so that it is convenient to repair under the DOS system after the system crashes.
The support situation of NTFS and operating systems is as follows:
FAT16 windows 95/98/me/nt/2000/xp unix, linux, dos
FAT32 windows 95/98/me/2000/xp
NTFS windows nt/2000/xp
3、Do we need NTFS?
Windows 2000/XP is downward compatible in terms of the file system. It can well support FAT16/FAT32 and NTFS. Among them, NTFS is a special format for Windows NT/2000/XP. It can make more full and effective use of disk space, support file-level compression, and have better file security. If you only install Windows 2000/XP, it is recommended to choose the NTFS file system. If it is a multi-boot system, the system drive (C drive) must be FAT16 or FAT32, otherwise multi-boot is not supported. Of course, the file systems of other partitions can be NTFS.
4、How to convert a FAT partition to NTFS?
Windows 2000/XP provides a partition format conversion tool "Convert.exe". Convert.exe is a DOS command-line program附带 with Windows 2000. Through this tool, FAT can be directly converted to NTFS without destroying the FAT file system. Its usage is very simple. First, switch to the DOS command-line window under the Windows 2000 environment, and type at the prompt: D:\>convert the drive letter to be converted /FS:NTFS. If the original E drive is FAT16/32 and now needs to be converted to NTFS, the following format can be used: D:\>convert e: /FS:NTFS. All conversions will be completed after the system restarts. I strongly recommend using this method for conversion! It is also recommended to only change the partition where 2000 and XP are located, and it is best not to change other partitions.
In addition, you can also use a special conversion tool, such as the famous hard disk无损 partition tool Powerquest Partition Magic 7.0. In the software download page http://soft.km169.net/soft/html/196..., select the "Convert Partition" button, or select the "Convert" command from the drop-down menu of the "Operations" item in the interface menu bar. Activate this function interface. Select to convert the output to "NTFS" in the interface, and then click the "OK" button to return to the program main interface. Click the "Apply" at the lower right corner of the interface to add the settings. Then the system will reboot and complete the conversion operation of the partition format.
--To be continued
*** 欢迎访问中国DOS联盟论坛 ***
*** 欢迎访问中国DOS联盟 ***
*** Let's share it better ***
*** 欢迎访问中国DOS联盟 ***
*** Let's share it better ***

DigestI





