将一个文件作为分区挂载
dd if=/dev/sda5 of=/dev/v_ext2 bs=1048576 count=512
mkfs.ext2 /dev/v_ext2 格式化
mount -oloop /dev/v_ext2 /mnt/v_ext2 挂载分区
dd if=/dev/sda5 of=/dev/v_ext2 bs=1048576 count=512
mkfs.ext2 /dev/v_ext2 格式化
mount -oloop /dev/v_ext2 /mnt/v_ext2 挂载分区