0
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 1 year has passed since last update.

Linux ディスク容量 備忘録

Last updated at Posted at 2023-06-18

ディスク容量確認

sudo df -h

フォルダ容量確認

sudo du -hd1 .

仮想ディスク(スパースファイル)容量確認

sudo ls -lsh
total 15G
15G -rw------- 1 libvirt-qemu kvm 129G Jun 18 17:25 vm0.qcow2
0
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
0
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?