个人工具

“UbuntuHelp:Hardware/HardDisk”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/Hardware/HardDisk}} {{Languages|UbuntuHelp:Hardware/HardDisk}} === Install a second hard disk from a first one (disk cloning) === Don´t copy par...)
 
 
(未显示同一用户的2个中间版本)
第4行: 第4行:
 
Don´t  copy partitions (if you have more than one) because then you still have the same partition sizes. Instead make the partitons on the new disk bigger and then copy all files from the old disk to the new disk.
 
Don´t  copy partitions (if you have more than one) because then you still have the same partition sizes. Instead make the partitons on the new disk bigger and then copy all files from the old disk to the new disk.
 
And if you copy the partitions it is no yet bootable. You should run the command grub-install with the appropriate arguments to install grub to the boot sector of the new disk. And you will have to adjust /boot/grub/menu.lst and /etc/fstab of the new disk to use the correct UUIDs for the partitions of the new disk.
 
And if you copy the partitions it is no yet bootable. You should run the command grub-install with the appropriate arguments to install grub to the boot sector of the new disk. And you will have to adjust /boot/grub/menu.lst and /etc/fstab of the new disk to use the correct UUIDs for the partitions of the new disk.
[http://en.wikipedia.org/wiki/Disk_cloning More on disk cloning]
+
[http://en.wikipedia.org/wiki/Disk_cloning More on disk cloning], [http://www.togaware.com/linux/survivor/Upgrade_Hard.html Upgrade a Hard Disk] and [http://www.faqs.org/docs/Linux-mini/Hard-Disk-Upgrade.html Hard Disk Upgrade Mini How-To].
 
== See also ==
 
== See also ==
 
* [[UbuntuHelp:Boot/ExternalHardDisk|Boot/ExternalHardDisk]].
 
* [[UbuntuHelp:Boot/ExternalHardDisk|Boot/ExternalHardDisk]].
第11行: 第11行:
 
* [[UbuntuHelp:RecoverGrub|RecoverGrub]]  
 
* [[UbuntuHelp:RecoverGrub|RecoverGrub]]  
 
----
 
----
[[category:CategoryHardware]]
+
[[category:CategoryHardware]] [[category:CategoryRescueAndCloning]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 23:06的最新版本

Install a second hard disk from a first one (disk cloning)

Don´t copy partitions (if you have more than one) because then you still have the same partition sizes. Instead make the partitons on the new disk bigger and then copy all files from the old disk to the new disk. And if you copy the partitions it is no yet bootable. You should run the command grub-install with the appropriate arguments to install grub to the boot sector of the new disk. And you will have to adjust /boot/grub/menu.lst and /etc/fstab of the new disk to use the correct UUIDs for the partitions of the new disk. More on disk cloning, Upgrade a Hard Disk and Hard Disk Upgrade Mini How-To.

See also