Samsung SSD Magician DC
-S [--smart]
Used to select a specific drive connected to the system and get the SMART Value. For example, if --disk X is specified, where X is the physical disk index, it lists down the SMART attributes of the disk X connected to HOST system. Also used to log temperature of the disk and estimate its life time and the percentage of the available LBA to replace. Also used to execute SMART Self-Test.
| | -t [--temperature] Enables the user to log the temperature of the disk. |
| Arguments: | -q [--query] Displays the percentage of the available LBA to replace. |
| -a [--analyzer] Displays the lifetime estimation of the disk by SMART value. |
| |
| | --analyzer should be followed by either --start or --stop subcommands. |
| | -e [--execute] Execute SMART Self-Test. |
| | --execute should be followed by --offlineshort, --offlineextended, --offlineselective, -- |
| | captiveshort, --captiveextended, --captiveselective, --abort, --checkstatus |
| | subcommands. | | | |
| Used with: | --disk [or] -d | | | |
| | | | | | |
| | magician --disk 1 | --smart | | |
| | magician --disk 1 | --smart --temperature |
| | : Use default folder location | |
| | magician --disk 1 | --smart --temperature /home/ |
| | : Use /home/ folder location | |
| | magician --disk 1 | --smart --query | |
| Usage: | magician --disk 1 | --smart --analyzer --start |
| : Record the data needed to estimate the life time of SSD. |
| | magician --disk 1 | --smart --analyzer --stop |
| | : Analyze the lifetime of the SSD using recorded data. |
| | magician | --disk 1 | --smart -- | execute | --offlineshort |
| | magician | --disk 1 | --smart -- | execute | --offlineextended |
| | magician | --disk 1 | --smart -- | execute | --offlineselective |
| | magician | --disk 1 | --smart -- | execute | --captiveshort |
| | magician | --disk 1 | --smart -- | execute | --captiveextended |
| | magician | --disk 1 | --smart -- | execute | --captiveselective |
| | magician | --disk 1 | --smart -- | execute | --abort |
| | magician | --disk 1 | --smart -- | execute | --checkstatus |
| | [or] | | | | |
| | magician -d 1 -S | | | |
| | magician -d 1 -S -t | | |
| | : Uses default folder location | |
magician -d 1 -S -t /home/
:Uses /home/ folder location magician -d 1 -S -q magician -d 1 -S -a --start
:Records the data needed to estimate the life time of SSD. magician -d 1 -S -a --stop
:Analyze the lifetime of the SSD using recorded data. magician -d 1 -S -e --offlineshort
magician -d 1 -S -e --offlineextended magician -d 1 -S -e --offlineselective magician -d 1 -S -e --captiveshort magician -d 1 -S -e --captiveextended magician -d 1 -S -e --captiveselective magician -d 1 -S -e --abort magician -d 1 -S -e --checkstatus
※Note: Default folder location is /usr/local/Magician/SMARTFiles/. Temperature will be logged into a file “Log_Temperature.txt” in default location if no valid file path is provided.
To estimate the lifetime of the SSD, first --analyzer should be run with --start and then with --stop subcommand. If “Wear Leveling
Count” of the SSD is same when executing “--start” and “-- | stop” subcommands, then lifetime is displayed as infinite. |
To check the current progress of SMART OFF-LINE SelfTest, “-- | checkstatus" subcommand should be used. |
To stop the execution of SMART OFF-LINE SelfTest, “--abort" subcommand should be used.