mount -a and see what fails is usually a good idea. A good plan is to add the entry to fstab, umount the what currently mounted for it, and then do a test "mount /directory/location/only" so it will use the fstab data and see if it can mount with what is in fstab.
Doing it that way has saved me from emergency mode a number of times. On Tue, Sep 15, 2020 at 5:44 PM Adam Mercer <[email protected]> wrote: > > I found the problem, there was a typo in my /etc/fstab, my fat fingers > has caused some extraneous characters to be added to the end one of my > drives UUID so it was failing to mount. > > Thanks for all the help! > > Cheers > > Adam > > On Tue, Sep 15, 2020 at 2:02 PM Adam Mercer <[email protected]> wrote: > > > > Hi > > > > I did an update this morning on my FC32 system and as there was a > > kernel update I rebooted the system, it didn't come back up properly > > and instead dropped me into the emergency shell. > > > > I've had a quick look around and can't see anything obvious to explain > > why it is doing this? > > > > Any ideas on how to troubleshoot why it's dropping me into the > > emergency shell so I can try to fix what's going on? > > > > Cheers > > > > Adam > _______________________________________________ > users mailing list -- [email protected] > To unsubscribe send an email to [email protected] > Fedora Code of Conduct: > https://docs.fedoraproject.org/en-US/project/code-of-conduct/ > List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines > List Archives: > https://lists.fedoraproject.org/archives/list/[email protected] _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
