two things happened after installing kubuntu v6.06, first, after installing grub to the mbr, there was no option to boot my windows partition, I fixed that problem, then booted to the kde dektop, tried to mount my windows ntfs partition /dev/hda1 and received an error message.
could not mount device
"mount:can't find /dev/hda1 in /etc/fstab or /etc/mtab"
this is my fstab how do I fix this please?
******************************************
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / reiserfs nouser,notail,atime,auto,rw,dev,exec,suid 0 1
/dev/hda3 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
<device> <mount\040point> ext2 users,noauto,loop,atime,auto,rw,nodev,noexec,nosui d 0 0
could not mount device
"mount:can't find /dev/hda1 in /etc/fstab or /etc/mtab"
this is my fstab how do I fix this please?
******************************************
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda2 / reiserfs nouser,notail,atime,auto,rw,dev,exec,suid 0 1
/dev/hda3 none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,atime,noauto,rw,dev,exec,suid 0 0
<device> <mount\040point> ext2 users,noauto,loop,atime,auto,rw,nodev,noexec,nosui d 0 0
Comment