I have a dual boot system with Kubuntu and Windows XP but I cant' get any of my drives working.
My system has has one cd-rom, one cd-RW and one Iomega zip drive and they work perfectly with XP. With Kubuntu, I can only see the iomega zip drive but when I insert a disk I get the error: “can't find /dev/hdb4 in /etc/fstab or /etc/mttab”
My fstab file looks like this:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda3 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
/dev/hda1 /media/hda1 ntfs defaults,nls=utf8,umask=007,uid=0,gid=46,auto,rw,n ouser 0 1
/dev/hda5 none swap sw 0 0
/dev/hdc /media/cdrom0 auto user,atime,auto,rw,dev,exec,suid 0 0
When I look under my syslog file I find that both cd-drives are recognised.
....
Aug 30 18:09:09 localhost kernel: [17179577.900000] Probing IDE interface ide1...
Aug 30 18:09:09 localhost kernel: [17179578.636000] hdc: CD-W540E, ATAPI CD/DVD-ROM drive
Aug 30 18:09:09 localhost kernel: [17179579.420000] hdd: CDU5211, ATAPI CD/DVD-ROM drive
....
Could any one hand over some suggestions please?
Thanks in advance.
My system has has one cd-rom, one cd-RW and one Iomega zip drive and they work perfectly with XP. With Kubuntu, I can only see the iomega zip drive but when I insert a disk I get the error: “can't find /dev/hdb4 in /etc/fstab or /etc/mttab”
My fstab file looks like this:
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/hda3 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
/dev/hda1 /media/hda1 ntfs defaults,nls=utf8,umask=007,uid=0,gid=46,auto,rw,n ouser 0 1
/dev/hda5 none swap sw 0 0
/dev/hdc /media/cdrom0 auto user,atime,auto,rw,dev,exec,suid 0 0
When I look under my syslog file I find that both cd-drives are recognised.
....
Aug 30 18:09:09 localhost kernel: [17179577.900000] Probing IDE interface ide1...
Aug 30 18:09:09 localhost kernel: [17179578.636000] hdc: CD-W540E, ATAPI CD/DVD-ROM drive
Aug 30 18:09:09 localhost kernel: [17179579.420000] hdd: CDU5211, ATAPI CD/DVD-ROM drive
....
Could any one hand over some suggestions please?
Thanks in advance.
Comment