I use ubuntu 16.04 LTS and have 2 GB RAM and 320 GB hard disk space in which the allocated space for OS usage is 100 GB and swap space and other for partitions. recently after updates while doing multitasking my screen freezes and I have to manually reboot my system from the start. any suggestions?
terminal output:
$ free -h
total used free shared buff/cache available
Mem: 1.8G 977M 157M 201M 746M 467M
Swap: 0B 0B 0B
swapon
$ swapon
df:
$ df
Filesystem 1K-blocks Used Available Use% Mounted on
udev 942524 0 942524 0% /dev
tmpfs 192584 6120 186464 4% /run
/dev/sda6 103936232 10980932 87652568 12% /
tmpfs 962904 18980 943924 2% /dev/shm
tmpfs 5120 4 5116 1% /run/lock
tmpfs 962904 0 962904 0% /sys/fs/cgroup
cgmfs 100 0 100 0% /run/cgmanager/fs
tmpfs 192584 56 192528 1% /run/user/1000
blkid:
:~$ sudo blkid
/dev/sda1: UUID="7C7E5116262411BD" TYPE="ntfs" PARTUUID="01468a4c-01"
/dev/sda5: UUID="eed0dfa4-6e24-47fe-84bc-c598b144b116" TYPE="swap"
PARTUUID="01468a4c-05"
/dev/sda6: UUID="14a87b2f-9da8-487c-a6f5-03ddcea8bb25" TYPE="ext4"
PARTUUID="01468a4c-06"
cat /etc/fstab:
~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name
devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda6 during installation
UUID=14a87b2f-9da8-487c-a6f5-03ddcea8bb25 / ext4
errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=4acee253-61f3-4f36-857e-9cb045346e7b none swap sw
0 0
after doing the mentioned step 2
step 2:
$ swapon -a
$ swapon
NAME TYPE SIZE USED PRIO
/dev/sda5 partition 2G 67.6M -1
~$ free -h
total used free shared buff/cache available
Mem: 1.8G 1.1G 297M 159M 468M 367M
Swap:1.9G 67M 1.9G
terminal
output offree -h
andswapon
anddf
and I'll take a look. Start comments directed to me with@heynnema
or I may miss them. – heynnema Jun 20 '17 at 18:30gparted
, and from theterminal
show mesudo blkid
andcat /etc/fstab
, and I can figure out what to do for you. I've started a partial answer for this problem. – heynnema Jun 21 '17 at 13:34