1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

SDカードの容量や書き込みスピードを測るソフト

1
Posted at

Windowsだと結構いろいろとあるのですが、linuxではCapacityTesterというソフトがあるので使ってみました。

CapacityTester
GitHub - c0xc/CapacityTester
https://github.com/c0xc/CapacityTester

インストール方法

sudo apt update ;
sudo apt upgrade -y ;

qt5のインストール

sudo apt install -y qtbase5-dev qttools5-dev-tools qt5-default ;

ソフトのインストールと起動

cd ;
wget https://github.com/c0xc/CapacityTester/files/120941/CapacityTester_Debian7.tar.gz ;
tar xvf CapacityTester_Debian7.tar.gz ;
cd bin ;
./CapacityTester ;

SDカードがフォーマットされて、マウントされている必要があります。この辺が面倒かなと

最近は海外のSDカードが簡単に手に入るので、一度試してみて容量や速度に問題がないかチェックしてみると良いでしょう。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?