mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-09 07:06:47 +00:00
4 lines
136 B
Bash
Executable File
4 lines
136 B
Bash
Executable File
LOOP_DEVICE=$(lsblk | grep disk_mount)
|
|
sudo umount -f ../bin/disk_mount/
|
|
sudo losetup -d /dev/${LOOP_DEVICE:2:5}
|
|
echo ${LOOP_DEVICE:2:5} |