nbd 모듈 추가modprobe nbd max_part=8로 모듈 추가$ modprobe nbd max_part=8모듈 관련 명령어는 아래 글 참고https://plastic2113.tistory.com/entry/Linux-%EB%AA%A8%EB%93%88-%EA%B4%80%EB%A6%AClsmod-modprobe-rmmodnbd모듈로 디스크 파일 연결: /dev/nbd0로 [disk_file]을 연결$ qemu-nbd --connect=/dev/nbd0 [disk_file_path]or$ qemu-nbd -c /dev/nbd0 [disk_file_path]kpartx를 사용한 디바이스 매핑(생략가능): kpart를 이용해 nbd0에 대한 파티션 매핑을 추가$ kpartx -a /dev/nbd0disk..