sg3_utils: sg_sat_datetime command to get/set the date & time on ATA devices.#37
Open
jrbauer-wdc wants to merge 1 commit intodoug-gilbert:mainfrom
Open
sg3_utils: sg_sat_datetime command to get/set the date & time on ATA devices.#37jrbauer-wdc wants to merge 1 commit intodoug-gilbert:mainfrom
jrbauer-wdc wants to merge 1 commit intodoug-gilbert:mainfrom
Conversation
ATA devices. Similar to sg_timestamp for SCSI, sg_sat_datetime allows the date and time (timestamp) to be set-on and returned-from ATA devices. This provides the ability to syncronize the system clock with the device. The SET DATE & TIME EXT and READ LOG [DMA] EXT ATA commands are sent using ATA PASSTHROUGH SCSI commands to set and retrieve the date and time on the device.
Owner
|
Thanks, this is great. Keeping the options similar to sg_timestamp (for SCSI devices) should help users. I merged it upstream, made some formatting changes and referenced it from sg_timestamp's manpage. The result is now mirrored it here. There was a minor CI problem (see the Actions tab) which I fixed. Often get hiccups with the MinGW compiler |
Author
|
Thanks for picking this up, Doug. I compiled and tested with Cygwin, but not MinGW. I'll make sure to compile and test with MinGW in future contributions. Thanks for fixing that up and for adding the reference in sg_timestamp. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Similar to sg_timestamp for SCSI, sg_sat_datetime allows the date and time (timestamp) to be set-on and returned-from ATA devices. This provides the ability to syncronize the system clock with the device. The SET DATE & TIME EXT and READ LOG [DMA] EXT ATA commands are sent using ATA PASSTHROUGH SCSI commands to set and retrieve the date and time on the device.