Hi
Just done a re-install and forgot to check the "format" box for the swap partition during the process.
Running the partition manager reveals an "unknown" partition of 1.95 gb. It remains that way after using a live version to format the partition as linuxswap.
I believe the problem to be my fstab. I have played around with it to try and sort this but, currently to no avail. The contents are:
I'm assuming the final line (which I've never before seen in my fstab) and the previous one conflict. I'm also assuming that the final line has arisen due to me telling the system during install to encrypt the home directory.
Is anyone able to advise me please on the changes I should make to the fstab file for it to recognise the swap partition?
Many thanks
Just done a re-install and forgot to check the "format" box for the swap partition during the process.
Running the partition manager reveals an "unknown" partition of 1.95 gb. It remains that way after using a live version to format the partition as linuxswap.
I believe the problem to be my fstab. I have played around with it to try and sort this but, currently to no avail. The contents are:
Code:
# /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> proc /proc proc nodev,noexec,nosuid 0 0 # / was on /dev/sda1 during installation UUID=52644df4-8a37-4190-bdc8-50d507b5de50 / ext4 errors=remount-ro 0 1 # /home was on /dev/sda2 during installation UUID=5770932f-09cd-4b4a-80ee-1e69fbe3a5bd /home ext4 defaults 0 2 # swap was on /dev/sda3 during installation UUID=4144565f-09fd-4585-a0b4-74f7168aab7f none swap sw 0 0 /dev/mapper/cryptswap1 none swap sw 0 0
Is anyone able to advise me please on the changes I should make to the fstab file for it to recognise the swap partition?
Many thanks
Comment