You are not logged in.
Pages: 1
I want to make a swap file.. but cant find fallocate utility... what package is it in?
OK, I used this instead:
[c]dd if=/dev/zero of=/swapfile bs=1M count=512[/c]
[c]mkswap /swapfile[/c]
[c]swapon /swapfile[/c]
Strafer
Offline
Pages: 1
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.52 MiB (Peak: 1.77 MiB) ]