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
Unknown Object (File)
Oct 23 2024, 4:20 PM
Unknown Object (File)
Oct 11 2024, 12:44 PM
Unknown Object (File)
Oct 11 2024, 1:09 AM
Unknown Object (File)
Oct 11 2024, 1:06 AM
Unknown Object (File)
Oct 10 2024, 10:12 PM
Unknown Object (File)
Oct 8 2024, 5:23 AM
Unknown Object (File)
Sep 18 2024, 7:29 AM
Unknown Object (File)
Sep 4 2024, 1:20 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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.