|
lanshui2002
新手上路

积分 16
发帖 6
注册 2006-4-11
状态 离线
|
『楼 主』:
[求助]有哪个英雄会做可识别NTFS的U盘启动盘
使用 LLM 解释/回答一下
有哪个英雄制作成功过?可以不可以把制作步骤详细的和我说明一下?谢谢了
Which hero has successfully made it? Can you explain the production steps in detail for me? Thanks.
|
|
2006-4-11 13:18 |
|
|
lanshui2002
新手上路

积分 16
发帖 6
注册 2006-4-11
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
试了好多次了,就是不成功啊,郁闷
QQ16613368在线等
Tried many times, but it just doesn't work.郁闷
QQ16613368 waiting online
|
|
2006-4-11 14:17 |
|
|
xuantian
高级用户
   
积分 587
发帖 282
注册 2006-4-10
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
把优盘搞成NTFS格式?
没事找事!
Format the USB drive to NTFS? That's just asking for trouble!
|
|
2006-4-11 15:17 |
|
|
lanshui2002
新手上路

积分 16
发帖 6
注册 2006-4-11
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
是识别NTFS格式的启动盘,不是把U盘本身搞成NTFS好不好
It is to identify the bootable disk in NTFS format, not to make the USB flash drive itself NTFS.
|
|
2006-4-12 12:05 |
|
|
hxj
中级用户
  
积分 377
发帖 66
注册 2005-4-4
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
启动时加载NTFSPRO不就行了!
@echo off
lh smartdrv
tw /np>nul
NTFSPRO /n:936>nul
(U盘中要有以下5个文件:ntfspro.exe、ntoskrnl.gz、ntfs.gz、license.bin、c_936.nls)
以上支持中文,如内存不足,取消tw /np>nul ,还不足,取消lh smartdrv
加载Paragon DOS IFS Driver也能行!
Last edited by hxj on 2006-4-12 at 12:38 ]
Just load NTFSPRO at startup!
@echo off
lh smartdrv
tw /np>nul
NTFSPRO /n:936>nul
(The following 5 files should be in the USB flash drive: ntfspro.exe, ntoskrnl.gz, ntfs.gz, license.bin, c_936.nls)
The above supports Chinese. If there is not enough memory, remove tw /np>nul. If still not enough, remove lh smartdrv.
Loading Paragon DOS IFS Driver can also work!
Last edited by hxj on 2006-4-12 at 12:38 ]
|
|
2006-4-12 12:27 |
|
|
fujianabc
金牌会员
     
积分 3467
发帖 1616
注册 2004-6-21
状态 离线
|
|
2006-4-12 13:49 |
|
|
lanshui2002
新手上路

积分 16
发帖 6
注册 2006-4-11
状态 离线
|
|
2006-4-12 14:04 |
|
|
lanshui2002
新手上路

积分 16
发帖 6
注册 2006-4-11
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
@echo off
lh smartdrv
tw /np>nul
NTFSPRO /n:936>nul
这个是要放在哪里的???谁知道那
@echo off
lh smartdrv
tw /np>nul
NTFSPRO /n:936>nul
Where should this be placed??? Does anyone know?
|
|
2006-4-12 14:56 |
|
|
xuantian
高级用户
   
积分 587
发帖 282
注册 2006-4-10
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
晕,连放哪里都不知道,还能写批处理吗?
Oh, even don't know where to put it, can still write batch scripts?
|
|
2006-4-12 16:15 |
|
|
hxj
中级用户
  
积分 377
发帖 66
注册 2005-4-4
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
楼主:
我给的是要写到你启动盘中的autoexec.bat中的,请你先找到NTFSPRO软件,从中得到我提到的5个文件(其中936.cpi原版不能用,要用修正版的),放到你的启动U盘中,再把U盘中的启动批处理文件加上我写给你的内容。如需要还要在U盘中放入TW.EXE(中文显示用)、smartdrv.exe(DOS下磁盘加速读写用)
6楼:
omnifs没用过,听说是要用其中的命令时才加载,用完就卸载了,不但速度可能会受影响,而且我要用其它程序(比如DOS杀毒)时怎样才能使用omnifs?
能否像NTFSPRO和Paragon DOS IFS Driver一样加载后就能一直能对硬盘所有盘(包括NTFS)随意读写操作?对中文目录能写操作吗?
Last edited by hxj on 2006-4-13 at 02:24 ]
Poster:
What I provided is to be written into the autoexec.bat in your boot disk. Please first find the NTFSPRO software, obtain the 5 files I mentioned from it (among which the original 936.cpi is not usable, and you should use the corrected version), place them in your boot USB flash drive, and then add the content I wrote to the boot batch file in the USB flash drive. If needed, also place TW.EXE (for Chinese display) and smartdrv.exe (for disk acceleration and reading/writing under DOS) in the USB flash drive.
6th floor:
I haven't used omnifs. I heard that it is only loaded when using its commands, and then unloaded after use. Not only may the speed be affected, but also how can I use omnifs when I need to use other programs (such as DOS antivirus)? Can it, like NTFSPRO and Paragon DOS IFS Driver, be loaded to be able to randomly read and write all hard disk partitions (including NTFS) all the time? Can it perform write operations on Chinese directories?
Last edited by hxj on 2006-4-13 at 02:24 ]
|
|
2006-4-13 02:11 |
|
|
fujianabc
金牌会员
     
积分 3467
发帖 1616
注册 2004-6-21
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
omnifs不挂载盘符,读写操作全部用omnifs.exe的子命令(如copy/ren/md/cd等命令)来完成操作,如进行大量读写时omnifs的速度比其它都快(它和ghost.exe用的是一个核心),如要用omnifs.exe处理大量文件时,可以用批处理来进行,这样omnifs只需加载一次。
到目前为止,唯一能在dos下读写中文文件名目录和文件的只有omnifs。
omnifs does not mount a drive letter, and all read and write operations are completed using subcommands of omnifs.exe (such as copy/ren/md/cd and other commands). For example, when performing a large number of read and write operations, the speed of omnifs is faster than others (it uses the same core as ghost.exe). If you need to use omnifs.exe to handle a large number of files, you can use batch processing, so that omnifs only needs to be loaded once.
So far, the only one that can read and write Chinese file names, directories and files under DOS is omnifs.
|
|
2006-4-13 10:55 |
|
|
hxj
中级用户
  
积分 377
发帖 66
注册 2005-4-4
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
感谢楼上的答复!
如此看来omnifs的作用ntfspro和Paragon DOS IFS Driver还是不大一样的,omnifs在DOS下读写NTFS虽好,但像我提到的要在DOS下用到其它程序命令的DOS杀毒,就不能用omnifs了。
Thanks for the reply from the person above!
It seems that the role of omnifs is still quite different from ntfspro and Paragon DOS IFS Driver. Although omnifs can read and write NTFS under DOS well, for the DOS antivirus that needs to use other program commands under DOS as I mentioned, omnifs cannot be used.
|
|
2006-4-13 16:31 |
|
|
hxj
中级用户
  
积分 377
发帖 66
注册 2005-4-4
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
楼主要的c_936.nls文件附上,找不到ntoskrnl.gz、ntfs.gz文件用ntoskrnl.exe、ntfs.exe也行(前者可节省空间)
Last edited by hxj on 2006-4-13 at 16:42 ]
The c_936.nls file required by the LZ owner is attached. If you can't find the ntoskrnl.gz and ntfs.gz files, you can also use ntoskrnl.exe and ntfs.exe (the former can save space)
Last edited by hxj on 2006-4-13 at 16:42 ]
附件
1: C_936.rar (2006-4-13 16:42, 65.69 KiB, 下载附件所需积分 1 点
,下载次数: 53)
|
|
2006-4-13 16:40 |
|
|
jswxcy
新手上路

积分 16
发帖 8
注册 2007-2-14
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
用了以后感觉没什么用啊~
It feels like it doesn't work well after using it~
|
|
2007-10-24 21:59 |
|
|
sarryfu
新手上路

积分 16
发帖 8
注册 2007-11-10
状态 离线
|
『第 15 楼』:
我也很想要这个功能,可以说是对很多人都有用
使用 LLM 解释/回答一下
我也很想要这个功能,可以说是对很多人都有用,但目前没有一个好的DOS下操作NTFS的软件
I also very much want this function, which can be said to be useful to many people, but currently there is no good software for operating NTFS under DOS
|
|
2007-11-11 12:32 |
|