Page MenuHomeFreeBSD

Avoid using non-portable dd conv=osync option
ClosedPublic

Authored by arichardson on May 9 2020, 5:56 PM.
Tags
None
Referenced Files
F84047679: D24788.diff
Sat, May 18, 3:21 PM
Unknown Object (File)
Sat, Apr 27, 5:29 PM
Unknown Object (File)
Sat, Apr 27, 5:28 PM
Unknown Object (File)
Sat, Apr 27, 5:28 PM
Unknown Object (File)
Tue, Apr 23, 12:09 AM
Unknown Object (File)
Sat, Apr 20, 5:36 PM
Unknown Object (File)
Sat, Apr 20, 5:36 PM
Unknown Object (File)
Sat, Apr 20, 5:36 PM
Subscribers
None

Details

Summary

The same thing can be achieved using the bs=$SIZE and conv=sync options.
Unlike conv=osync, conv=sync is support on both Linux and macOS.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31008
Build 28714: arc lint + arc unit

Event Timeline

arichardson created this revision.
This revision is now accepted and ready to land.May 9 2020, 11:35 PM
This revision was automatically updated to reflect the committed changes.