first commit
This commit is contained in:
12
docs/proxmox/Debian-VM.md
Normal file
12
docs/proxmox/Debian-VM.md
Normal file
@ -0,0 +1,12 @@
|
||||
```
|
||||
df -h
|
||||
```
|
||||
|
||||
sudo fdisk -l
|
||||
|
||||
sudo apt-get install -y parted
|
||||
|
||||
sudo parted /dev/sda
|
||||
|
||||
print
|
||||
resizepart 2 100%
|
Reference in New Issue
Block a user