- 论坛徽章:
- 0
|
本帖最后由 ljy88 于 2010-04-24 19:27 编辑
把你以前的那个硬盘挂载上来
用备份的覆盖就行啦
fdisk -l
假设你以前的硬盘是/dev/sdb
根分区是/dev/s ...
missuniverse110 发表于 2010-04-24 18:45 ![]()
[root@localhost ~]# fdisk -l
Disk /dev/hdc: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 13 104391 83 Linux
/dev/hdc2 14 14593 117113850 8e Linux LVM
Disk /dev/sda: 160.0 GB, 160040803840 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 13 104391 83 Linux
/dev/sda2 14 19457 156183930 8e Linux LVM
由于第二块硬盘有数据,不能丢。。。怕怕。 原来的硬盘(要修复的)好像是120G IDE, 应该怎么挂载
我要修复的硬盘应该是:Disk /dev/hdc
根分区应该是:/dev/hdc1
应该用:mount /dev/hdc1 /mnt 对不? 一步都不能搞错哟,宁肯慢点求证好了再操作。
接着如下操作:
[root@localhost /]# mount /dev/hdc1 /mnt
[root@localhost /]# ls /mnt/etc/
ls: /mnt/etc/: No such file or directory
好像没有挂载上,问题出在哪里? |
|