|
xiaoguiping2003
初级用户
 
积分 67
发帖 32
注册 2007-1-16
状态 离线
|
『楼 主』:
NTFS4DOS.EXE文件固定于启动盘中
使用 LLM 解释/回答一下
NTFS4DOS.EXE作为NTFS格式读写的工具,我是先将该文件存放在FAT32格式的逻辑盘符(D盘)下,然后再用支持该文件的启动盘去读取它,以达到读写NTFS格式文件的目的.
可不可以将这一过程简化,将这一文件直接放在启动盘里,这样,一启动就可以在启动盘符下读这一文件.
NTFS4DOS.EXE is a tool for reading and writing NTFS formatted files. I first store this file in a logical drive letter (drive D) in FAT32 format, and then use a boot disk that supports this file to read it, so as to achieve the purpose of reading and writing NTFS formatted files. Can this process be simplified, and directly place this file in the boot disk, so that it can read this file in the boot drive letter as soon as it starts?
|
|
2007-1-21 12:17 |
|
|
xiaoguiping2003
初级用户
 
积分 67
发帖 32
注册 2007-1-16
状态 离线
|
『第 2 楼』:
学习中
使用 LLM 解释/回答一下
在启动盘"GRUBDISK"的说明文件READ.ME中,说明啦有"NTFS4DOS.EXE"文件在该启动盘外部命令文件表中,但启动后,用dir命令,没有看到,用dir/as命令也没有看到.这是怎么回事? 继续摸索
In the README file of the boot disk "GRUBDISK", it is stated that the "NTFS4DOS.EXE" file is in the external command file list of this boot disk. But after booting, when using the dir command, it is not seen, and neither is it seen when using the dir /as command. What's going on? Keep exploring
|
|
2007-1-25 09:00 |
|
|
xiaoguiping2003
初级用户
 
积分 67
发帖 32
注册 2007-1-16
状态 离线
|
『第 3 楼』:
解决啦
使用 LLM 解释/回答一下
用启动盘"GRUBDISK"外部命令文件表中的"NTFS.EXE"就可以啦
You can use the "NTFS.EXE" in the external command file table of the boot disk "GRUBDISK".
|
|
2007-1-25 21:25 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
不太明白这个帖子的意思,ntfs4dos.exe不就是一个普通的DOS外部命令嘛,直接放到任何一张DOS启动盘里应该都可以运行的。
当然,我很少使用它,不了解它放到启动盘上启动有什么限制。
I don't quite understand the meaning of this post. ntfs4dos.exe is just an ordinary DOS external command. It should be able to run directly on any DOS boot disk.
Of course, I rarely use it, and I don't know what restrictions there are when putting it on the boot disk to start.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2007-1-26 07:34 |
|
|
xiaoguiping2003
初级用户
 
积分 67
发帖 32
注册 2007-1-16
状态 离线
|
『第 5 楼』:
不知道为什么
使用 LLM 解释/回答一下
我用U盘启动盘(只有那三个基本文件)试过,这外部命令不能运行.用其他的下载的启动盘,有些可以,有些不行.其实,NTFS格式下的读写,以我的经验,IFS应该是最好的.
I used a USB drive boot disk (with only those three basic files) to test, and this external command cannot run. With other downloaded boot disks, some can and some can't. Actually, in terms of reading and writing under NTFS format, in my experience, IFS should be the best.
|
|
2007-1-28 05:04 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
不能运行的错误提示是什么?是不是内存不够用?如果是,请在config.sys中加载himem.sys。
What is the error message that cannot run? Is it because there is not enough memory? If so, load himem.sys in config.sys.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2007-1-30 02:20 |
|
|
xiaoguiping2003
初级用户
 
积分 67
发帖 32
注册 2007-1-16
状态 离线
|
『第 7 楼』:
错误提示
使用 LLM 解释/回答一下
看起来很正常 先是"DO YOU USE THE VERSION OF NTFS4DOS ON PRIVITE COMPUTER ONLY"(Y/N) 输入:"Y" 后,有"G: DISK1 VOLUMEL 8037MB WINDOWS NT NTFS"的提示.但是,当我再在光标后输入G:后,则是"INVALID DRIVE SPECIFICATION",换成其他的如H: I: 等,也是这个提示,根本没办法进NTFS格式的C盘.
It looks normal. First, there is "DO YOU USE THE VERSION OF NTFS4DOS ON PRIVITE COMPUTER ONLY" (Y/N). After entering "Y", there is a prompt of "G: DISK1 VOLUMEL 8037MB WINDOWS NT NTFS". But when I then enter G: after the cursor, it is "INVALID DRIVE SPECIFICATION". Changing to other ones like H: I: etc., also gets this prompt, and I can't enter the NTFS - formatted C drive at all.
|
|
2007-1-30 10:56 |
|
|
renrenlove
初级用户
 
积分 32
发帖 15
注册 2007-2-7
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
不能运行的错误提示是:
HARD DRIVE PARTITIONS NOT FOUND BY XP_SHELL
望指点,先谢为盼!
Last edited by renrenlove on 2007-2-6 at 12:13 PM ]
The error message that cannot run is:
HARD DRIVE PARTITIONS NOT FOUND BY XP_SHELL
Hope to get your guidance, thanks in advance!
Last edited by renrenlove on 2007-2-6 at 12:13 PM ]
|
|
2007-2-7 01:11 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
我怀疑这个问题可能跟ntfs4dos在运行的时候需要写磁盘有关。由于我本人几乎没有用过这个程序,所以无法帮你判断。你可以自己试一下:
1、将软盘上的ntfs4dos.exe复制到硬盘上运行,看能否成功。
2、在启动软盘上加入建立RamDisk的功能,然后将ntfs4dos.exe复制到内存盘上运行。
一切等反馈来决定后续操作。
I suspect this problem may be related to the fact that ntfs4dos needs to write to the disk when running. Since I have hardly used this program myself, I can't help you judge. You can try it yourself:
1. Copy ntfs4dos.exe from the floppy disk to the hard disk and run it to see if it can succeed.
2. Add the function of creating a RamDisk on the boot floppy, and then copy ntfs4dos.exe to the memory disk and run it.
Everything depends on the feedback to decide the subsequent operations.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2007-2-7 06:07 |
|
|
0451lym
高级用户
   
积分 760
发帖 357
注册 2005-10-10
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
建议用IFS,这个有好多版本,只有一个版本好用就是有850\866文件的那个
It is suggested to use IFS. There are many versions of it. Only one version works well, which is the one with the 850\866 files.
|
|
2007-2-7 06:10 |
|
|
258110125
新手上路

积分 6
发帖 3
注册 2007-1-31
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
今天又长见识了呀,真是好!!!
Today I've gained new knowledge again, really great!!!
|
|
2007-2-7 07:13 |
|
|
renrenlove
初级用户
 
积分 32
发帖 15
注册 2007-2-7
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
先谢谢各位的热心帮助!
说明下,是做U盘启动盘.
1.有将ntfs4dos.exe载入到RamDisk再执行,无效!(同样的提示)
2.在启动软盘上选boot Dos 7.10 (win98se) Only启动后加载ntfs4dos.exe成功!
因此困惑!
正在测试IFS,(有850\866文件的那个)
也试下将ntfs4dos.exe复制到硬盘上运行,看能否成功。
Last edited by renrenlove on 2007-2-6 at 09:56 PM ]
First, thank you all for your enthusiastic help!
Just to explain, it's about making a USB drive bootable.
1. Loading ntfs4dos.exe into RamDisk and then executing it is ineffective! (Same prompt)
2. After selecting boot Dos 7.10 (win98se) Only on the boot floppy and then loading ntfs4dos.exe successfully!
Therefore, it's confusing!
Currently testing IFS, (the one with 850\866 files)
Also try copying ntfs4dos.exe to the hard drive and running it to see if it can succeed.
Last edited by renrenlove on 2007-2-6 at 09:56 PM ]
|
|
2007-2-7 10:51 |
|
|
renrenlove
初级用户
 
积分 32
发帖 15
注册 2007-2-7
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
如上测试都不成功!
再,用IFS后,提示LFN已加载!
为什么在软盘启动上选boot Dos 7.10 (win98se) Only启动后加载ntfs4dos.exe能成功?缺什么呢?
还望指点,谢谢!
|
|
2007-2-7 12:10 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
这么说跟放不放到软盘上没有关系,而是跟不同的启动盘的配置有关,这可能是因为别的启动盘加载了跟ntfs4dos冲突的程序,或者没有加载ntfs4dos需要的程序。
研究一下对应启动盘的config.sys和autoexec.bat,应该能够找到原因。
So it has nothing to do with whether it's put on a floppy disk or not, but rather with the configuration of different boot disks. This might be because another boot disk loaded a program that conflicts with ntfs4dos, or didn't load a program that ntfs4dos needs. Study the config.sys and autoexec.bat of the corresponding boot disk, and you should be able to find the reason.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2007-2-7 21:32 |
|
|
renrenlove
初级用户
 
积分 32
发帖 15
注册 2007-2-7
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
与对应启动盘的config.sys和autoexec.bat一样,启动过程基本一样,不同的在U盘上将A:\(盘)改为C:\(盘),所以动作也一样的完成,创建XMSDSK也成功,大小一样,在默认盘(U盘)上创建TEMP文件夹也成功,而且没有加载光驱,根据ntfs4dos的帮助,执行ntfs4dos /r20,就由ntfs4dos创建了20MB的Ramdisk.提示ntfs4dos已经运行,但没有象在软盘上执行的那个样.
继续盼望指点!
Similar to the config.sys and autoexec.bat of the corresponding boot disk, the boot process is basically the same. The difference is that on the USB flash drive, change A:\ (drive) to C:\ (drive), so the action is completed in the same way. Creating XMSDSK is also successful, with the same size. Creating the TEMP folder on the default drive (USB flash drive) is also successful, and there is no CD-ROM loaded. According to the help of ntfs4dos, executing ntfs4dos /r20 creates a 20MB Ramdisk by ntfs4dos. It prompts that ntfs4dos has run, but not like the one executed on the floppy disk.
Continuing to look forward to guidance!
|
|
2007-2-8 00:45 |
|