Update 'docs/proxmox/Debian-VM.md'
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
d4d773336b
commit
ec0a4be8d9
@ -1,12 +1,19 @@
|
|||||||
```
|
```
|
||||||
df -h
|
df -h
|
||||||
```
|
```
|
||||||
|
```
|
||||||
sudo fdisk -l
|
sudo fdisk -l
|
||||||
|
```
|
||||||
|
```
|
||||||
sudo apt-get install -y parted
|
sudo apt-get install -y parted
|
||||||
|
```
|
||||||
|
```
|
||||||
sudo parted /dev/sda
|
sudo parted /dev/sda
|
||||||
|
```
|
||||||
|
```
|
||||||
print
|
print
|
||||||
resizepart 2 100%
|
resizepart 2 100%
|
||||||
|
```
|
||||||
|
```
|
||||||
|
sudo resize2fs /dev/sda2
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user