
19,734
Downloads
7,572
Downloads of v 7.0
1/5/2019
Last update
S.M.A.R.T. Monitoring Tools (smartmontools) package contains two utility programs (smartctl and smartd) to control and monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (SMART) built into most modern ATA and SCSI harddisks.
Smartmontools was originally derived from the Linux ​smartsuite package and actually supports ATA/ATAPI/SATA-3 to -8 disks and SCSI disks and tape devices. It should run on any modern Darwin (Mac OS X), Linux, FreeBSD, NetBSD, OpenBSD, Solaris, OS/2, Cygwin, QNX, eComStation or Windows system. Smartmontools can also be run from one of many different Live CDs/DVDs.
Due to OS-specific issues and also depending on the different state of smartmontools development on the platforms, device support is not the same for all OS platforms. We provide info about RAID-controller support here on the homepage and of course in the manpages.
See GSmartControl for a GTK GUI interface.
Documentation
Please Note: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
To install smartmontools, run the following command from the command line or from PowerShell:
C:\> choco install smartmontools
To upgrade smartmontools, run the following command from the command line or from PowerShell:
C:\> choco upgrade smartmontools
Files
Hide- tools\chocolateyInstall.ps1
Show
$ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://sourceforge.net/projects/smartmontools/files/smartmontools/7.0/smartmontools-7.0-1.win32-setup.exe/download' $checksum = 'bf0416c2e214c6323fdf1af8b853f761c846760f02950453c8a5bb276c961fbe' $checksumType = 'sha256' $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir fileType = 'exe' url = $url checksum = $checksum checksumType = $checksumType softwareName = 'smartmontools*' silentArgs = '/S' validExitCodes = @(0) } Install-ChocolateyPackage @packageArgs
- tools\chocolateyUninstall.ps1
Show
$packageName = $env:ChocolateyPackageName $packageSearch = "smartmontools*" $installerType = 'exe' $silentArgs = '/S' $validExitCodes = @(0) Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) ` -ErrorAction:SilentlyContinue ` | Where-Object { $_.DisplayName -like "$packageSearch" } ` | ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" ` -FileType "$installerType" ` -SilentArgs "$($silentArgs)" ` -File "$($_.UninstallString.Replace('"',''))" ` -ValidExitCodes $validExitCodes }
Virus Scan Results
- smartmontools.7.0.nupkg (951b667eb17b) - ## / 61 - Log in or click on link to see number of positives
- smartmontools-7.0-1.win32-setup.exe (bf0416c2e214) - ## / 69 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
Bruce Allen
Tags
Release Notes
http://www.smartmontools.org/browser/trunk/smartmontools/ChangeLog
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
smartmontools 7.0 | 7572 | Saturday, January 5, 2019 | approved |
smartmontools 6.6.1 | 8070 | Tuesday, December 19, 2017 | approved |
smartmontools 6.5.1 | 2877 | Saturday, May 7, 2016 | approved |
smartmontools 6.4.1 | 617 | Monday, June 29, 2015 | approved |
smartmontools 6.3.1 | 598 | Friday, December 5, 2014 | approved |
Discussion for the smartmontools Package
Ground rules:
- This discussion is only about smartmontools and the smartmontools package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or smartmontools, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.