Hello everyone, I used to have a 20GB drive as master (Windows) and an 80GB slave (Ubuntu Edgy). I grew tired of Windows and decided to remove the 20GB drive, configure the 80GB drive as primary and then edit fstab to reflect the 80GB drive as the primary one. I get all the way to the usplash screen and it just stops. If I use "single user mode" it will stop at "Waiting for file system".
Here is my fstab. Did I make a mistake with it?
Code:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda1
/dev/hda1 / ext3 defaults,errors=remount-ro 0 1
# /dev/hdb5
/dev/hda5 none swap sw 0 0
/dev/hdb /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/hdc /media/cdrom1 udf,iso9660 user,noauto 0 0
#/dev/hda1 /media/windows ntfs nls=utf8,user,umask=0222 0 0