linux服务器如何创建虚拟硬盘

linux服务器中如何创建虚拟硬盘

创建一个4G大小的文件

cd /mnt/e

dd if=/dev/zero of=fat32 bs=1G count=4

mkfs.vfat /mnt/e/fat32

mount -o loop --o umask=000  /mnt/e/fat32 /mnt/fat32/

umount -l /mnt/fat32

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: