Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 Отключил завершение попытки монтировать offload диск если его размер более 600Мб
  • Loading branch information
boffart committed Jan 30, 2025
1 parent b59ae15 commit b94ad93
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Core/System/RootFS/sbin/mountoffload
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ mountoffload() {
if [ "$size_bytes" -le 629145600 ]; then
echo " - Start check: $disk"
"/sbin/fsck.${type}" -f -p "$disk" >/dev/null 2>/dev/null
else
MOUNT_RESULT='Disk size exceeds 600MB, cannot be offload partition'
return
fi

# Mount the disk read-only using its UUID to /offload
Expand Down

0 comments on commit b94ad93

Please sign in to comment.