Skip to content

Commit

Permalink
v9.8
Browse files Browse the repository at this point in the history
- DietPi-Drive_Manager | Wording
  • Loading branch information
MichaIng committed Oct 13, 2024
1 parent 065dc9d commit 2dce8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-drive_manager
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,7 @@ Do you wish to ignore this warning, and, mount the drive regardless?" || return
# - Partition wipe must be done 1st, else UUIDs are still reported.
for i in "/dev/${aDRIVE_SOURCE_DEVICE[$MENU_DRIVE_INDEX]}"?*
do
[[ $i == '/dev/mmcblk'[0-9]'boot'[0-9] ]] && continue # Skip /dev/mmcblk0boot0 SPI storage devices on e.g. Odroid N2
[[ $i == '/dev/mmcblk'[0-9]'boot'[0-9] ]] && continue # Skip /dev/mmcblk0boot0 special boot sector eMMC partitions on e.g. Odroid N2
[[ -b $i ]] || continue
local target=$(findmnt -Ufnro TARGET -S "$i")
[[ $target ]] && { Unmount_Drive "$target" || return 1; }
Expand Down

0 comments on commit 2dce8e2

Please sign in to comment.