Как определить своп (использование 8G) на разделе диска: / dev / cciss / c0d0p6 (у меня Linux Red Hat 5.3)
for example:
in my machine I not have swap definition
Swap: 0 0 0
the target is to create the following swap:
swapon -s
Filename Type Size Used Priority
/dev/cciss/c0d0p6 partition 8385888 0 -1
mkswap /dev/cciss/c0d0p6
echo '/dev/cciss/c0d0p6 none swap sw 0 0' >> /etc/fstab
swapon -a