(Solved) Mount Error in partition after installing Linux Mint 22.1



What is SMART?
It stands for "Self-Monitoring, Analysis and Reporting Technology"

On Linux you run SMART with the following command:
Bash:
sudo smartctl -av /dev/sdX

You need to replace sdX with actual disk you're testing, for your specific disk that's sda, therefore:
Bash:
sudo smartctl -av /dev/sda

This will generate SMART report that needs interpretation to conclude whether the disk is healthy or not.
 
It stands for "Self-Monitoring, Analysis and Reporting Technology"

On Linux you run SMART with the following command:
Bash:
sudo smartctl -av /dev/sdX

You need to replace sdX with actual disk you're testing, for your specific disk that's sda, therefore:
Bash:
sudo smartctl -av /dev/sda

This will generate SMART report that needs interpretation to conclude whether the disk is healthy or not.
Thank you. My Linux knowledge has increased exponentially.
 


Follow Linux.org

Members online


Top