我有一个磁盘,比如/ 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 = [// fileserver / file],但那时,我的主副本是一个4GB的flash ide.