/ dev / sda와 같은 디스크가 있습니다.
다음은 fdisk -l입니다.
Disk /dev/sda: 64.0 GB, 64023257088 bytes
255 heads, 63 sectors/track, 7783 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: 0x0000e4b5
Device Boot Start End Blocks Id System
/dev/sda1 * 1 27 209920 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 27 525 4000768 5 Extended
Partition 2 does not end on cylinder boundary.
/dev/sda5 27 353 2621440 83 Linux
/dev/sda6 353 405 416768 83 Linux
/dev/sda7 405 490 675840 83 Linux
/dev/sda8 490 525 282624 83 Linux
우리가 제조하는 다른 장치를 플래시하는 데 사용하기 위해 파일 서버에 이미지를 저장해야하므로 사용 된 공간 만 (약 4GB) 원합니다. 복사가 완료되는 즉시이 장치를 부팅 할 수 있도록 mbr 등을 유지하고 싶습니다.
어떤 아이디어? 나는 이전에을 사용 dd if=/dev/sda of=[//fileserver/file]
했지만 그 당시 내 마스터 사본은 4GB 플래시 IDE에있었습니다.
dd conv=sparse
입니다.