|
ivantalk
初级用户
 
积分 20
发帖 9
注册 2007-10-18
状态 离线
|
『楼 主』:
纯DOS(7.1或6.22)如何制作IMG文件?要命令行的方法
使用 LLM 解释/回答一下
纯DOS(7.1或6.22)如何制作IMG文件?
要命令行的方法,不要图形界面~
还有 被grub挂载的img镜像在系统启动后是不是不能对镜像的img文件作操作呢(如删除,改名....)
非标准大小(XXMB)的IMG如何制作?在纯DOS下有相应的工具吗
在给一个小MM写系统ghost环境 所以问题有点多拉 呵呵~
(我有些管理信息要写回硬盘~最好是写回镜像~而且能直接被读取~有办法吗)
How to make an IMG file in pure DOS (7.1 or 6.22)?
Need the command-line method, no graphical interface~
Also, after the system boots, can the img image mounted by grub operate on the img file of the image, such as deleting, renaming...?
How to make an IMG of non-standard size (XXMB)? Is there a corresponding tool under pure DOS?
Well, I'm writing a system ghost environment for a little girl, so there are a bit more questions. Hehe~
I have some management information to write back to the hard disk~ It's best to write back to the image~ And can be read directly~ Is there a way?
|
|
2007-10-18 00:47 |
|
|
ivantalk
初级用户
 
积分 20
发帖 9
注册 2007-10-18
状态 离线
|
|
2007-10-22 16:28 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2007-10-22 17:44 |
|
|
ivantalk
初级用户
 
积分 20
发帖 9
注册 2007-10-18
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
Originally posted by 不得不爱 at 2007-10-22 05:44 PM:
写系统ghost环境用winimage嘛,
我这个主题要说的 是希望有"dosimage"
不知道古时候(DOS朝)老人们是怎么解决img问题的
Originally posted by Must Love at 2007-10-22 05:44 PM:
Use winimage to write the system ghost environment,
What I want to talk about in this topic is the hope for having "dosimage"
I don't know how the old folks in the DOS era solved the img issues
|
|
2007-10-28 01:12 |
|
|
jxycyg
新手上路

积分 6
发帖 3
注册 2008-12-1
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
我也在找相关的软件啊,纯DOS下,命令行模式, 解决IMG格式文件的存取问题
I'm also looking for relevant software. Under pure DOS, in command-line mode, to solve the problem of accessing and storing IMG format files
|
|
2008-12-9 18:41 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2008-12-12 01:19 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
Originally posted by DOSforever at 2008-12-12 01:19:
如果仅就以命令行方式来生成和和释放软盘镜像文件的话 wimage 可以,例:
wimage a: boot.img
wimage boot.img a:
dos,命令行,缺一不可,呵呵。
Originally posted by DOSforever at 2008-12-12 01:19:
If only generating and releasing floppy disk image files in command line mode, wimage can do it, for example:
wimage a: boot.img
wimage boot.img a:
DOS, command line, both indispensable, heh heh.
|

Windows 一键还原
http://www.yjhy.com |
|
2008-12-12 12:49 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2008-12-12 20:50 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
Originally posted by DOSforever at 2008-12-12 20:50:
哪里不对?
不好意思,看成winimage了。
原来还有个wimage?孤陋寡闻,没见过。
Originally posted by DOSforever at 2008-12-12 20:50:
What's wrong?
I'm sorry, I mistook it for winimage.
Oh, there's also a wimage? I'm ignorant, I've never seen it.
|

Windows 一键还原
http://www.yjhy.com |
|
2008-12-12 22:51 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2008-12-12 22:57 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
WIMAGE 和 FDFORMAT 是同一个作者,WIMAGE 的功能和 HD-COPY 的基本功能一样
WIMAGE-Write Disk to File/Read Disk from File-V1.21
Copyright (c) 1988 - 1991, Christoph H. Hochst則ter
Syntax is: WIMAGE <drive>: <file> (write Diskette to file)
WIMAGE <file> <drive>: (read Diskette from file)
Exapmles: WIMAGE A: C:\DISKS\MYDISK.360
WIMAGE C:\DISKS\DOS330.144 A:
我只有单独这两个执行文件,而没有完整的发行包,不知谁有。
WIMAGE and FDFORMAT are by the same author, and the functions of WIMAGE are basically the same as HD-COPY.
WIMAGE-Write Disk to File/Read Disk from File-V1.21
Copyright (c) 1988 - 1991, Christoph H. Hochst則ter
Syntax is: WIMAGE <drive>: <file> (write Diskette to file)
WIMAGE <file> <drive>: (read Diskette from file)
Exapmles: WIMAGE A: C:\DISKS\MYDISK.360
WIMAGE C:\DISKS\DOS330.144 A:
I only have these two executable files alone, but not the complete distribution package. I wonder who has it.
附件
1: WIMAGE.ZIP (2008-12-13 00:31, 7.77 KiB, 下载附件所需积分 1 点
,下载次数: 12)
|

DOS倒下了,但永远不死
DOS NEVER DIES !
投票调查:
http://www.cn-dos.net/forum/viewthread.php?tid=46187
本人尚未解决的疑难问题:
http://www.cn-dos.net/forum/viewthread.php?tid=15135
http://www.cn-dos.net/forum/viewthread.php?tid=47663
http://www.cn-dos.net/forum/viewthread.php?tid=48747 |
|
2008-12-13 00:31 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2008-12-13 08:46 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
问题是这个wimage只支持从软驱读写软盘映像,如果要往映像中增加或者减少内容就没有办法了。虽然winimage提供了相应的SDK,但也只适合于Windows环境下,DOS下还真就没有出现过这种命令行。
The problem is that this wimage only supports reading and writing floppy disk images from the floppy drive. If you want to add or reduce content in the image, there is no way. Although winimage provides the corresponding SDK, it is only suitable for the Windows environment. There really hasn't appeared a command line under DOS.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2008-12-13 09:36 |
|