|
willsion
高级用户
   
积分 793
发帖 312
注册 2004-9-2
状态 离线
|
『楼 主』:
[求助]有没有其他的命令行分区软件
使用 LLM 解释/回答一下
最近在捣弄无忧论坛天风版主的精简winXPE,该XPE为命令行操作,
准备加入一些软件,其中一个是分区软件,将XP命令行下很好用的
dispart加入时,由于该xpe精简问题,不能运行(即使按提示
加入一些dll文件,仍然不能运行),只好找找有没有其他的命令行
分区软件。
请版主或其他朋友帮帮忙。
谢谢。
Recently, I've been toying with the streamlined winXPE from Forum Tianfeng's version of Wuyou Forum. This XPE is operated via the command line. I'm preparing to add some software, and one of them is a partition software. When adding dispart, which works well under the XP command line, due to the streamlined issues of this XPE, it can't run (even after adding some DLL files as prompted, it still can't run). So I have to look for other command-line partition software.
Please help, version master or other friends.
Thanks.
|
|
2006-7-31 13:18 |
|
|
willsion
高级用户
   
积分 793
发帖 312
注册 2004-9-2
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
找到了一个,GDISK32,虽然没有diskpart好用,不过功能也是很强的。
Last edited by willsion on 2006-7-31 at 16:51 ]
Found one, GDISK32. Although not as easy to use as diskpart, it's also very powerful.
Last edited by willsion on 2006-7-31 at 16:51 ]
附件
1: gdisk32.rar (2006-7-31 16:51, 228.62 KiB, 下载附件所需积分 1 点
,下载次数: 104)
|
|
2006-7-31 16:49 |
|
|
chishingchancn
中级用户
  
积分 284
发帖 113
注册 2006-7-27
状态 离线
|
|
2006-8-5 13:16 |
|
|
chishingchancn
中级用户
  
积分 284
发帖 113
注册 2006-7-27
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
这个好似不太行,只起到查看状态作用。还请指教!
This seems not to work well, only plays a role in checking the status. Please give guidance!
|
|
2006-8-5 13:22 |
|
|
willsion
高级用户
   
积分 793
发帖 312
注册 2004-9-2
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
利用GDISK分区的七种用法
在当今Windows横行的天下,各位对FDISK这个分区的工具一定不会陌生。而且它的速度大家也一定知道,实在是等得让人发急。有没有一种更好的分区软件。答案是肯定的,待我慢慢地道来。
大家一定会想到是分区魔法师PM,但是PM需要安装才能使用。而且最新版本不能支持DOS,但是如果你新购了一块硬盘,肯定要用FDISK来分区。所以有一种新型的分区软件。就是Symantec公司推出的GHOST2000中的一个版本,GDISK,它最多可以支持18块硬盘,如果你安装了克隆时代2000即可,在它的安装目录下找到一个GDISK.ExE。只要进入DOS方式下即可运行GDISK.EXE。GDISK总共有七种
用法:
新建一个分区 Create Partition
删除一个分区 Delete Partition
激活一个分区 Active Partition
隐藏一个分区 Hide Partition
更新MBR记录 MBR
删除硬盘所有数据 Diskwipe
建立一个分区基本格式为: gdisk disk/CRE{/PRI/EXT|/LOG}
|]
/EXT |/LOG :nth |/P:partn-no|/ALL}
gdisk/del/all表示删除所有的分区,这条命令一定要经过慎重考虑以后才使用。否则后果自负。
例子:gdiskl/del/pri/diskwipe表示删除主分区并且擦除硬盘数据。激活一个分区: gdisk disk/ ACT/P:partn-no表示激活哪一个分区p:为哪一个分区,值得注意的是:/p:表示以C盘为第1,D为第二,以此类推,这里就不再详述了。硬盘表面数据擦除:gdisk/diskwipe/dowipe表示擦除硬盘数据如果还有不懂的用户可以用Gdisk/?来获得帮助。
Seven Usages of Partitioning with GDISK
In today's world dominated by Windows, everyone must be familiar with the partitioning tool FDISK. And everyone must know its speed, which is really frustrating to wait for. Is there a better partitioning software? The answer is yes, let me tell you slowly.
Everyone must think of Partition Magic PM, but PM needs to be installed to be used. And the latest version does not support DOS. But if you have just bought a new hard drive, you must use FDISK to partition. So there is a new type of partitioning software. It is a version in Symantec's GHOST 2000, GDISK. It can support up to 18 hard drives. If you have installed Clone Era 2000, you can find GDISK.EXE in its installation directory. Just enter the DOS mode to run GDISK.EXE. GDISK has a total of seven
Usages:
Create a new partition Create Partition
Delete a partition Delete Partition
Activate a partition Active Partition
Hide a partition Hide Partition
Update MBR record MBR
Erase all data on the hard drive Diskwipe
The basic format for creating a partition is: gdisk disk/CRE{/PRI/EXT|/LOG}
|]
/EXT |/LOG :nth |/P:partn-no|/ALL}
gdisk/del/all means to delete all partitions. This command must be used after careful consideration. Otherwise, you will bear the consequences.
Example: gdiskl/del/pri/diskwipe means to delete the primary partition and erase the hard drive data. Activate a partition: gdisk disk/ ACT/P:partn-no means to activate which partition p: is which partition. It is worth noting that /p: means that C drive is the first, D is the second, and so on. I won't go into details here. Erase surface data of the hard drive: gdisk/diskwipe/dowipe means to erase the hard drive data. If there are users who still don't understand, they can use Gdisk/?to get help.
|
|
2006-8-7 22:52 |
|
|
chishingchancn
中级用户
  
积分 284
发帖 113
注册 2006-7-27
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
请问5楼有没有关于GDISK.EXE官方中文的详细帮助文件?
Is there a detailed official Chinese help file for GDISK.EXE on the 5th floor?
|
|
2006-8-10 17:46 |
|
|
willsion
高级用户
   
积分 793
发帖 312
注册 2004-9-2
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
GDISK.EXE是GHOST套装软件的其中一个软件,GHOST没有官方中文版,
自然GDISK也没有官方中文说明书。
这个回答不知道是不是有点牵强。
GDISK.EXE is one of the software in the GHOST suite. GHOST has no official Chinese version, so naturally, GDISK has no official Chinese manual.
This answer doesn't know if it's a bit far-fetched.
|
|
2006-8-12 21:13 |
|
|
fujianabc
金牌会员
     
积分 3467
发帖 1616
注册 2004-6-21
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
有gdisk官方中文说明的。
ghost 2003有官方中文版的,里面有详细的中文说明,第十章便是关于gdisk的使用方法,十分详尽。
ghost 2003中文说明书:
http://free5.ys168.com/?fujianabc 的软件目录下,分了两卷。
Last edited by fujianabc on 2006-8-12 at 23:50 ]
There are official Chinese explanations for gdisk.
Ghost 2003 has an official Chinese version, and there are detailed Chinese explanations in it. The tenth chapter is about the usage of gdisk, which is very detailed.
Ghost 2003 Chinese manual:
Under the software directory of http://free5.ys168.com/?fujianabc, it is divided into two volumes.
Last edited by fujianabc on 2006-8-12 at 23:50 ]
|
|
2006-8-12 23:48 |
|
|
willsion
高级用户
   
积分 793
发帖 312
注册 2004-9-2
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
原来GHOST还出过中文版,我是孤陋寡闻了。
谢谢fujianabc朋友指正。
Oh, I didn't know that GHOST also had a Chinese version. I was quite uninformed. Thanks to friend fujianabc for pointing it out.
|
|
2006-8-13 09:48 |
|
|
xusen
中级用户
  
积分 290
发帖 74
注册 2005-4-30 来自 浙江·金华
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
AEFDISK32 体积几十KB,也是不错的命令行分区软件
Last edited by xusen on 2006-9-16 at 02:10 ]
AEFDISK32 is several tens of KB in size, and it is also a good command-line partitioning software
Last edited by xusen on 2006-9-16 at 02:10 ]
附件
1: aefdisk32v11.rar (2006-9-16 02:10, 34.97 KiB, 下载附件所需积分 1 点
,下载次数: 28)
|

www.deepin.org cpzn.ys168.com |
|
2006-9-16 02:08 |
|
|
xypcmac
初级用户
 
积分 167
发帖 80
注册 2005-11-7
状态 离线
|
|
2006-9-16 09:11 |
|
|
profree
中级用户
  
积分 478
发帖 132
注册 2003-7-2
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
Ghost的官方中文版?我确实没有听说过,我所看到的网上所谓的中文版,都是汉化的ghostexp.exe,仅这个软件,一般我们在dos下执行的ghost.exe我没有见过中文版
Ghost's official Chinese version? I really haven't heard of it. The so-called Chinese versions I've seen online are all the localized ghostexp.exe. As for the ghost.exe that we usually execute under DOS, I've never seen a Chinese version.
|
|
2006-9-29 22:44 |
|
|
profree
中级用户
  
积分 478
发帖 132
注册 2003-7-2
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
命令行的分区软件还是多呢,但gdisk32比较好用,
支持脚本文件分区本人认为大名鼎鼎的分区魔术师最好用,不过需要pro版,还有出自同一公司的pqimage
There are still many partition software in the command line, but gdisk32 is relatively easy to use. It supports partitioning with script files. I personally think that the famous PartitionMagic is the best, but the pro version is needed. Also, pqimage from the same company.
|
|
2006-9-29 22:50 |
|
|
Jnwei1202
初级用户
 
积分 197
发帖 33
注册 2003-7-24
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
ghost 有过好几个中文版
我就下过 ghost 7.5 中文企业版、 ghost 2000 还是 2002 中文版。不过在 DOS 没有出过中文版(我想应该也不会出)
只要安装完中文完整版的里面都 有中文的 说明书 PDF 格式的 里面有很祥细的介绍GHOST 各种功能的用法
ghost has had several Chinese versions
I have downloaded the Ghost 7.5 Chinese Enterprise Edition, Ghost 2000 or 2002 Chinese version. But it has never been released in Chinese in DOS (I think it should not be released either)
As long as you install the full Chinese version, there are all Chinese instruction manuals in PDF format, which have very detailed introductions to various functions of GHOST
|
|
2006-10-23 21:20 |
|
|
不得不爱
超级版主
         我爱DOS
积分 5310
发帖 2044
注册 2005-9-26 来自 四川南充
状态 离线
|
|
2006-10-31 02:30 |
|