|
mewf
中级用户
  
积分 344
发帖 55
注册 2004-3-7
状态 离线
|
『第 31 楼』:
使用 LLM 解释/回答一下
调整分区大小呢?可以吗?谢谢!
How to adjust the partition size? Is it possible? Thanks!
|
|
2004-3-14 00:00 |
|
|
walu
高级用户
   
积分 916
发帖 201
注册 2003-5-4
状态 离线
|
『第 32 楼』:
使用 LLM 解释/回答一下
完全可以!现在我又会写自动创建分区命令了,就是不会写从逻辑分区转为主分区的命令了,这是制作IBM一键恢复的关键。真着急!
Completely can! Now I can write the command to automatically create partitions again, but I don't know how to write the command to convert a logical partition to a primary partition. This is the key to making the IBM one-key recovery. Really anxious!
|
|
2004-3-14 00:00 |
|
|
mewf
中级用户
  
积分 344
发帖 55
注册 2004-3-7
状态 离线
|
『第 33 楼』:
使用 LLM 解释/回答一下
只要能调整硬盘的逻辑分区和扩展分区就好说拉!那样就可以直接创建主dos分区!那样就只需要把想做引导的分区激活就可以拉!能不能把调整分区的命令写出来!谢谢拉
As long as the logical partitions and extended partitions of the hard drive can be adjusted, it's easy! Then you can directly create the primary DOS partition! Then you just need to activate the partition you want to make bootable! Can you write out the commands for adjusting partitions! Thanks
|
|
2004-3-14 00:00 |
|
|
walu
高级用户
   
积分 916
发帖 201
注册 2003-5-4
状态 离线
|
『第 34 楼』:
使用 LLM 解释/回答一下
有哪一个软件可以在DOS下自动直接创建主dos分区?
Which software can automatically create a primary DOS partition directly under DOS?
|
|
2004-3-15 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
|
2004-3-15 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 36 楼』:
使用 LLM 解释/回答一下
楼主的问题可以用这个Script文件解决:
// 选择第一块硬盘
Select Disk 1
//选择最后一个分区
Select Partition Last
//改变最后一个分区的大小,在其后面空出1024MB的空间
Resize Space After 1024
//选中最后的未分配空间(刚才空出的)
Select Unallocated After Selected Partition
//创建分区
Create /FS=FAT32 /LABEL="SYS_GHOST"
// 将这个分区转换为主分区
Convert To Primary
当然,标准的做法还应该加上检测命令,例如检测硬盘上是否已经有足够的剩余空间,检测当前的主分区数量等,慢慢完善吧。上面的Script假设你的硬盘的最后一个分区有足够的空间,且主分区数量还没有到三个,然后利用最后一个分区的剩余空间在硬盘的最后创建一个1G的主分区。
The problem of the landlord can be solved with this Script file:
// Select the first hard disk
Select Disk 1
// Select the last partition
Select Partition Last
// Change the size of the last partition, leaving 1024MB of space behind it
Resize Space After 1024
// Select the last unallocated space (the one just left)
Select Unallocated After Selected Partition
// Create a partition
Create /FS=FAT32 /LABEL="SYS_GHOST"
// Convert this partition to a primary partition
Of course, the standard practice should also add detection commands, such as detecting whether there is enough remaining space on the hard disk, detecting the current number of primary partitions, etc., and gradually improve it. The above Script assumes that the last partition of your hard disk has enough space and the number of primary partitions has not reached three, and then uses the remaining space of the last partition to create a 1G primary partition at the end of the hard disk.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-3-15 00:00 |
|
|
mewf
中级用户
  
积分 344
发帖 55
注册 2004-3-7
状态 离线
|
『第 37 楼』:
使用 LLM 解释/回答一下
没有权限上传不上去
No permission to upload, can't upload
|
|
2004-3-15 00:00 |
|
|
mewf
中级用户
  
积分 344
发帖 55
注册 2004-3-7
状态 离线
|
『第 38 楼』:
使用 LLM 解释/回答一下
软件上传拉,下载地址:http://www.yd0101.com/soft/pq70.rar
Software upload, download address: http://www.yd0101.com/soft/pq70.rar
|
|
2004-3-15 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 39 楼』:
使用 LLM 解释/回答一下
以下是引用mewf在2004-3-15 9:23:29的发言:
没有权限上传不上去
我的服务器能够上传啊,用户名和密码都是upload,注意端口号是2121。
你上传的那个地址下载不了,Not Found。
The following is a quote from mewf on 2004-3-15 9:23:29:
Can't upload due to no permission
My server can upload. The username and password are both "upload", and note that the port number is 2121.
The address you uploaded is not downloadable, "Not Found".
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-3-15 00:00 |
|
|
moroko
高级用户
   
积分 919
发帖 198
注册 2004-1-17
状态 离线
|
『第 40 楼』:
使用 LLM 解释/回答一下
不觉得调整起来特别的慢吗????
debug 其实我也不会
也是从网上 无意中看到的
到 狗狗 去找吧
Don't you think it's especially slow to adjust????
I actually don't know how to use debug either.
I also saw it by chance online.
Go to Dog Dog to look for it.
|
|
2004-3-15 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 41 楼』:
使用 LLM 解释/回答一下
真着急呀,现在就等着walu和mewf两位兄弟哪位给我传一个PM Pro For DOS的版本我好试验一下了,可是两位就是不上线,也没有反应,都干什么去了?
实在不行发我邮箱吧:climbingxie@163.com或者xclimbing@msn.com。
关于楼上速度慢的说法:其实PM设置好了相关参数(例如不检查坏扇区、不扫描磁盘等),操作起来速度是很快的(当然前提是你的硬盘上别有太多的数据),而且PM至少可以保证万无一失,不会丢失有用的数据。
Really anxious. Now I'm just waiting for either brother walu or mewf to send me a version of PM Pro For DOS so I can test it. But the two just aren't online and have no response. What are they up to?
If it's really not possible, send it to my email: climbingxie@163.com or xclimbing@msn.com.
Regarding the statement that the speed upstairs is slow: Actually, if PM is set with relevant parameters (such as not checking bad sectors, not scanning the disk, etc.), it operates very quickly (of course, provided there aren't too many data on your hard drive). And PM can at least ensure that there are no mistakes and no useful data will be lost.
|

偶只喜欢回答那些标题和描述都很清晰的帖子!
如想解决问题,请认真学习“这个帖子”和“这个帖子”并努力遵守,如果可能,请告诉更多的人!
|
|
2004-3-15 00:00 |
|
|
walu
高级用户
   
积分 916
发帖 201
注册 2003-5-4
状态 离线
|
『第 42 楼』:
使用 LLM 解释/回答一下
版主,已发送到climbingxie@163.com这个邮箱
请把它的参数弄明白告诉一声哦,谢谢!
Moderator, I've sent it to the climbingxie@163.com email. Please let me know when you figure out its parameters. Thanks!
|
|
2004-3-15 00:00 |
|
|
walu
高级用户
   
积分 916
发帖 201
注册 2003-5-4
状态 离线
|
『第 43 楼』:
使用 LLM 解释/回答一下
简直可以用狂喜来形容现在的心情!!!
谢谢Climbing版主!!
这个问题我一直都在期望解决,今天终于成功!
最主要功臣就是Climbing版主!
其次是mewf朋友的耐心顶帖,使这帖终成正果!
这样,即使不熟悉电脑的人都可以安装IBM的F11一键恢复了!
I'm simply overjoyed with the current mood!!!
Thanks, Moderator Climbing!!
This problem I've been looking forward to solving, and today it's finally succeeded!
The main contributor is Moderator Climbing!!
Next is friend mewf's patient post-bumping, which made this post come to fruition!
In this way, even those not familiar with computers can install IBM's F11 one-click recovery!
|
|
2004-3-15 00:00 |
|
|
walu
高级用户
   
积分 916
发帖 201
注册 2003-5-4
状态 离线
|
『第 44 楼』:
使用 LLM 解释/回答一下
FTP上不了,已发送到xclimbing@msn.com这个邮箱
FTP is not accessible. It has been sent to the email xclimbing@msn.com.
|
|
2004-3-15 00:00 |
|
|
Climbing
铂金会员
       网络独行侠
积分 6962
发帖 2753
注册 2003-4-16 来自 河北保定
状态 离线
|
『第 45 楼』:
使用 LLM 解释/回答一下
我没有收到你传给我的软件,所以也没有办法试验,如果能够试验,我一定会写出尽量完美的程序共享出来。
建议你将软件直接传到我的FTP服务器上。
I didn't receive the software you sent me, so I can't test it. If I could test it, I would definitely write as perfect a program as possible and share it.
It is suggested that you directly upload the software to my FTP server.
|

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