mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-21 20:35:12 +00:00
docs: resize volume
This commit is contained in:
parent
55afd60d33
commit
30566a3a9f
@ -21,3 +21,5 @@ ip r # Display ip of the server
|
|||||||
lsof -i :9000 # List process running on port 9000
|
lsof -i :9000 # List process running on port 9000
|
||||||
|
|
||||||
journalctl -u minio.service -n 100 --no-pager # List last 100 logs for specific service
|
journalctl -u minio.service -n 100 --no-pager # List last 100 logs for specific service
|
||||||
|
|
||||||
|
sudo resize2fs /dev/disk/by-id/scsi-0DO_example # Resize volume
|
||||||
|
Loading…
Reference in New Issue
Block a user