LVM mount 방법 문의?
작성자 정보
- parkgimi 작성
- 작성일
컨텐츠 정보
- 4,469 조회
- 5 댓글
- 0 추천
- 목록
본문
RAID로 돌리던 서버가 갑자기 죽어서 복구 중 입니다.
레이드가 깨져서 부팅이 안되는 현상입니다.
복구서버의 데이타만 살려내면 되는데
데이타용이 LVM Filesystem 인데 라이브시디로 부팅후 마운트 하는 방법을 모르겠습니다.
라이브 시디 부팅후
# fdisk -l
Disk /dev/sda: 294.1 GB, 294171705344 bytes
255 heads, 63 sectors/track, 35764 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 35764 287169907+ 8e Linux LVM <==== 마운트 시도
#fstab 은
/dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw)
이런식으로 되었던 놈 입니다.
마운트 시도는 이렇게 했습니다.
# mount -t ext3 /dev/sda2 /mdbdisk
mount: wrong fs type, bad option, bad superblock on /dev/sda2,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
메시지를 보면
## dmesg | tail
VFS: Can't find ext3 filesystem on dev sda2.
VFS: Can't find ext3 filesystem on dev sda2.
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
eth0: no IPv6 routers present
autofs: called with bogus options
VFS: Can't find ext3 filesystem on dev sda2.
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
eth0: no IPv6 routers present
VFS: Can't find ext3 filesystem on dev sda2.
VFS: Can't find ext3 filesystem on dev sda2.
이렇게 나옵니다.
경험자가 계시면 조언 부탁 드립니다.
(단지 sdb2 만 마운트하면 됨)
관련자료
-
이전
-
다음
김봉현님의 댓글
- 김봉현
- 작성일
parkgimi님의 댓글
- parkgimi
- 작성일
mount: special device /dev/VolGroup00/LogVol00 does not exist
라고 나옵니다. (라이브시디로 부팅한 것이라...)
김봉현님의 댓글
- 김봉현
- 작성일
chroot /mnt/sysimage 후 다시 해 보세요..
박희영님의 댓글
- 박희영
- 작성일
박희영님의 댓글
- 박희영
- 작성일