D
Deleted member 9563
Guest
Is it OK to put a swap file in /tmp? I was planning to do the following:
The /etc/fstab file entry would look like this:
Code:
# mkdir /tmp/swap
# dd if=/dev/zero of=/tmp/swap bs=128k count=32768
# chmod 0600 /tmp/swap
The /etc/fstab file entry would look like this:
Code:
md99 none swap sw,file=/tmp/swap,late 0 0