So I found this little nugget of wisdom on "How to fix a broken fstab in Ubuntu" which got my desktop going again:
Fix Broken /etc/fstab
- Boot into the Ubuntu Live CD
- Open terminal
- Run the following commands to mount the partition with the root / directory and edit /etc/fstab:
sudo mkdir /media/mount
sudo mount /dev/sd[a..z][1..n] /media/mount
sudo vi /media/mount/etc/fstab
- Make your changes, save, and then reboot without the Live CD
In my case, I just placed a comment hash # on the fstab line that defined the Samba share so I could get into my desktop again and fix the problem.
No comments:
Post a Comment