soft:server
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| soft:server [2025/03/12 04:28] – created asad | soft:server [2026/03/11 04:11] (current) – asad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Server ====== | ====== Server ====== | ||
| + | |||
| + | ===== - Basic management ===== | ||
| + | <code bash> | ||
| + | df -h # check storage | ||
| + | du -sh * # size of all folders | ||
| + | sudo mount -t auto /dev/sdb / | ||
| + | nvidia-smi | ||
| + | </ | ||
| ===== - OS drive space extension ===== | ===== - OS drive space extension ===== | ||
| Line 5: | Line 13: | ||
| lsblk # check the partitions | lsblk # check the partitions | ||
| sudo pvs # check free space | sudo pvs # check free space | ||
| - | sudo lvextend -l +100%FREE | + | sudo lvextend -l +100%FREE |
| - | sudo resize2fs | + | sudo resize2fs |
| </ | </ | ||
soft/server.1741775325.txt.gz · Last modified: by asad
