<div dir="ltr"><div>Hello everybody,</div><div><br></div><div>I am trying to run 20.04 with my OS on an SSD device and my home directory on my old hard drive.</div><div><br></div><div>This mount command works perfectly:<br></div><div>sudo mount UUID=b7092661-c008-4beb-9cdc-06c3dd036181 /home</div><div><br></div><div>However, when I try to do the same thing in fstab -</div><div># /etc/fstab: static file system information.<br>#<br># Use 'blkid' to print the universally unique identifier for a<br># device; this may be used with UUID= as a more robust way to name devices<br># that works even if disks are added and removed. See fstab(5).<br>#<br># <file system> <mount point>   <type>  <options>       <dump>  <pass><br># / was on /dev/sdb2 during installation<br>UUID=2e740efb-b15b-4bea-9ef8-a20dd7a87186 /         ext4    noatime,errors=remount-ro 0       1<br># swap was on /dev/sda5 during installation<br>UUID=1c5e43a0-097c-4d68-90df-e544497323dd none            swap    sw              0       0<br>#<br># Home is on sda6. Added 2020-06-13<br>#<br>UUID=b7092661-c008-4beb-9cdc-06c3dd036181 /home ext4 nodev,nosuid,relatime  0  2</div><div><br></div><div>The system crashes rather badly and says 'You are now in emergency mode' or something equivalent. (And I have no idea how to do anything in emergency mode!)</div><div><br></div><div>I have used the example in <a href="https://help.ubuntu.com/community/Fstab">https://help.ubuntu.com/community/Fstab</a> (changing the UUID of course).</div><div><br></div><div>I am sure that I am missing something very simple. Can anyone help please?</div><div><br></div><div>Thanks, keep safe,</div><div><br></div><div>Bill<br></div><div><br></div></div>