|
nobodytt
初级用户
 
积分 78
发帖 33
注册 2008-12-9
状态 离线
|
『楼 主』:
[求助]求快速格式化工具
使用 LLM 解释/回答一下
请问有什么工具能在dos下快速对大fat32分区格式化,并且可以使用命令行操作?
Excuse me, are there any tools that can quickly format large FAT32 partitions under DOS and can be operated using the command line?
|
|
2009-2-14 12:01 |
|
|
Sufone
中级用户
  
积分 256
发帖 124
注册 2007-12-18
状态 离线
|
|
2009-2-14 12:07 |
|
|
nobodytt
初级用户
 
积分 78
发帖 33
注册 2008-12-9
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
用format,仅仅格个8G新分区就要20几分钟(或更多?没有仔细算,反正反觉时间超长)。
Using format, just formatting an 8G new partition takes more than 20 minutes (or even longer? I didn't calculate it carefully, anyway, it just feels extremely long).
|
|
2009-2-14 19:49 |
|
|
fujianabc
金牌会员
     
积分 3467
发帖 1616
注册 2004-6-21
状态 离线
|
|
2009-2-14 20:43 |
|
|
nobodytt
初级用户
 
积分 78
发帖 33
注册 2008-12-9
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
对于新分区,不能用 /q 参数
For new partitions, the /q parameter cannot be used
|
|
2009-2-14 21:00 |
|
|
DOSforever
金牌会员
     
积分 4639
发帖 2239
注册 2005-1-30
状态 离线
|
|
2009-2-14 22:01 |
|
|
nobodytt
初级用户
 
积分 78
发帖 33
注册 2008-12-9
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
能否推荐一个速度较快的,但要能使用命令行
Can you recommend one that is relatively fast but can use the command line?
|
|
2009-2-15 09:29 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2009-2-15 18:02 |
|
|
yjd
初级用户
 
积分 156
发帖 76
注册 2007-8-20
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
我分区都用sfdisk也有快格式。分起来也非常快。
I partitioned using sfdisk and also did quick format. It's very fast to partition.
|
|
2009-2-15 21:50 |
|
|
willing
中级用户
  
积分 256
发帖 133
注册 2008-9-29
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
似乎见过一个快速格式化工具,忘了在哪里啦,格一个分区才几秒时间
It seems I've seen a quick format tool, but I forget where it is. It takes only a few seconds to format a partition.
|
|
2009-2-16 22:58 |
|
|
nobodytt
初级用户
 
积分 78
发帖 33
注册 2008-12-9
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
gdisk只能在建立分区后执行格式化,不能单纯的格式化;sfdisk没有命令行。
不知有没有可以用命令行进行单纯格式化且速度较快的格式化工具?
gdisk can only perform formatting after partition creation, not simple formatting; sfdisk has no command line.
I wonder if there is a formatting tool that can perform simple formatting via the command line and has relatively fast formatting speed?
|
|
2009-2-17 23:36 |
|
|
netbenton
银牌会员
     批处理编程迷
积分 1916
发帖 752
注册 2008-12-28 来自 广西
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
用ghost 也可以的,首先存一内容很少的.gho文件,再把它恢复到要快格的盘上,不管多大,配合写个命令行的批处理的话,超高效。特别是有坏道它也能格
Using Ghost is also okay. First, save a.gho file with very little content, and then restore it to the disk that needs to be quick-formatted. No matter how large it is, if you cooperate with writing a command-line batch script, it's extremely efficient. Especially, it can format even if there are bad sectors.
|

精简
=> 个人 网志  |
|
2009-2-18 05:53 |
|
|
Sufone
中级用户
  
积分 256
发帖 124
注册 2007-12-18
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
Originally posted by nobodytt at 2009-2-17 23:36:
gdisk只能在建立分区后执行格式化,不能单纯的格式化;sfdisk没有命令行。
不知有没有可以用命令行进行单纯格式化且速度较快的格式化工具?
很遗憾,没有
Originally posted by nobodytt at 2009-2-17 23:36:
gdisk can only perform formatting after partition creation, and cannot simply format; sfdisk has no command line.
I wonder if there is a formatting tool that can perform simple formatting via the command line and has a relatively fast formatting speed?
Unfortunately, there isn't
|
|
2009-2-18 18:42 |
|
|
nobodytt
初级用户
 
积分 78
发帖 33
注册 2008-12-9
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
用ghost 也可以的,首先存一内容很少的.gho文件,再把它恢复到要快格的盘上,不管多大,配合写个命令行的批处理的话,超高效。特别是有坏道它也能格
不知这样做的分区是否稳定可靠?
You can also use Ghost. First, save a.gho file with very little content, then restore it to the disk that needs to be quick-formatted. No matter how large it is, if you write a command-line batch script, it's extremely efficient. Especially, it can format even if there are bad sectors.
I wonder if the partitions created in this way are stable and reliable?
|
|
2009-2-18 21:06 |
|
|
VAF
中级用户
  
积分 242
发帖 134
注册 2006-12-11
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
不知这样做的分区是否稳定可靠?
肯定不可靠, 也包括所有快格, 因为它们根本就没格.
I don't know if the partition made in this way is stable and reliable?
Certainly not reliable, including all quick formats, because they didn't actually format at all.
|
|
2009-2-18 21:14 |
|