Thread: no swap area
i installed ubuntu without assigning swap area
can fix or have reinstall ubuntu ????
you can create swap file in filesystem without reinstalling anything. use dd command create file, mkswap command initialize it, , swapon command start using it.
example:this make swap area of 2gb in file /swapfile on root filesystem, format it, , turn on.code:sudo dd if=/dev/zero of=/swapfile bs=1024 count=2097152 sudo mkswap /swapfile sudo swapon /swapfile
have turn on automatically @ boot time need add /etc/fstab, line work above:the thing worry if need able use hibernate function; requires swap partition, , won't work swap file describe.code:/swapfile none swap sw 0 0
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support New to Ubuntu [ubuntu] no swap area
Ubuntu
Comments
Post a Comment