Quote:
Originally Posted by gogalthorp The only way is to reinstall grub after Windows takes over.
If anything Vista may introduce new problems.
There is a file /etc/fstab it defines what partitions are to be mounted. In that text file you have some extra lines referring to mounting an iso file these should not be there. If you are unsure post the contents of fstab here and some one will tell you exactly what lines to remove. Note you must be root to edit this file and as always you should back the file up before making any changes to a system configuration file just in case you goof up. Just save the file to /etc/fstab.bak before making changes and saving the changed file to /etc/fstab  |
here is the contents of fstab
/dev/hda4 / reiserfs acl,user_xattr 1 1
/dev/hda2 swap swap defaults 0 0
proc /proc proc defaults 0 0
sysfs /sys sysfs noauto 0 0
usbfs /proc/bus/usb usbfs noauto 0 0
devpts /dev/pts devpts mode=0620,gid=5 0 0
/dev/hda3 /data1 auto noauto,user 0 0
/dev/dvd /media/dvd subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocha rset=utf8 0 0
/dev/dvdrecorder /media/dvdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocha rset=utf8 0 0
/dev/cdrecorder /media/cdrecorder subfs noauto,fs=cdfss,ro,procuid,nosuid,nodev,exec,iocha rset=utf8 0 0
/dev/fd0 /media/floppy subfs noauto,fs=floppyfss,procuid,nodev,nosuid,sync 0 0
so what lines are you referring to
how do i create a fstab.bak file i tried saving it through kate but i do not have root access.
what effect does messing with the fstab file have on the computer.