Using kubuntu 13.04
Creating a Virtual Swap file: (instead of having swap created on disc)
Added on blank Terminal line:
Rebooted.
Problem: on bootup, under the opening K graphic,
message: “An error occurred while mounting .swap.
Press S to skip mounting swap, or M for Manual”
Pressed S & system boots OK.
How can I fix this
Creating a Virtual Swap file: (instead of having swap created on disc)
Code:
sudo dd if=/dev/zero of=/mnt/bumpyswap.swap bs=1M count=17178 sudo swapon /mnt/bumpyswap.swap
Code:
sudo swapon -va
Problem: on bootup, under the opening K graphic,
message: “An error occurred while mounting .swap.
Press S to skip mounting swap, or M for Manual”
Pressed S & system boots OK.
Code:
bumpy@Bumpyputer:/mnt$ dir bumpyswap.swap bumpy@Bumpyputer:/mnt$
Comment