中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-08-19 06:34
47,814 topics / 349,908 posts / today 1 new / 48,259 members
DOS疑难解答 & 问题讨论 (解答室) » Seek for usage test reports of NTFS-like software under DOS?
Printable Version  31,441 / 22
Floor1 willsort Posted 2005-09-23 19:48
元老会员 Posts 1,512 Credits 4,432
To All:

Recently, I have come across quite a few software for mounting, browsing, and reading/writing NTFS partitions under DOS, but I am not clear about the advantages and disadvantages of each. Please feel free to provide your test reports, and I will sort them out in time.

NTFS partition - related software under DOS that I know so far


Mounting types:
Datapol NTFS4DOS
Paragon DOS IFS Driver (Paragon Mount Everything for DOS)
Winternals NTFSDOS Pro

Browsing types:
Active@ NTFS Reader
Active@ Password Changer
Datapol CIA Commander
Paragon Partition Explorer for DOS

Command - line reading/writing types:
Partition Magic 8 - BTINI.exe
Ghost 8 - OMNIFS.exe


[ Last edited by willsort on 2005-9-24 at 13:24 ]
Floor2 fujianabc Posted 2005-09-23 21:00
金牌会员 Posts 1,616 Credits 3,467
Let me talk about it.

First of all, we need to classify these few things.

1. cia commander/ntfs4dos
These are all products of datapol. The advantage is that they are relatively small. This category does not support Chinese. cia commander is an independent operating system; ntfs4dos is a program under DOS, which occupies a large amount of memory and does not support long file names. This is sometimes fatal for ntfs.

2. ntfspro
This is a product of winternals. The volume is too large, there are many bugs, and it is the only program that cannot be exited after loading. Therefore, it is actually very bad, but it was released the earliest, so it is used by the most people. It supports long file names and does not support Chinese. But if you use the modified nls file, you can see the Chinese name, but you cannot operate it.

3. paragon series
This series supports reading and writing of ntfs/ext2/ext3 and hidden partitions. It currently does not seem to support Chinese, occupies less memory, and supports long file names. mount everything for dos is ifs for dos, which is a command-line program; partition explorer is a graphical interface file manager.

4. Also mention two that the landlord did not mention, one is btini.exe of partition magic 8, and one is omnifs.exe of ghost 8. They are respectively the kernels of two famous programs.
These two programs can read and write ntfs partitions under DOS, but cannot mount partitions. Reading and writing is carried out through the command parameters of the two programs, so the operation is more complicated. btini.exe can only copy files from ntfs or copy files to ntfs, with weak functions; omnifs.exe has stronger functions, and has commands such as copy, dir, ren, del for operation.
The uniqueness of omnifs.exe is that it uses the kernel of ghost 8.x, can really support the operation of Chinese names, and can access USB disks without loading USB drivers.
Both have an obvious shortcoming, that is, each operation command is equivalent to loading a driver once and unloading a driver once, so it is slow and not suitable for occasions that need to access a large number of files and perform many read and write operations. For the URLs of the two, you can see this post:
http://www.cn-dos.net/forum/viewthread.php?tid=16645

5. Read-only programs ntfsdos, ntfsread
One is command line and the other is graphical interface. Because it is a read-only program, the restrictions are too large, and the usage is not very much.
Floor3 willsort Posted 2005-09-24 13:20
元老会员 Posts 1,512 Credits 4,432
Re fujianabc:

Thanks for the information you provided!

The test report I envision will include several aspects such as the version of each software, size, memory usage, command - line syntax, NTFS read - write performance, long filename support, multi - language support, and usability, etc.

Hope everyone can provide more information!
Floor4 cnda Posted 2005-10-20 20:45
贫困用户 Posts 1 Credits -1
What does "mount" mean under DOS?
Floor5 regevence Posted 2005-10-21 18:16
新手上路 Posts 3 Credits 6
There is an obvious flaw in ntfs4dos. Even though files can be added and deleted, it's impossible to edit files (such as simple ini, txt files) on the NTFS partition using tools like VC - a major flaw!!

On NTFSPRO, the above operations can be carried out.

Other drivers haven't been successfully tested - failed : (
Floor6 不得不爱 Posted 2006-05-02 18:05
超级版主 Posts 2,044 Credits 5,310 From 四川南充
It's a pity that none of them succeeded for me. All of them crashed as soon as they encountered the Chinese name. As for btini.exe and omnifs.exe, I haven't used them yet!
Floor7 tangtai Posted 2006-09-27 10:25
等待验证用户 Posts 314 Credits 640
Benefited a lot......^_^
Floor8 leejin Posted 2006-09-27 20:49
初级用户 Posts 18 Credits 31
Why can't I recognize NTFS as described when I use the Super 7.10 boot disk and emergency boot disk?
Floor9 0451lym Posted 2006-11-17 03:46
高级用户 Posts 357 Credits 760
Test report of omnifs.exe: It can support NTFS operations and recognize large NTFS partitions, but there is a problem now: large hard drives in FAT32 format (mine has only 2 partitions of 30G and 25G) cannot be recognized and cannot be read or written! But small FAT32 partitions can be read and written normally! This is very critical, so this command cannot be written into the batch file!

Reasons for the problem: 1. Maybe DOS does not support large partitions
2. Maybe omnifs.exe itself has defects!
Floor10 boydreaming Posted 2007-05-01 19:31
新手上路 Posts 4 Credits 10
Where can I download omnifs? Is ghost able to read and write NTFS because of this?
Floor11 greyice Posted 2007-05-04 17:29
新手上路 Posts 5 Credits 10
Finally downloaded it, going to study it
Floor12 lianjiang2004 Posted 2007-05-07 16:17
金牌会员 Posts 1,884 Credits 3,946
Originally posted by 0451lym at 2006-11-17 03:46:
omnifs.exe test report: It can support NTFS operations and recognize large NTFS partitions. But now there is a problem: large FAT32 formatted hard drives (mine have only two partitions, 30G and 25G respectively) cannot be recognized, and cannot be read or written...


Tested today, I used omnifs in ghost11, which can support reading and writing my 31GB fat partition.
Floor13 starrysky Posted 2007-05-31 17:53
新手上路 Posts 5 Credits 10
Originally posted by lianjiang2004 at 2007-5-7 04:17 PM:

Today I tested, and I used OmniFS from Ghost 11, which can support reading and writing to my 31 GB FAT partition.


Thank you for your test. I have decided to use OmniFS for my Ghost backup CD.
Floor14 666666 Posted 2007-07-11 11:25
新手上路 Posts 4 Credits 10
I can't use it, is there any expert to teach me
Floor15 wwwchn Posted 2007-11-22 12:36
新手上路 Posts 6 Credits 12
Haha. Good post. Thanks. Why is there no one continuing to post test reports?
1 2  Next
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023