China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-08-15 10:38
中国DOS联盟论坛 » DOS疑难解答 & 问题讨论 (解答室) » [Help]Is there any hero who can make a U disk boot disk that can recognize NTFS View 8,238 Replies 17
Original Poster Posted 2006-04-11 13:18 ·  中国 浙江 宁波 联通
新手上路
Credits 16
Posts 6
Joined 2006-04-11 10:52
20-year member
UID 53655
Gender Male
Status Offline
Which hero has successfully made it? Can you explain the production steps in detail for me? Thanks.
Floor 2 Posted 2006-04-11 14:17 ·  中国 浙江 宁波 联通
新手上路
Credits 16
Posts 6
Joined 2006-04-11 10:52
20-year member
UID 53655
Gender Male
Status Offline
Tried many times, but it just doesn't work.郁闷
QQ16613368 waiting online
Floor 3 Posted 2006-04-11 15:17 ·  中国 四川 绵阳 电信
高级用户
★★
Credits 587
Posts 282
Joined 2006-04-10 03:40
20-year member
UID 53599
Gender Male
Status Offline
Format the USB drive to NTFS? That's just asking for trouble!
Floor 4 Posted 2006-04-12 12:05 ·  中国 浙江 宁波 联通
新手上路
Credits 16
Posts 6
Joined 2006-04-11 10:52
20-year member
UID 53655
Gender Male
Status Offline
It is to identify the bootable disk in NTFS format, not to make the USB flash drive itself NTFS.
Floor 5 Posted 2006-04-12 12:27 ·  中国 上海 东方有线
中级用户
★★
Credits 377
Posts 66
Joined 2005-04-04 00:00
21-year member
UID 37817
Gender Male
Status Offline
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 ]
Floor 6 Posted 2006-04-12 13:49 ·  中国 广东 佛山 电信
金牌会员
★★★★
Credits 3,467
Posts 1,616
Joined 2004-06-21 00:00
22-year member
UID 27148
Status Offline
Other tools may not succeed, but ghost's omnifs.exe can definitely read and write to NTFS USB drives:

See here:
http://www.cn-dos.net/forum/viewthread.php?tid=16645&fpage=1&highlight=omnifs
Floor 7 Posted 2006-04-12 14:04 ·  中国 浙江 宁波 联通
新手上路
Credits 16
Posts 6
Joined 2006-04-11 10:52
20-year member
UID 53655
Gender Male
Status Offline
Good brother, I'll try first
Floor 8 Posted 2006-04-12 14:56 ·  中国 浙江 宁波 联通
新手上路
Credits 16
Posts 6
Joined 2006-04-11 10:52
20-year member
UID 53655
Gender Male
Status Offline
@echo off
lh smartdrv
tw /np>nul
NTFSPRO /n:936>nul
Where should this be placed??? Does anyone know?
Floor 9 Posted 2006-04-12 16:15 ·  中国 四川 绵阳 电信
高级用户
★★
Credits 587
Posts 282
Joined 2006-04-10 03:40
20-year member
UID 53599
Gender Male
Status Offline
Oh, even don't know where to put it, can still write batch scripts?
Floor 10 Posted 2006-04-13 02:11 ·  中国 上海 东方有线
中级用户
★★
Credits 377
Posts 66
Joined 2005-04-04 00:00
21-year member
UID 37817
Gender Male
Status Offline
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 ]
Floor 11 Posted 2006-04-13 10:55 ·  中国 广东 佛山 电信
金牌会员
★★★★
Credits 3,467
Posts 1,616
Joined 2004-06-21 00:00
22-year member
UID 27148
Status Offline
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.
Floor 12 Posted 2006-04-13 16:31 ·  中国 上海 东方有线
中级用户
★★
Credits 377
Posts 66
Joined 2005-04-04 00:00
21-year member
UID 37817
Gender Male
Status Offline
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.
Floor 13 Posted 2006-04-13 16:40 ·  中国 上海 东方有线
中级用户
★★
Credits 377
Posts 66
Joined 2005-04-04 00:00
21-year member
UID 37817
Gender Male
Status Offline
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 ]
Attachments
C_936.rar (65.69 KiB, Credits to download 1 pts, Downloads: 53)
Floor 14 Posted 2007-10-24 21:59 ·  中国 江苏 南京 电信
新手上路
Credits 16
Posts 8
Joined 2007-02-14 01:32
19-year member
UID 79435
Gender Male
Status Offline
It feels like it doesn't work well after using it~
Floor 15 Posted 2007-11-11 12:32 ·  中国 北京 联通
新手上路
Credits 16
Posts 8
Joined 2007-11-10 05:58
18-year member
UID 102210
Gender Male
Status Offline
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
Forum Jump: