This is the entry in fstab for my external hard drive that causes the system to boot into emergency mode:
#UUID=0f834b1e-78a4-4b8b-9528-3b6c3f5ae37b /media/sarah/ELYSIUM btrfs defaults,space_cache,compress=zstd,autodefrag 0 0
What exactly causes this, and how can I auto-mount the drive with the specified options when I plug in the drive without booting into emergency mode?
I've read and understand the formatting of fstab from posts such as (How to make partitions mount at startup?) and their answers.
Should I have an entry for a removable drive in fstab, or is this only for drives to mount at boot and all others need to be mounted using mount
?
System: Kubuntu 18.04.01 LTS
man mount
andman fstab
– oldfred Feb 10 '19 at 22:50