LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Suggestion for prob when upgrading from Ubuntu 9.04: mounts in fstab can't be mounted (https://www.linuxquestions.org/questions/ubuntu-63/suggestion-for-prob-when-upgrading-from-ubuntu-9-04-mounts-in-fstab-cant-be-mounted-776322/)

wavesailor 12-17-2009 01:30 AM

Suggestion for prob when upgrading from Ubuntu 9.04: mounts in fstab can't be mounted
 
This may help others:

I had a problem when upgrading from Ubuntu 9.04 to 9.10 in that the fstab could not be mounted. The way I solved it was to do the following.
I hit "ESC" and it popped me into a shell. You then remount your filesystem like this:

Code:

mount -o remount,rw /
Then you run the following

Code:

sudo dpkg --configure -a
Once that completes, you reboot.

It worked for me :-)


All times are GMT -5. The time now is 04:33 AM.