🆕 在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

4
tools/mount_virt_disk.sh Normal file
View File

@ -0,0 +1,4 @@
sudo losetup -P /dev/loop1 --show ../bin/disk.img
lsblk
mkdir -p ../bin/disk_mount/
sudo mount /dev/loop1p1 ../bin/disk_mount/