|  | 
 
| wxzd 新手上路
 
  
 
 
 
 积分 6
 发帖 2
 注册 2010-1-26
 状态 离线
 | 
| 『楼 主』:
 copy a:*.* b:  和 diskcopy a: b:有什么区别?
 
使用 LLM 解释/回答一下 
 
 
copy a:*.* b:  和 diskcopy a: b:有什么区别?从拷贝文件上看,比如只读文件,隐含文件? 
What is the difference between "copy a:*.* b:" and "diskcopy a: b:"? In terms of copying files, such as read-only files and hidden files? 
 
 
 |  | 
|  2010-1-27 09:59 |  | 
|  | 
 
| fujianabc 金牌会员
 
       
 
 
 
 积分 3467
 发帖 1616
 注册 2004-6-21
 状态 离线
 | 
| 『第 2 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
前者是基于文件系统的,只是复制了所有文件而已。
 后者是全盘拷贝,不光复制了文件,而且还复制了FAT表以及启动扇区等。
 
The former is based on the file system, just copying all the files.
 The latter is a full - disk copy, not only copying the files but also copying the FAT table and the boot sector, etc.
 
 
 
 |  | 
|  2010-1-27 16:46 |  | 
|  | 
 
| wxzd 新手上路
 
  
 
 
 
 积分 6
 发帖 2
 注册 2010-1-26
 状态 离线
 |  | 
|  2010-1-27 19:17 |  | 
|  | 
 
| js588 初级用户
 
   
 
 
 
 积分 26
 发帖 14
 注册 2010-3-3
 来自 江苏盐城
 状态 离线
 |  | 
|  2010-3-8 10:56 |  | 
|  | 
 
| xiaridexue28 新手上路
 
  
 
 
 
 积分 5
 发帖 4
 注册 2009-4-23
 状态 离线
 |  | 
|  2010-3-8 14:18 |  | 
|  | 
 
| caimingbing 初级用户
 
   
 
 
 
 积分 50
 发帖 26
 注册 2009-12-4
 状态 离线
 |  | 
|  2010-3-11 10:26 |  | 
|  | 
 
| wdl115 新手上路
 
  
 
 
 
 积分 8
 发帖 4
 注册 2009-12-12
 状态 离线
 | 
| 『第 7 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
高手不少啊.受益匪浅.. 
There are quite a lot of experts. It's very rewarding.. 
 
 
 |  | 
|  2010-3-15 08:54 |  | 
|  | 
 
| qqzaqxsw 初级用户
 
   
 
 
 积分 111
 发帖 3
 注册 2003-10-24
 状态 离线
 | 
| 『第 8 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
后者B盘可以不格式化吗? 
Can the latter B drive not be formatted? 
 
 
 |  | 
|  2010-5-30 11:31 |  | 
|  | 
 
| 726842270 初级用户
 
   枫中残雪
 
 
 积分 65
 发帖 43
 注册 2010-4-29
 来自 吉林省长春市
 状态 离线
 | 
| 『第 9 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
discopy直接就替你格式化了。这个命令还是比较危险的(a和b的格式好像得一样) 
discopy directly formats it for you. This command is relatively dangerous (the formats of a and b seem to need to be the same) 
 
 
 |  | 
|  2010-5-31 22:37 |  | 
|  | 
 
| kexianlin 初级用户
 
   
 
 
 
 积分 37
 发帖 18
 注册 2010-6-1
 状态 离线
 | 
| 『第 10 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
copy/?将一份或多份文件复制到另一个位置。
 
 diskcopy
 把一张软盘的内容复制到另一张
 两张软盘的类型必须相同。
 您可以为 drive1 和 drive2 指定同样的驱动器
 
 你可以在网上找到
 
 Last edited by kexianlin on 2010-6-2 at 20:42 ]
 
copy/?Copies one or more files to another location.
 
 diskcopy
 Copies the contents of one floppy disk to another
 The two floppy disks must be of the same type.
 You can specify the same drive for drive1 and drive2
 
 You can find it on the internet
 
 Last edited by kexianlin on 2010-6-2 at 20:42 ]
 
 
 
 |  | 
|  2010-6-2 20:41 |  | 
|  | 
 
| kexianlin 初级用户
 
   
 
 
 
 积分 37
 发帖 18
 注册 2010-6-1
 状态 离线
 | 
| 『第 11 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
学习了,回答的很简捷、明了 
Learned, the answer is very concise and clear 
 
 
 |  | 
|  2010-6-2 20:44 |  | 
|  | 
 
| hasee888 新手上路
 
  
 
 
 
 积分 14
 发帖 7
 注册 2010-4-8
 状态 离线
 |  | 
|  2010-6-5 18:15 |  | 
|  | 
 
| VAF 中级用户
 
    
 
 
 
 积分 242
 发帖 134
 注册 2006-12-11
 状态 离线
 | 
| 『第 13 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
区别大了, 如果是一张可启动机器的系统盘, 则用 copy 是不能拷贝成功的, 只能用 diskcopy, copy 允许磁盘目的有坏区. 而 diskcopy 则不允许目标磁盘有坏区. 
There is a big difference. If it is a system disk that can boot the machine, then copying with copy will not succeed. Only diskcopy can be used. Copy allows the destination disk to have bad sectors, while diskcopy does not allow the target disk to have bad sectors. 
 
 
 |  | 
|  2010-6-7 00:17 |  | 
|  | 
 
| luckylam 新手上路
 
  
 
 
 
 积分 16
 发帖 7
 注册 2010-6-8
 状态 离线
 | 
| 『第 14 楼』:
 
 
使用 LLM 解释/回答一下 
 
 
呵呵,原来区别是这样 
Hehe, so the difference is like this 
 
 
 |  | 
|  2010-6-15 11:16 |  |