Yes! I am not signed up for pastebin. there is a an error because today I booted and the swap was not mounted again. When I tried the commands I executed successfully before such as cat /etc/fstab it works but your other commands return this
terry@terry ~ $ cat /etc/fstab
# /etc/fstab: static file system information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# /dev/ROOT / ext3 noatime 0 1
# /dev/SWAP none swap sw 0 0
# /dev/fd0 /mnt/floppy auto noauto 0 0
none /proc proc nosuid,noexec 0 0
none /dev/shm tmpfs defaults 0 0
UUID=43c7b7da-a5f3-4e25-b7dd-f5542e0b108a swap swap sw 0 0
# /dev/sda3 at time of installation
UUID=93194f05-2013-4b1a-9284-dc3185c4d4e1 / ext4 rw,relatime,errors=remount-ro 0 1
terry@terry ~ $ sudo mount -a
[sudo] password for terry:
terry@terry ~ $ sudo journalctl -b0 >swap.log
terry@terry ~ $
MOD EDIT: Used backticks ``` to make terminal output appear correctly
Please use three backticks before and after terminal or code output in your posts. Thanks.