shorten swapfile path
This commit is contained in:
parent
8ba582fa7a
commit
bef0be669a
@ -4,9 +4,7 @@ tags: [ "Documentation", "basics" ]
|
|||||||
---
|
---
|
||||||
# Making a Swap File
|
# Making a Swap File
|
||||||
|
|
||||||
> sudo mkdir -v /var/cache/swap
|
> cd /var/cache/
|
||||||
|
|
||||||
> cd /var/cache/swap
|
|
||||||
|
|
||||||
> sudo dd if=/dev/zero of=swapfile bs=1K count=4M
|
> sudo dd if=/dev/zero of=swapfile bs=1K count=4M
|
||||||
|
|
||||||
@ -25,7 +23,7 @@ Test it's working with top
|
|||||||
|
|
||||||
or:
|
or:
|
||||||
|
|
||||||
> echo "/var/cache/swap/swapfile none swap sw 0 0" | sudo tee -a /etc/fstab
|
> echo "/var/cache/swapfile none swap sw 0 0" | sudo tee -a /etc/fstab
|
||||||
|
|
||||||
Test it'll work at boot with:
|
Test it'll work at boot with:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user