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)
Thu, May 7, 12:46 PM
Unknown Object (File)
Thu, May 7, 12:08 AM
Unknown Object (File)
Tue, May 5, 7:18 PM
Unknown Object (File)
Tue, May 5, 4:58 PM
Unknown Object (File)
Sun, May 3, 8:45 PM
Unknown Object (File)
Sun, May 3, 8:07 PM
Unknown Object (File)
Sun, May 3, 6:56 AM
Unknown Object (File)
Fri, May 1, 9:47 AM
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.