You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When installing on a mmc device, this sometimes takes a very long time ( > 1hour).
The reason for this is that the target device is mounted without the async option, when adding "-o async" to the mount tag in usr/local/share/dfuibe_lua/conf/BSDInstaller.lua the problem is fixed.
Proposed fix: change the default setting for the installer to async.
The text was updated successfully, but these errors were encountered:
Ad pointed out that SD cards can take a very long time to write
due to FreeBSD handling disks `noasync' by default. While it is
labeled `dangerous', it is fine for the bsdinstaller's use case
as we bootstrap a system and are not overly concerned with data
loss due to sudden power outages. The final system will still
be `noasync' so the world is still a safe place.
When installing on a mmc device, this sometimes takes a very long time ( > 1hour).
The reason for this is that the target device is mounted without the async option, when adding "-o async" to the mount tag in usr/local/share/dfuibe_lua/conf/BSDInstaller.lua the problem is fixed.
Proposed fix: change the default setting for the installer to async.
The text was updated successfully, but these errors were encountered: