|
kookycy
初级用户
 
积分 41
发帖 32
注册 2008-10-16
状态 离线
|
『楼 主』:
[已结] .gho 改名后如何做个批处理让GHOST恢复
使用 LLM 解释/回答一下
.gho 改名后如何做个批处理让GHOST恢复
例如
.gho 改为.bak
直接用Ghost-clone,mode=pload,src=d:\ghost\sysbak.bak,dst=1:1 /sure /rb
似乎不行.
Last edited by kookycy on 2008-10-22 at 20:14 ]
How to make a batch process to let GHOST restore after renaming .gho For example Rename .gho to .bak Directly use Ghost-clone,mode=pload,src=d:\ghost\sysbak.bak,dst=1:1 /sure /rb It seems not okay.
Last edited by kookycy on 2008-10-22 at 20:14 ]
|
|
2008-10-22 14:12 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
@echo off
ren d:\ghost\sysbak.bak sysbak.gho
Ghost-clone,mode=pload,src=d:\ghost\sysbak.gho,dst=1:1 /sure /rb
@echo off
ren d:\ghost\sysbak.bak sysbak.gho
Ghost-clone,mode=pload,src=d:\ghost\sysbak.gho,dst=1:1 /sure /rb
|

 |
|
2008-10-22 14:17 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2008-10-22 14:20 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
|
2008-10-22 14:20 |
|
|
kookycy
初级用户
 
积分 41
发帖 32
注册 2008-10-16
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
这个要是在NTFS下应该不能用 REN 命令吧.
我的意思是磁盘是NTFS 时通常在DOS下是看不到的..除非加载NTFSDOS
Last edited by kookycy on 2008-10-22 at 16:00 ]
This should not be able to use the REN command under NTFS.
I mean when the disk is NTFS, usually it can't be seen under DOS.. Unless NTFSDOS is loaded
Last edited by kookycy on 2008-10-22 at 16:00 ]
|
|
2008-10-22 14:33 |
|
|
kookycy
初级用户
 
积分 41
发帖 32
注册 2008-10-16
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Originally posted by HAT at 2008-10-22 14:17:
@echo off
ren d:\ghost\sysbak.bak sysbak.gho
Ghost-clone,mode=pload,src=d:\ghost\sysbak.gho,dst=1:1 /sure /rb
只在批处理加一个改名的命令?
GHOST没有此类的参数吧.
感谢.
Originally posted by HAT at 2008-10-22 14:17:
@echo off
ren d:\ghost\sysbak.bak sysbak.gho
Ghost-clone,mode=pload,src=d:\ghost\sysbak.gho,dst=1:1 /sure /rb
Just add a renaming command in the batch?
GHOST doesn't have such a parameter, right.
Thanks.
|
|
2008-10-22 14:36 |
|
|
dato
高级用户
   
积分 916
发帖 377
注册 2004-3-8
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
ghost当然是支持改名的至少改成bak.gh是没问题的
Ghost -clone,mode=pload,src=1:6\ghost\system1.gh:1,dst=1:1 -sure -rb
1:6代表第一个硬盘的6分区
system1.gh:1代表如果是整盘备份里的第一个分区备份数据,如果单分区也就无所谓了.
不过以前v8.3 v10.0.x 系列对IDE的双硬盘识别是有分别的.忘了.似乎v8.3是根据BIOS的硬盘启动顺序识别的.而v10.0.x而是根据数据线的主从排列识别的.所以在用双硬盘还是慎用一键还原工具除非你知道你在干什么.
Ghost certainly supports renaming. At least renaming it to bak.gh is fine.
Ghost -clone,mode=pload,src=1:6\ghost\system1.gh:1,dst=1:1 -sure -rb
1:6 means the 6th partition of the first hard disk.
system1.gh:1 means if it is the backup data of the first partition in the full disk backup, it doesn't matter if it's a single partition.
But in the previous v8.3 v10.0.x series, there were differences in the identification of IDE dual hard disks. Forgotten. It seems that v8.3 identifies according to the BIOS hard disk boot sequence. And v10.0.x identifies according to the master-slave arrangement of the data cable. So when using dual hard disks, it is still advisable to be cautious with one-key restore tools unless you know what you are doing.
|

http://dato.ys168.com
google search bot
http://dato.minidns.net/ |
|
2008-10-22 14:59 |
|
|
HAT
版主
       
积分 9023
发帖 5017
注册 2007-5-31
状态 离线
|
『第 8 楼』:
Re 5楼
使用 LLM 解释/回答一下
你听谁说NTFS不支持ren命令?
Who told you that NTFS doesn't support the ren command?
|

 |
|
2008-10-22 15:02 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
我的GGhost一键恢复中,默认就是改名的,没听说有什么问题。
如:
ghost -clone,mode=pload,src="1.4:\gghost..\sys.ggh:1",dst=1:1 -fx -sure -fro
楼主不能用,是因为命令写错了,而不是扩展名的问题。
In my GGhost one-click recovery, it's renamed by default, and I haven't heard of any problems.
For example:
ghost -clone,mode=pload,src="1.4:\gghost..\sys.ggh:1",dst=1:1 -fx -sure -fro
The owner can't use it because the command is wrong, not because of the extension problem.
|

Windows 一键还原
http://www.yjhy.com |
|
2008-10-22 15:22 |
|
|
yishanju
银牌会员
     [b]看你妹啊[/b]
积分 1488
发帖 1357
注册 2006-5-20
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
Originally posted by HAT at 2008-10-22 15:02:
你听谁说NTFS不支持ren命令?
他的意思是NTFS 在DOS下只读的,改不了名字
Originally posted by HAT at 2008-10-22 15:02:
Who told you that NTFS doesn't support the ren command?
His meaning is that NTFS is read-only under DOS and cannot be renamed.
|

有问题请发论坛或者自行搜索,再短消息问我的统统是SB |
|
2008-10-22 15:39 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
Originally posted by yishanju at 2008-10-22 15:39:
他的意思是NTFS 在DOS下只读的,改不了名字
不能改名的话,那仅是用的NTFS驱动不对而已,换个支持可写的就行了。
问题是,根本无需改名。呵呵。
Originally posted by yishanju at 2008-10-22 15:39:
He means that NTFS is read-only under DOS and cannot be renamed If it can't be renamed, it's just that the NTFS driver used is incorrect. Just change to one that supports write. The problem is, there's no need to rename at all. Hehe.
|

Windows 一键还原
http://www.yjhy.com |
|
2008-10-22 15:44 |
|
|
kookycy
初级用户
 
积分 41
发帖 32
注册 2008-10-16
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
Originally posted by HAT at 2008-10-22 15:02:
你听谁说NTFS不支持ren命令?
大哥,你搞错了.虽然我很菜,但我还没有那么弱,NTFS肯定支持REN
只是他改不了名字而已
Last edited by kookycy on 2008-10-22 at 16:06 ]
Originally posted by HAT at 2008-10-22 15:02:
Who told you that NTFS doesn't support the ren command?
Dude, you got it wrong. Although I'm very green, I'm not that weak. NTFS definitely supports REN. It just can't change the name.
Last edited by kookycy on 2008-10-22 at 16:06 ]
|
|
2008-10-22 15:58 |
|
|
kookycy
初级用户
 
积分 41
发帖 32
注册 2008-10-16
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
Originally posted by lianjiang2004 at 2008-10-22 15:22:
我的GGhost一键恢复中,默认就是改名的,没听说有什么问题。
如:
ghost -clone,mode=pload,src="1.4:\gghost..\sys.ggh:1",dst=1:1 -fx -sure -fro
楼主不能用, ...
感谢...你的命令为正解
怎么GHOST教程里没有1.4:这类的说法?
Originally posted by lianjiang2004 at 2008-10-20 15:22:
In my GGhost one-click recovery, it is renamed by default, and I haven't heard of any problems.
For example:
ghost -clone,mode=pload,src="1.4:\gghost..\sys.ggh:1",dst=1:1 -fx -sure -fro
The landlord can't use it,...
Thanks... Your command is correct
Why is there no such statement as 1.4: in the GHOST tutorial?
|
|
2008-10-22 17:16 |
|
|
kookycy
初级用户
 
积分 41
发帖 32
注册 2008-10-16
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
晕. ..我又试了1:4也行的..
以前我也加了.GHO:1难道我的格式当时写错了.. - -
Oh, dizzy... I tried 1:4 again and it works..
I also added GHO:1 before. Did I write the format wrong at that time.. - -
|
|
2008-10-22 17:21 |
|
|
lianjiang2004
金牌会员
     
积分 3946
发帖 1884
注册 2006-1-20
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
新版格式是1.4,以前是1:4, 但用1.4或1:4两种格式都支持。
The new version format is 1.4, and it was 1:4 before, but both the 1.4 format and the 1:4 format are supported.
|

Windows 一键还原
http://www.yjhy.com |
|
2008-10-22 17:25 |
|