提示: 作者被禁止或刪除 內容自動屏蔽

TOP

應該用dump同 restore去做 backup同 restore。 會快過用dd 去做。
dump只會backup用左既位去一個file道,無用到既位吾會backup。 dump會保留原本個file structure, ownership 同access right。
做 restore前,可以用fdisk 去create 個新partition。然後用 restore將個file  restore 到果個mount左既新partition道。 

TOP

本帖最後由 fhleung 於 2012-12-2 18:38 編輯

我用師兄介紹既 http://www.sysresccd.org/SystemRescueCd_Homepage

唔好意思, 我現在學用緊 gparted GUI, 係就係有粒   Resize/Move   按鈕

內有選項
Free space preceding (MiB)
New size (MiB)
Free space following  (MiB)


問題:  是不是只可以 減少 partition space ?
不能增大?

TOP

可以增大,但要減少相連既partition space

TOP

"我有一個1TB HDD,得一個分區包曬所有容量
今日新買左個2TB HDD,又係得一個分區包曬所有容量
因為舊個件壞壞地,copy野速度慢到死,所以想用dd黎clone"

比另一個方法: using "rsync" to copy from 1TB HDD data to 2TB HDD,
you can format the new 2TB HDD as EXT4  and then backup all the data to that new drive.
google "how to rsync under linux" for usage example

TOP

你如果碎file多, rsync真係好過cp多多聲, 同埋有機會唔會俾corrupted files影響
當然dump加restore都好好, 又快又簡單, 睇吓你自己對啲tool熟唔熟

不過我建議dd, 因為block level, 所以有機會連bad sector都抄埋去新hd度, 你自己考慮吓

TOP

本帖最後由 fhleung 於 2012-8-8 16:34 編輯

回復 13# fhleung

用緊 gparted GUI, 可以控制 partition size 大小
但係需時 四五 個鐘!

dd 100GB 需時 半個 鐘!

TOP

  1. dd if=/dev/zero of=/dev/sda bs=1M
複製代碼
dd ZERO 入 300GB harddisk 需要 1.5 hour

TOP

本帖最後由 fhleung 於 2012-11-30 12:06 編輯

Please help!

Was it possible to dd a  SCSI hard drive >  IDE hard drive?
Given that size/volume of SCSI hard drive >  IDE hard drive




1 missing NTLDR > partition table doctor

2 missing or corrupt: system32\hal.dll
bootcfg /list
bootcfg /rebuild
Enter OS Load options
/fastdetect

OR

expand X:\i386\hal.dl_ C:\WINDOWS\system32\hal.dll


3 missing or corrupt: ntoskrnl.exe
http://www.piaoyi.org/computer/n ... issing-corrupt.html


4 Windows could not start because of an error in the software. load needed DLLs for kernel

TOP

本帖最後由 fhleung 於 2012-12-11 09:27 編輯

師兄介紹既 http://www.sysresccd.org/SystemRescueCd_Homepage 好有用

還有   深度winpe http://www.baidud.cn/software/catalog20/11609.html

TOP