어제 컴퓨터 구성에 SSD를 추가하고 새로 설치했습니다. 설치할 때 기존 HDD를 교체하고 SSD만 남았습니다. 설치가 완료된 후 수동으로 종료하여 하드 드라이브에 케이블을 연결한 다음 컴퓨터를 다시 켰습니다. 그 후에는 하드 드라이브의 정보를 열 수 없었지만 BIOS에서는 모든 것이 괜찮아 보였습니다. 두 번째 HDD부터는 500GB HDD에 524MB 부팅 파티션만 마운트할 수 있습니다.
상황을 확인해 보니 fdisk -l
답변이 좋아 보였습니다.
Disk /dev/sda: 128.0 GB, 128035676160 bytes
255 heads, 63 sectors/track, 15566 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000d66f4
Device Boot Start End Blocks Id System
/dev/sda1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 64 15567 124521472 8e Linux LVM
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x16481d17
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 64 512000 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sdb2 64 60802 487873536 8e Linux LVM
Disk /dev/mapper/vg_andromeda-lv_root: 53.7 GB, 53687091200 bytes
255 heads, 63 sectors/track, 6527 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg_andromeda-lv_swap: 8136 MB, 8136949760 bytes
255 heads, 63 sectors/track, 989 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Disk /dev/mapper/vg_andromeda-lv_home: 65.7 GB, 65682800640 bytes
255 heads, 63 sectors/track, 7985 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
스크린샷입니다컴퓨터:///
mount /dev/sdb2 /storage
루트로 실행 하면
다음 오류가 발생합니다.
mount: unknown filesystem type 'LVM2_member'
여기로 달려갔을 때 vgs
대답은 이랬습니다.
WARNING: Duplicate VG name vg_andromeda: Existing gc5zhX-vrW9-mEDA-mzNN-kZxf-9nON-1aWwGY (created here) takes precedence over bwQkRq-mgph-9BYf-9WPF-cKz0-FLFq-0Qxs73
WARNING: Duplicate VG name vg_andromeda: Existing gc5zhX-vrW9-mEDA-mzNN-kZxf-9nON-1aWwGY (created here) takes precedence over bwQkRq-mgph-9BYf-9WPF-cKz0-FLFq-0Qxs73
WARNING: Duplicate VG name vg_andromeda: gc5zhX-vrW9-mEDA-mzNN-kZxf-9nON-1aWwGY (created here) takes precedence over bwQkRq-mgph-9BYf-9WPF-cKz0-FLFq-0Qxs73
WARNING: Duplicate VG name vg_andromeda: gc5zhX-vrW9-mEDA-mzNN-kZxf-9nON-1aWwGY (created here) takes precedence over bwQkRq-mgph-9BYf-9WPF-cKz0-FLFq-0Qxs73
하드 드라이브에서 내 정보를 열 수 없으므로 누구든지 나를 도와줄 수 있습니까? /dev/sdb 및 /dev/sdb2 마운트를 시도했습니다(부팅 파티션이 있기 때문에 /dev/sdb1에는 문제가 없음).
새로 설치에서는 이전 설치와 동일한 사용자 이름과 호스트 이름을 사용합니다. 그리고 기존 하드에 CentOS가 또 설치되어 있는데 정보가 너무 많아서 먼저 SSD에 복사한 후 하드를 포맷하고 싶습니다.
감사합니다, 조지!
답변1
설계상 볼륨 그룹 이름은 시스템에서 고유해야 합니다. 디스크를 한 시스템에서 다른 시스템으로 이동할 때 문제가 발생합니다.
따라서 몇 가지 옵션이 있습니다(자세한 내용은 아래 참조).
- 외부 [마운트되지 않음] VG 디스크의 이름을 바꿉니다.
- 시스템의 VG 이름 바꾸기(비현실적)
- 두 개의 볼륨 그룹을 하나로 병합(먼저 이름을 바꿔야 할 수도 있음)
옵션 1 - 마운트 해제된 디스크에서 VG의 이름을 외부적으로 바꿉니다.
명령 사용가상 이름. 당신은 사용해야합니다그래픽 디스플레이또는VGG, 볼륨 그룹 UUID를 검색합니다.
$ vgs -o vg_name,vg_attr,vg_uuid
VG Attr VG UUID
vg_andromeda wz--n- gc5zhX-vrW9-mEDA-mzNN-kZxf-9nON-1aWwGY
???? ?????? bwQkRq-mgph-9BYf-9WPF-cKz0-FLFq-0Qxs73
$ vgrename bwQkRq-mgph-9BYf-9WPF-cKz0-FLFq-0Qxs73 vg_andromeda_old
$ vgchange -ay vg_andromeda_old
(vgs 명령의 실제 출력으로 이 문서를 편집/업데이트하세요)
옵션 2 - 시스템의 VG 이름 바꾸기
이것은 비현실적입니다. 활성 볼륨 그룹의 이름을 바꿀 수 없으므로 CD/DVD로 부팅하고 VG 이름을 바꾸고 모든 곳에서 시스템 구성(fstab, 부트로더)을 수정해야 합니다.
그러나 새로 설치했으므로 다른 이름으로 시스템을 다시 설치할 수 있습니다.
옵션 3 - 두 개의 볼륨 그룹을 하나의 볼륨 그룹으로 결합
두 개의 VG를 병합할 수 있지만 몇 가지 주의 사항이 있습니다.
- 이는 두 드라이브가 모두 시스템에 남아 있는 경우에만 의미가 있습니다.
- VG에는 동일한 이름을 가진 두 개의 LV가 있을 수 없습니다.
- SSD와 HDD가 있으므로 명확성을 위해 다른 VG에 저장하는 것이 좋습니다.
- 이것가상 병합이 명령은 두 개의 VG를 이름(UUID 아님)으로만 병합하는 것으로 보이므로 어쨌든 중복 VG의 이름을 바꿔야 합니다.
답변2
VolumeGroup의 이름을 바꾸면 문제가 해결되었습니다. 다음 명령을 사용하십시오.
vgrename bwQkRq-mgph-9BYf-9WPF-cKz0-FLFq-0Qxs73 storage