|
capitel
新手上路

积分 12
发帖 2
注册 2005-11-19
状态 离线
|
『楼 主』:
求救!!我在DOS下不能用format!!!!!!!!
使用 LLM 解释/回答一下
我的系统是XP,中了特洛伊木马,想在dos下格式化,但键入format c:/s后提示命令不能用,那位大虾指点一上.
My system is XP, and I got a Trojan horse. I want to format in DOS, but after typing format c:/s, it prompts that the command is not available. Which expert can give me some advice?
|
|
2005-11-19 10:38 |
|
|
Michael
钻石会员
       
积分 10046
发帖 3039
注册 2002-11-11
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
format是个外部命令,首先保证你的dos能够找到format.com
format is an external command. First, make sure your DOS can find format.com
|

简单就是美 |
|
2005-11-19 10:43 |
|
|
capitel
新手上路

积分 12
发帖 2
注册 2005-11-19
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
如果找不到呢?然后怎办?
What if it can't be found? Then what to do?
|
|
2005-11-19 10:45 |
|
|
Kinglion
铂金会员
       痴迷DOS者
积分 5798
发帖 1924
注册 2003-6-20 来自 金獅電腦軟體工作室
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
实际上并不一定非得用FORMAT来格式化磁盘,如果想进行格式化操作,硬盘分区软件也能实现此功能的.在网络上搜索一下,这样的软件很多的.
Actually, you don't necessarily have to use FORMAT to format a disk. If you want to perform the formatting operation, a hard disk partitioning software can also achieve this function. There are many such software available by searching on the network.
|

熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
|
|
2005-11-19 11:14 |
|
|
chujiafu
银牌会员
    
积分 1339
发帖 595
注册 2004-5-26 来自 安徽 宿州
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
Format还是很稳定和可靠的。楼主,你打入 Format c:/s之后显示的错误提示是什么?
The format is still very stable and reliable. LZ, what error message did you get after entering "Format c:/s"?
|
|
2005-11-19 18:01 |
|
|
coolboy163
初级用户
 
积分 176
发帖 74
注册 2005-11-7
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
hehe
在DOS下,你没找到FORMAT的程序吧?
是外部命令,必须要在FORMAT程序所在的目录下才能用
hehe
In DOS, you didn't find the FORMAT program, right? It's an external command, and you must be in the directory where the FORMAT program is located to use it.
|
|
2005-11-19 21:22 |
|
|
waterz
高级用户
   
积分 546
发帖 135
注册 2003-6-13
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
还有一个可能是你的系统分区fs是ntfs格式,dos可能不认识,也许需要重新分区fdisk
There is also a possibility that your system partition fs is in NTFS format, DOS may not recognize it, and maybe you need to re - partition with fdisk.
|

 |
|
2005-11-19 21:43 |
|
|
m486
初级用户
 
积分 20
发帖 8
注册 2005-11-15
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
直接安装就是了,安装到一定时候会提示你格式化的。。。
Just install it directly. At a certain point during the installation, it will prompt you to format.
|
|
2005-11-19 22:15 |
|
|
JonePeng
金牌会员
      D◎$ Fαп
积分 4562
发帖 1883
注册 2004-1-19 来自 广东广州
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
Originally posted by capitel at 2005-11-19 10:38:
但键入format c:/s后提示命令不能用
拜托,XP的DOS是8.0,Format命令没有“/s”参数的。你可以输入 format c: /q 进行快速格式化。要使用“/s”参数就必须用7.1以下版本的DOS。
Last edited by JonePeng on 2005-11-20 at 21:41 ]
Originally posted by capitel at 2005-11-19 10:38:
But after typing format c:/s, it prompts that the command is not available
Come on, the DOS in XP is 8.0, and the Format command doesn't have the "/s" parameter. You can enter format c: /q for quick formatting. To use the "/s" parameter, you must use a DOS version below 7.1.
Last edited by JonePeng on 2005-11-20 at 21:41 ]
|

----====≡≡≡≡ 我的至爱,永远是MSDOS!≡≡≡≡====----
|
|
2005-11-19 22:35 |
|
|
Michael
钻石会员
       
积分 10046
发帖 3039
注册 2002-11-11
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
format /s 传递系统文件。
format /s transfers system files.
|

简单就是美 |
|
2005-11-19 22:47 |
|
|
chujiafu
银牌会员
    
积分 1339
发帖 595
注册 2004-5-26 来自 安徽 宿州
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
我想起来了,Dos8.0的Format 是不带 /s这个参数的,只有Dos 7.1以下的Format 才能带这个参数。
I remember that the Format in Dos 8.0 does not have the /s parameter. Only the Format in Dos 7.1 and below can have this parameter.
|
|
2005-11-20 10:18 |
|
|
henryling
新手上路

积分 6
发帖 3
注册 2005-11-20
状态 离线
|
|
2005-11-20 17:28 |
|
|
Kinglion
铂金会员
       痴迷DOS者
积分 5798
发帖 1924
注册 2003-6-20 来自 金獅電腦軟體工作室
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
可以使用 FORMAT /? 获取帮助信息。
You can use FORMAT /? to get help information.
|

熟能生巧,巧能生精,一艺不精,终生无成,精亦求精,始有所成,臻于完美,永无止境!
金狮電腦軟體工作室愿竭诚为您服务!
QQ群:8393170(定期清理不发言者)
个人网站:http://www.520269.cn
电子邮件:doujiehui@vip.qq.com
微信公众号: doujiehui
|
|
2005-11-21 08:37 |
|
|
sisi8339
新手上路

积分 8
发帖 4
注册 2005-11-21
状态 离线
|
|
2005-11-21 22:10 |
|
|
taoty
中级用户
   传说中的菜鸟
积分 275
发帖 112
注册 2005-4-22
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
也有可能是你系统分区是NTFS格式的,就不能用format
这个命令了。
It is also possible that your system partition is in NTFS format, and then you can't use the format command.
|
|
2005-11-28 23:25 |
|