Opened 5 years ago

Closed 5 years ago

#1184 closed defect (invalid)

Can't show RPM of HD without run cmd as admin

Reported by: Felipe Mendes Owned by:
Priority: minor Milestone:
Component: smartctl Version: 7.0
Keywords: windows Cc:

Description (last modified by Christian Franke)

C:\Users\FME>smartctl -i sdb
smartctl 7.0 2018-12-30 r4883 [x86_64-w64-mingw32-w10-1809] (sf-7.0-1)
Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org

Warning: Limited functionality due to missing admin rights
=== START OF INFORMATION SECTION ===
Device Model:     ST1000LM035-1RK172
Serial Number:    WDELLTBT
Firmware Version: SDM2
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   [No Information Found]
Local Time is:    Tue Apr 16 16:13:41 2019 HB
SMART support is: Available - device has SMART capability.
                  Enabled status cached by OS, trying SMART RETURN STATUS cmd.
SMART support is: Enabled

Attachments (1)

admin.PNG (24.9 KB ) - added by Felipe Mendes 5 years ago.
running as admin

Download all attachments as: .zip

Change History (4)

by Felipe Mendes, 5 years ago

Attachment: admin.PNG added

running as admin

comment:1 by Felipe Mendes, 5 years ago

i need get this information of RPM without run cmd as administrator

comment:2 by Christian Franke, 5 years ago

Description: modified (diff)
Keywords: windows added; smartctl -i sdb removed
Milestone: Release 7.1
Priority: criticalminor

For future submissions, PLEASE

  • do not set a milestone
  • avoid console screenshots, copy/paste to plaintext attachment or comment instead.

in reply to:  1 comment:3 by Christian Franke, 5 years ago

Resolution: invalid
Status: newclosed

This is not possible. Without admin rights, only IOCTL_STORAGE_QUERY_PROPERTY is available. This function only provides a small subset of device IDENTIFY information. Smartctl indicates this with
Warning: Limited functionality due to missing admin rights.

Note: See TracTickets for help on using tickets.