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, Aug 12, 4:25 PM
Unknown Object (File)
Tue, Aug 11, 11:00 PM
Unknown Object (File)
Tue, Aug 11, 10:47 PM
Unknown Object (File)
Tue, Aug 11, 10:20 PM
Unknown Object (File)
Tue, Aug 11, 1:22 PM
Unknown Object (File)
Mon, Aug 10, 5:00 AM
Unknown Object (File)
Mon, Aug 10, 3:17 AM
Unknown Object (File)
Sun, Aug 9, 4:06 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.