Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はメモリ、スワップなどのSO情報を取得するCでシステムを開発しています.
しかし、マシンに搭載されているハードディスクの数がわからないので、マシンのディスクとそのディスクのパス (/dev/sda や /dev/sdb など) を特定する方法を知る必要があります。
どうすればこれを行うことができますpopen()かsystem()?
popen()
system()
statfs() を使用しようとしましたが、期待した結果が得られません。
誰かがこれを行う方法を知っていますか?
ありがとう。