|
anyhow
初级用户
 
积分 389
发帖 87
注册 2003-5-8
状态 离线
|
『楼 主』:
[推荐]关于NTFS分区与FAT分区的10个精彩问答
使用 LLM 解释/回答一下
1、什么是NTFS-新(N)技术(T)文件(F)系统(S)?
想要了解NTFS,我们首先应该认识一下FAT。FAT(File Allocation Table)是“文件分配表”的意思。对我们来说,它的意义在于对硬盘分区的管理。FAT16、FAT32、NTFS是目前最常见的三种文件系统。
FAT16:我们以前用的DOS、Windows 95都使用FAT16文件系统,现在常用的Windows 98/2000/XP等系统均支持FAT16文件系统。它最大可以管理大到2GB的分区,但每个分区最多只能有65525个簇(簇是磁盘空间的配置单位)。随着硬盘或分区容量的增大,每个簇所占的空间将越来越大,从而导致硬盘空间的浪费。
FAT32:随着大容量硬盘的出现,从Windows 98开始,FAT32开始流行。它是FAT16的增强版本,可以支持大到2TB(2048G的分区。FAT32使用的簇比FAT16小,从而有效地节约了硬盘空间。
NTFS:微软Windows NT内核的系列操作系统支持的、一个特别为网络和磁盘配额、文件加密等管理安全特性设计的磁盘格式。随着以NT为内核的Windows 2000/XP的普及,很多个人用户开始用到了NTFS。NTFS也是以簇为单位来存储数据文件,但NTFS中簇的大小并不依赖于磁盘或分区的大小。簇尺寸的缩小不但降低了磁盘空间的浪费,还减少了产生磁盘碎片的可能。NTFS支持文件加密管理功能,可为用户提供更高层次的安全保证。
2、什么系统可以支持NTFS文件系统?
只有Windows NT/2000/XP才能识别NTFS系统,Windows 9x/Me以及DOS等操作系统都不能支持、识别NTFS格式的磁盘。由于DOS系统不支持NTFS系统,所以最好不要将C:盘制作为NTFS系统,这样在系统崩溃后便于在DOS系统下修复。
NTFS与操作系统支持情况如下:
FAT16 windows 95/98/me/nt/2000/xp unix,linux,dos
FAT32 windows 95/98/me/2000/xp
NTFS windows nt/2000/xp
3、我们需要NTFS吗?
Windows 2000/XP在文件系统上是向下兼容的,它可以很好地支持FAT16/FAT32和NTFS,其中NTFS是Windows NT/2000/XP专用格式,它能更充分有效地利用磁盘空间、支持文件级压缩、具备更好的文件安全性。如果你只安装Windows 2000/XP,建议选择NTFS文件系统。如果多重引导系统,则系统盘(C盘)必须为FAT16或FAT32,否则不支持多重引导。当然,其他分区的文件系统可以为NTFS。
4、如何将FAT分区转换为NTFS?
Windows 2000/XP提供了分区格式转换工具“Convert.exe”。Convert.exe是Windows 2000附带的一个DOS命令行程序,通过这个工具可以直接在不破坏FAT文件系统的前提下,将FAT转换为NTFS。它的用法很简单,先在Windows 2000环境下切换到DOS命令行窗口,在提示符下键入:D:\>convert 需要转换的盘符 /FS:NTFS。如系统E盘原来为FAT16/32,现在 需要转换为NTFS,可使用如下格式:D:\>convert e: /FS:NTFS。所有的转换将在系统重新启动后完成。本人强烈推荐使用此法进行转换!同时建议只更改2000、XP所在的分区,其它分区最好不改。
此外,你还可以使用专门的转换工具,如著名的硬盘无损分区工具Powerquest Partition Magic 7.0,软件下载页面http://soft.km169.net/soft/html/196...中选择“Convert Partition”按钮,或者是从界面菜单条“Operations”项下拉菜单中选择“Convert”命令。激活该项功能界面。在界面中选择转换输出为“NTFS”,之后单击“OK”按钮返回程序主界面。单击界面右下角的“Apply”添加设置。此后系统会重新引导启动,并完成分区格式的转换操作。
--待续
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
|

*** 欢迎访问中国DOS联盟论坛 ***
*** 欢迎访问中国DOS联盟 ***
*** Let's share it better *** |
|
2003-5-9 00:00 |
|
|
anyhow
初级用户
 
积分 389
发帖 87
注册 2003-5-8
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
5、如何在NTFS格式分区下找回意外删除丢失的文件?
你可以使用专门的软件,如Final Data for NTFS,或者是Get Data Back for NTFS 1.04。这两个软件的文件恢复效果都不错。本人推荐使用数据恢复功能强大、速度快的Get Data Back for FAT 1.05/NTFS 1.04(是2个软件),下载地址http://download-tipp.de/cgi-bin/suc...奈募指椿乩础?/a>
6、如果Windows 2000/XP安装在C盘(NTFS格式),当Windows崩溃时在DOS状态下不能进入C盘,怎么办?
你可以使用Windows 2000/XP的安装光盘启动来修复Windows,或者是制作Windows 2000/XP的安装启动应急盘。注意:Windows 2000的安装盘制作程序在程序的安装光盘中,而Windows XP的应急盘制作是独立提供的,需要从微软的网站下载。
7、Final Data for NTFS或Get Data Back for NTFS可以修复被意外格式化的硬盘吗?
这两个软件都可以恢复格式化删除的数据(低级格式化除外)。常规格式化删除的只是数据信息,低级格式化则删除全部数据区,当硬盘技术还不像现在这样发达的时候,磁盘表面很容易磨损。硬盘使用者对经常出现的读错误,往往采用低级格式化。修复被格式化的硬盘,只能将这个硬盘拆下来,安装到其他的计算机中,之后执行文件修复操作。Final Data甚至可以修复由CIH病毒破坏的硬盘。
8、Windows 98(FAT系统)下如何直接读写NTFS文件系统?
当电脑安装有Windows 98和Windows 2000/XP两个操作系统,如何在FAT系统下直接读写NTFS文件系统?虽然FAT系统可以转换为NTFS系统,但是有时我们需要在机器中同时安装Windows 98和Windows 2000/XP。此时的麻烦就来了,由于Windows 98不能读取Windows 2000的NTFS,那么如何进行数据交换呢?实际上我们只需要使用一个小小的软件NTFS for Windows 98就可以让Windows 98轻松读取、甚至写入NTFS分区。首先,到该工具的下载网址http://down.hothost.com/list.asp?id=514下载NTFS for Windows 98 1.07版(能读、写!)。解压缩后,请把CR整个目录(里边有7个读取NTFS文件系统必须使用到Windows 2000/XP的系统文件,其它3个是注释文件)COPY到C盘(也可改名为NTFS_FILES,我是这样改的),安装结束后会出现一个配置界面,在该界面中的“NTFS System Files”项中需要设置的是程序可以借用的Windows 2000/XP系统的相关文件保存路径,你就选择刚才COPY到盘的CR目录即可,然后其它什么都不必去操作,到此设置完成,单击OK按钮保存设置并退出。重启后就可以在Windows 98下访问NTFS分区了!经过实际使用,证明安装此软件后,在NTFS分区上能读、写!
以上内容本人在WIN98SE+WINXP_PROCN+WINXP_PROEN及WINME+WINXP_PROCN+WINXP_PROEN上验证通过!(2台机)
下面的内容仅供参考,建议你不要实施,至少我是这样做的。
9、如何在DOS系统下直接读写NTFS文件系统?
Winternals Software LP 公司提供了工具软件解决了这个问题。用一张MS-DOS启动盘就可以作到以前不可能作到的事,修改,删除,更新 NTFS上的文件,实际 NTFSDOS pro 是在 Windows NT 出问题时的一个修复工具。下载页面http://soft.winzheng.com/searchengi...?张DOS盘即可。
10、在NTFS系统下,如何保护自己的文件、文件夹?
由于NTFS文件分区格式具有良好的安全性,如果你不希望自己在硬盘中的文件被其他人调用或查看,使用权限控制方式加密是非常有效的方法。设置方法非常简单:以系统管理员身份登录,使用鼠标右键单击需要加密的文件夹,选择“Properties”,切换到“Security”选项卡。在“Group of user names”项中设置允许访问的用户只有Administrator和自己。删除其他的所有用户。保存设置退出即可。此后,其他用户将不能访问该文件夹。使用这项功能需要注意的是:一定要保证只有你一个人知道Administrator密码,并且设置其他用户不能属于Administrator。此外,你还可以详细的给每个用户设置权限,包括设置读取权限、写入权限、删除权限等,这样使用起来就更加灵活。你还可以设置权限,控制一个磁盘,或者磁盘分区只为自己使用,这样其他人就不能看到你的任何东西了。
--全文完
5、How to retrieve accidentally deleted lost files on an NTFS formatted partition?
You can use specialized software, such as Final Data for NTFS, or Get Data Back for NTFS 1.04. Both software have good file recovery effects. I recommend Get Data Back for FAT 1.05/NTFS 1.04 (which are 2 software) with powerful data recovery and fast speed. The download address is http://download-tipp.de/cgi-bin/suc...奈募指椿乩础?/a>
6、If Windows 2000/XP is installed on drive C (NTFS format) and Windows crashes and you can't enter drive C in DOS state, what should you do?
You can use the Windows 2000/XP installation disc to boot to repair Windows, or make a Windows 2000/XP installation boot emergency disc. Note: The Windows 2000 installation disc making program is in the program installation disc, while the Windows XP emergency disc making is provided independently and needs to be downloaded from the Microsoft website.
7、Can Final Data for NTFS or Get Data Back for NTFS repair a hard drive that has been accidentally formatted?
Both of these software can recover data deleted by formatting (except low-level formatting). Regular formatting only deletes data information, while low-level formatting deletes the entire data area. When the hard drive technology was not as developed as it is now, the disk surface was easily worn. Hard drive users often used low-level formatting for frequent read errors. To repair a formatted hard drive, you can only remove this hard drive and install it in another computer, and then perform file repair operations. Final Data can even repair a hard drive damaged by the CIH virus.
8、How to directly read and write the NTFS file system under Windows 98 (FAT system)?
When the computer has Windows 98 and Windows 2000/XP operating systems installed, how to directly read and write the NTFS file system under the FAT system? Although the FAT system can be converted to the NTFS system, sometimes we need to install Windows 98 and Windows 2000/XP in the machine at the same time. The trouble then comes. Because Windows 98 cannot read the NTFS of Windows 2000, how to exchange data? In fact, we only need a small software NTFS for Windows 98 to let Windows 98 easily read and even write to the NTFS partition. First, go to the download URL of this tool http://down.hothost.com/list.asp?id=514 to download NTFS for Windows 98 version 1.07 (can read and write!). After decompression, please copy the entire CR directory (there are 7 system files of Windows 2000/XP that must be used to read the NTFS file system inside, and the other 3 are comment files) to drive C (you can also rename it to NTFS_FILES, which is what I did). After the installation is completed, a configuration interface will appear. In the "NTFS System Files" item in this interface, the relevant file save path of the Windows 2000/XP system that the program can borrow needs to be set. You just choose the CR directory that you just copied to the drive, and then you don't need to operate anything else. After that, the settings are completed. Click the OK button to save the settings and exit. After restarting, you can access the NTFS partition under Windows 98! After actual use, it is proved that after installing this software, you can read and write on the NTFS partition!
The above content has been verified on WIN98SE + WINXP_PROCN + WINXP_PROEN and WINME + WINXP_PROCN + WINXP_PROEN! (2 units)
The following content is for reference only. It is suggested that you do not implement it, at least that's what I do.
9、How to directly read and write the NTFS file system under the DOS system?
The Winternals Software LP company provides a tool software to solve this problem. With a MS-DOS boot disc, you can do what was previously impossible, modify, delete, and update files on NTFS. Actually, NTFSDOS pro is a repair tool when Windows NT has problems. The download page is http://soft.winzheng.com/searchengi...?A DOS disc is enough.
10、How to protect your own files and folders under the NTFS system?
Because the NTFS file partition format has good security. If you don't want your files in the hard drive to be called or viewed by others, using the permission control method to encrypt is a very effective method. The setting method is very simple: log in as the system administrator, right-click the folder that needs to be encrypted, select "Properties", and switch to the "Security" tab. In the "Group of user names" item, set the only users allowed to access to Administrator and yourself. Delete all other users. Save the settings and exit. After that, other users will not be able to access this folder. When using this function, you need to pay attention: be sure to ensure that only you know the Administrator password, and set other users not to belong to Administrator. In addition, you can also set permissions for each user in detail, including setting read permissions, write permissions, delete permissions, etc., so that it is more flexible to use. You can also set permissions to control a disk or disk partition to be used only by yourself, so that others can't see anything of yours.
--End of full text
|

*** 欢迎访问中国DOS联盟论坛 ***
*** 欢迎访问中国DOS联盟 ***
*** Let's share it better *** |
|
2003-5-9 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
|
2003-5-10 00:00 |
|
|
沈洁
金牌会员
      小飞侠
积分 4590
发帖 1812
注册 2003-4-2 来自 上海市
状态 离线
|
|
2003-6-1 00:00 |
|
|
zhisha
初级用户
 
积分 125
发帖 9
注册 2003-6-2
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
知道了好多!谢谢版主!
Got it's good to know a lot! Thanks, moderator!
|
|
2003-6-2 00:00 |
|
|
lwj0718
初级用户
 
积分 167
发帖 18
注册 2003-6-16
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
辛苦了,版主!!!!!!!!
You've worked hard, moderator!!!!!!!!
|
|
2003-6-27 00:00 |
|
|
93216
初级用户
 
积分 109
发帖 2
注册 2003-8-10
状态 离线
|
|
2003-8-10 00:00 |
|
|
laussp3
初级用户
 
积分 130
发帖 10
注册 2003-9-3
状态 离线
|
|
2003-9-8 00:00 |
|
|
LanE
银牌会员
    
积分 1833
发帖 648
注册 2002-11-8
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
2、什么系统可以支持NTFS文件系统?
只有Windows NT/2000/XP才能识别NTFS系统,Windows 9x/Me以及DOS等操作系统都不能支持、识别NTFS格式的磁盘。由于DOS系统不支持NTFS系统,所以最好不要将C:盘制作为NTFS系统,这样在系统崩溃后便于在DOS系统下修复。
NTFS与操作系统支持情况如下:
FAT16 windows 95/98/me/nt/2000/xp unix,linux,dos
FAT32 windows 95/98/me/2000/xp
NTFS windows nt/2000/xp
linux也支持fat32的,有些linux支持ntfs的。
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 - formatted disk. Since the DOS system does not support the NTFS system, it is best not to format the C: drive as NTFS, which is convenient for repairing 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
Linux also supports FAT32, and some Linux systems support NTFS.
|
|
2003-9-8 00:00 |
|
|
allinone
初级用户
 
积分 168
发帖 24
注册 2003-6-26
状态 离线
|
|
2003-9-10 00:00 |
|
|