1

please correct any mistakes. So I went in to the drive application and disabled the auto mount in mount options. When I rebooted I can only start in the grub mode and can only access safe mode.

Note. I found a command that seems to remount the drive but, then I get login loop. (Ubuntu17.10)

I'm assuming I just need to figure out how to manually mount my sda

1 Answers1

0

Boot the computer into recovery mode

Select root in the menu, so you can open the shell.

then run the following command.

mount -o rw,remount /

When you have done this, you can try run the command to fix the issues.

PS! Remember backups important stuff first ;)

BD Bear
  • 478