如何在磁盘分区上定义swap(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