parted의 전용명령어 cp를 사용후 재부팅이 안돼내요.
parted의 전용명령어 cp를 공부중이였습니다.
파티션 자체를 서로 복사해주는듯 하더군요.
서로 크기가 다른 파티션끼리는 복사가 안되었습니다.
제가 테스트하고 경고문구를 보고 무슨소린지 몰라서 재부팅을 하고 나서야 알았습니다.
(parted) select /dev/sdc
(parted) p
Model: VMware, VMware Virtual S (scsi)
Disk /dev/sdc: 8590MB
Sector size (logical/physical): 512B/512B
Partition Table: gpt
Number Start End Size File system Name Flags 1 17.4kB 859MB 859MB ext2 2 859MB 1718MB 859MB ext2
(parted) cp /dev/sdb 1 1 ===>> 이것이 소스를 /dev/sdb1, 목적지를 /dev/sdc1으로 복사한것으로 알고 있는데요.
(parted) q
Warning: You should reinstall your boot loader before rebooting. Read
section 4 of the Parted
User documentation for more information.
Information: Don’t forget to update /etc/fstab, if necessary.
이렇게 하고 init 6로 재부팅하고 나니…
검은 화면에 GRUB 이 글자만 나오고 멈춰있내요. 아무런 화면도 안보여줍니다.
GRUB이 날라간듯한대요.
파티션 크기가 다를때 cp 사용시 에러 메시지 —> raw block copying… 49% (time left 00:05)error: block relocator should have relocated 520
제가 지금 위에 적어놓은것중에 실수한것이 있나요?
도무지 모르겠습니다 ㅠㅠ
댓글 달기