Enable lazy initialization of ext3/ext4 filesystems
This commit is contained in:
@@ -71,7 +71,7 @@ function safe-format-and-mount() {
|
||||
# Format only if the disk is not already formatted.
|
||||
if ! tune2fs -l "${device}" ; then
|
||||
echo "Formatting '${device}'"
|
||||
mkfs.ext4 -F -E lazy_itable_init=0,lazy_journal_init=0,discard "${device}"
|
||||
mkfs.ext4 -F "${device}"
|
||||
fi
|
||||
|
||||
mkdir -p "${mountpoint}"
|
||||
|
||||
Reference in New Issue
Block a user