免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 7409 | 回复: 10
打印 上一主题 下一主题

求助-挂载lvm分区问题【已解决】 [复制链接]

论坛徽章:
1
平安夜徽章
日期:2015-12-26 00:06:30
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2010-08-26 12:03 |只看该作者 |倒序浏览
本帖最后由 hc_ttcm 于 2010-08-26 18:19 编辑

我把一台机子上的硬盘拆卸下来,放到别的机子上挂载
我的步骤:
1> vgscan
2> vgchange -ay
3> mount
mount: wrong fs type, bad option, bad superblock on /dev/scd0,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

什么原因呢 ?

-------------------------------
搞定了
经过一个下午的时间,终于搞定了~
说下我的经过
硬盘拆卸下来,放到别的机子上挂载
[root@File ~]# fdisk -l

Disk /dev/hda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1          25      200781   83  Linux
/dev/hda2              26         280     2048287+  82  Linux swap / Solaris
/dev/hda3             281       19457   154039252+  83  Linux

Disk /dev/hdd: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdd1   *           1          13      104391   83  Linux
/dev/hdd2              14       38913   312464250   8e  Linux LVM
[root@File ~]# vgscan
  Reading all physical volumes.  This may take a while...
  Found volume group "VolGroup00" using metadata type lvm2
[root@File ~]# vgchange VolGroup00 -a y
  2 logical volume(s) in volume group "VolGroup00" now active
[root@File ~]# lvscan
  ACTIVE            '/dev/VolGroup00/LogVol00' [296.03 GB] inherit
  ACTIVE            '/dev/VolGroup00/LogVol01' [1.94 GB] inherit
[root@File ~]# mount /dev/VolGroup00/LogVol00 /mnt
mount: wrong fs type, bad option, bad superblock on /dev/VolGroup00/LogVol00,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

发现错误后
执行
[root@File ~]# e2fsck -y /dev/VolGroup00/LogVol00
等好长时间好长时间
结束后就可以挂载了
[root@File ~]# mount /dev/VolGroup00/LogVol00 /mnt
[root@File ~]# cd /mnt
[root@File ~]# cd lost+found

发现都是一堆的#2300003之类的 , 蓝色的目录 ,慢慢找吧
我发现 数字越大的一般都是自己建立的
不对的地方还请大牛们指点下

论坛徽章:
1
平安夜徽章
日期:2015-12-26 00:06:30
2 [报告]
发表于 2010-08-26 12:13 |只看该作者
[root@File ~]# fdisk -l

Disk /dev/hda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1          25      200781   83  Linux
/dev/hda2              26         280     2048287+  82  Linux swap / Solaris
/dev/hda3             281       19457   154039252+  83  Linux

Disk /dev/hdd: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdd1   *           1          13      104391   83  Linux
/dev/hdd2              14       38913   312464250   8e  Linux LVM
[root@File ~]# vgscan
  Reading all physical volumes.  This may take a while...
  Found volume group "VolGroup00" using metadata type lvm2
[root@File ~]# vgchange VolGroup00 -a y
  2 logical volume(s) in volume group "VolGroup00" now active
[root@File ~]# lvscan
  ACTIVE            '/dev/VolGroup00/LogVol00' [296.03 GB] inherit
  ACTIVE            '/dev/VolGroup00/LogVol01' [1.94 GB] inherit
[root@File ~]# mount /dev/VolGroup00/LogVol00 /mnt
mount: wrong fs type, bad option, bad superblock on /dev/VolGroup00/LogVol00,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

论坛徽章:
1
平安夜徽章
日期:2015-12-26 00:06:30
3 [报告]
发表于 2010-08-26 12:27 |只看该作者
咋整 ?

论坛徽章:
34
亥猪
日期:2015-03-20 13:55:11戌狗
日期:2015-03-20 13:57:01酉鸡
日期:2015-03-20 14:03:56未羊
日期:2015-03-20 14:18:30子鼠
日期:2015-03-20 14:20:14丑牛
日期:2015-03-20 14:20:31辰龙
日期:2015-03-20 14:35:34巳蛇
日期:2015-03-20 14:35:56操作系统版块每日发帖之星
日期:2015-11-06 06:20:00操作系统版块每日发帖之星
日期:2015-11-08 06:20:00操作系统版块每日发帖之星
日期:2015-11-19 06:20:00黄金圣斗士
日期:2015-11-24 10:43:13
4 [报告]
发表于 2010-08-26 14:15 |只看该作者
pvscan vgscan lvscan 都做下,然后检查 /dev/mapper

论坛徽章:
0
5 [报告]
发表于 2010-08-26 15:48 |只看该作者
程序提示你了:
missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so
你执行dmesg看看最后有什么信息出
估计问题是没有指定文件系统类型或没有指定codepage
你可以看看原来机器的fstab,lvm是怎么mount得

论坛徽章:
1
平安夜徽章
日期:2015-12-26 00:06:30
6 [报告]
发表于 2010-08-26 17:06 |只看该作者
回复 4# vermouth

还是不行

论坛徽章:
1
平安夜徽章
日期:2015-12-26 00:06:30
7 [报告]
发表于 2010-08-26 17:08 |只看该作者
程序提示你了:
missing codepage or other error
       In some cases useful info is found in syslo ...
bingosek 发表于 2010-08-26 15:48



    原来的机子都登陆不进去 才挂盘拷贝文件的


    看 dmesg 有
EXT3-fs error (device dm-0): ext3_check_descriptors: Block bitmap for group 0 not in group (block 2553887680)!
EXT3-fs: group descriptors corrupted!


估计问题是没有指定文件系统类型或没有指定codepage
能具体点嘛

论坛徽章:
1
平安夜徽章
日期:2015-12-26 00:06:30
8 [报告]
发表于 2010-08-26 17:17 |只看该作者
搞定了

论坛徽章:
34
亥猪
日期:2015-03-20 13:55:11戌狗
日期:2015-03-20 13:57:01酉鸡
日期:2015-03-20 14:03:56未羊
日期:2015-03-20 14:18:30子鼠
日期:2015-03-20 14:20:14丑牛
日期:2015-03-20 14:20:31辰龙
日期:2015-03-20 14:35:34巳蛇
日期:2015-03-20 14:35:56操作系统版块每日发帖之星
日期:2015-11-06 06:20:00操作系统版块每日发帖之星
日期:2015-11-08 06:20:00操作系统版块每日发帖之星
日期:2015-11-19 06:20:00黄金圣斗士
日期:2015-11-24 10:43:13
9 [报告]
发表于 2010-08-26 17:43 |只看该作者
回复 8# hc_ttcm

怎么搞的?

论坛徽章:
1
平安夜徽章
日期:2015-12-26 00:06:30
10 [报告]
发表于 2010-08-26 18:03 |只看该作者
回复 9# vermouth


    在1楼写了

   整的有点菜,但是把文件找回来了 呵呵
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP