Scope Pro CLI


1. Support Products

  • Transcend Embedded SSD

  • Transcned SD Card
    • SDC460T
    • SDC220I
    • SD100I / SDHC100I

  • Transcend MicroSD Card
    • USD460T
    • USD430T
    • USD450I
    • USD230I


2. System Requirements

  • Ubuntu 16.04 LTS
  • Ubuntu 18.04 LTS
  • Ubuntu 20.04 LTS

Note: You must have Administrator privileges to run the ScopePro.


3. Package Installation

  1. Add ScopePro repository to system's Software Sources
$ sudo add-apt-repository ppa:transcend-rd/scopepro-cli
  1. Update resource
$ sudo apt update
  1. Install ScopePro package
$ sudo apt-get install scopepro-cli

4. Functions

Drive Status

  • Execute the following command to display standard drive information of the specified disk.

    (SD / MicroSD not support this function)

$ sudo scopepro -id /dev/sda
---------- Disk Information ----------
Model                   :TS512GSSD470K
FW Version              :22Z2UCFS
Serial No               :H735380001
Support Interface       :SATA

S.M.A.R.T Status

  • Execute the following command to display S.M.A.R.T status of the specified disk.

  • SSD:

$ sudo scopepro -smart /dev/sda
---------------- S.M.A.R.T Information ----------------
01 Read Error Rate                                    0
05 Reallocated Sectors Count                          1
09 Power-On Hours                                     5520
OC Power Cycle Count                                  664
A0 Uncorrectable sectors count when read/write        1
A1 Number of Valid Spare Blocks                       108
A3 Number of Initial Invalid Blocks                   47
A4 Total Erase Count                                  55937
A5 Maximum Erase Count                                78
A6 Minimum Erase Count                                9
A7 Average Erase Count                                27
A8 Max Erase Count of Spec                            3000
A9 Remain Life (percentage)                           100
AF Worst Component Program Fail Count                 0
BO Worst Component Erase Fail Count                   0
B1 Total Wear Level Count                             0
B2 Grown Bad Block Count                              0
B5 Total Program Fail Count                           0
B6 Total Erase Fail Count                             0
CO Sudden Power Count                                 164
C2 Enclosure Temperature                              26
C3 Hardware ECC Recovered                             870
C4 Reallocation Event Count                           2
C5 Current Pending Sector Count                       0
C6 Reported Uncorrectable Errors                      1
C7 CRC Error Count                                    8
E8 Available Reserved Space                           100
F1 Host 32MB/unit Written (TLC)                       733037
F2 Host 32MB/unit Read (TLC)                          766228
F5 NAND 32MB/unit Written (TLC)                       894992
  • SD / Micro SD Card:
$ sudo scopepro -smart /dev/mmcblk0
---------------- S.M.A.R.T Information ----------------
Card Marker:                  Transcend
Bus Width:                    4 bit Width
Secured Mode:                 Not in the secured mode
Speed Class:                  Class 10
UHS Speed Grade:              30MB/s and above
New Bad block Count:          0
Spare Block:                  0
Min Erase Count:              0
Max Erase count:              1
Total Erase Count:            3
Avg. Erase Count:             0
NAND P/E Cycle:               3000
Card Life:                    100%
Current SD Card Speed Mode:   SDR104
Total Write CRC Count:        0
Power On/Off Count:           9
NAND Flash ID:                45-48-98-03-76-66
SMI SD Controller P/N:        SM2706
SD Firmware Version:          V0217
Abnormal Power Detect:        0

Disk Health

  • Execute the following command to display health info of the specified disk.

    (SD / MicroSD not support this function)

$ sudo scopepro -health /dev/sda
---------------- Health Information ----------------
Health Percentage: 100%

5. Others

  • Execute the following command to get help about other command usage.
$ sudo scopepro -h
Usage:
      scopepro
            show all information of devices
      scopepro [option] «device>
            show specific information of the device by option

Options:
      -all:       list all information of the device
      -id:        list id table information of the device
      -smart:     list S.M.A.R.T table information of the device
      -health:    list the health information of the device
      -license:   display the End User License Agreement and Statement
      -V:         display the application version

6. End-User License Agreement (EULA)