🆕 在fat32文件系统中按照路径寻找文件

This commit is contained in:
fslongjin
2022-04-20 19:55:36 +08:00
parent db8b4a4877
commit 9b382dab60
10 changed files with 590 additions and 53 deletions

View File

@ -1,4 +1,7 @@
echo "Creating virtual disk image..."
qemu-img create -f raw disk.img 16M
mkfs.vfat -f 32 disk.img
echo "Successfully created disk image, please move it to folder ../bin/"
fdisk disk.img
sudo losetup -P /dev/loop1 --show disk.img
lsblk
#mkfs.vfat -F 32 /dev/loop1p1
echo "Successfully created disk image, please make a FAT32 filesystem on it and move it to folder ../bin/"