Technology Sharing

MACOS View Hard Drive Read and Write Volume

2024-07-12

한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina

1. Install Homebrew

  • Follow the prompts to install
/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
  • 1

2. Install smartmontools

brew install smartmontools
  • 1

3. Check the hard disk read and write volume and other information

sudo smartctl -a /dev/disk0
  • 1

insert image description here