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)
Wed, May 22, 3:21 AM
Unknown Object (File)
Tue, May 21, 4:52 AM
Unknown Object (File)
Sun, May 19, 11:18 AM
Unknown Object (File)
Sun, May 19, 4:29 AM
Unknown Object (File)
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
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.