mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-27 20:16:22 +02:00
parted -a optimal for EXT4
This commit is contained in:
@@ -580,7 +580,7 @@ if [ "$1" = "format" ]; then
|
||||
echo "error='partition cleaning failed'"
|
||||
exit 1
|
||||
fi
|
||||
sudo parted -s /dev/${hdd} mklabel gpt 1>/dev/null 1>&2
|
||||
sudo parted -s -a optimal -- /dev/${hdd} mklabel gpt 1>/dev/null 1>&2
|
||||
sleep 2
|
||||
sync
|
||||
fi
|
||||
|
Reference in New Issue
Block a user