- 论坛徽章:
- 1
|
一台Linux 5.2 下面挂了两个存储 DS400 和 DS3400 ,每个存储分了两个盘
/dev下信息如下
sdb sdb1 sdc sdc1 sdd sdd1 sde sde1
sdb sdb1 sdc sdc1 是DS400的
sdd sdd1 sde sde1 是DS3400的
重装Linux 5.0 后,DS400正常使用,DS3400分区认不到了
/dev下信息如下
sdb sdb1 sdc sdc1 sdd sde
上面还有数据,请问怎么样能重新认到?谢谢!!!!
[root@localhost ~]# fdisk -l
Disk /dev/sda: 146.8 GB, 146813222912 bytes
255 heads, 63 sectors/track, 17849 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 17849 143267670 8e Linux LVM
Disk /dev/sdb: 1199.8 GB, 1199843573760 bytes
255 heads, 63 sectors/track, 145872 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 145872 1171716808+ 83 Linux
Disk /dev/sdc: 899.8 GB, 899804037120 bytes
255 heads, 63 sectors/track, 109394 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 109394 878707273+ 83 Linux
Disk /dev/sdd: 2096.2 GB, 2096239738880 bytes
255 heads, 63 sectors/track, 254853 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
Disk /dev/sde: 898.3 GB, 898388459520 bytes
255 heads, 63 sectors/track, 109222 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
[ 本帖最后由 wzqstudio 于 2010-1-19 16:24 编辑 ] |
|