You are not logged in.
Pages: 1
I installed crunchbang without making a swap partition. I then booted to live and used gparted to make a swap but it's not declared on fstab. How do I make the swap partition to show up?
Offline
Edit: Ignore me
Write an fstab. This should help:
Add the swap line, using correct id, and auto mount at boot.
Reboot.
Last edited by dura (2012-11-24 14:53:23)
Offline
The system will use swap if it exists, it doesn't need to be declared in fstab. Run free -m and see if the last row shows swap.
Offline
swap on
Offline
If you want it in fstab, add a line similar to the following :-
# swap was on /dev/sda1 during installation
UUID=6ea3d80e-3b04-4af3-9f36-e6a7f5065671 none swap sw
OR
/dev/sda1 none swap sw
Last edited by fatmac (2013-01-03 19:43:05)
Linux since 1999
Currently: AntiX, & Crunchbang.
A good general beginners book for Linux :- http://rute.2038bug.com/index.html.gz
A good Debian read :- http://debian-handbook.info/get/now/
Offline
Pages: 1
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.