|
|
| Next: FC6 Won't install |
| Author |
Message |
veetz External

Since: May 17, 2007 Posts: 2
|
Posted: Wed May 16, 2007 6:00 pm Post subject: once installed ubuntu 7.04 doesn't detect cdrom0. please help? Archived from groups: aus>computers>linux (more info?) |
|
|
Hi
I'm a newbie having trouble getting my installation of ubuntu ver 7.04
to detect my dvd combo. (the same one it was installed from.)
It can boot the system but once the system is booted from the hdd it
cannot detect a cdrom/dvd drive.
disk mounter 2.18.0 only shows a floppy as available to mount. nothing
else is listed
there is a /dev/scd0 file
a /media/cdrom0 folder
/mnt is empty should it be?
fstab as below:
#uto /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda6
UUID=8ad32a93-dd79-4172-8a8f-305534a525fd / reiserfs notail 0 1
# /dev/sda7
UUID=ed1b698b-fa37-4bc1-80f6-1333ea03ae6f /home reiserfs defaults 0 2
# /dev/sda1
UUID=28D06453D06428F0 /windows ntfs defaults,nls=utf8,umask=007,gid=46
0
1
# /dev/sda5
UUID=791017d2-de08-446b-972b-2a361797c3c0 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user, noauto 0 0
this is the mount table:
#uto /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda6
UUID=8ad32a93-dd79-4172-8a8f-305534a525fd / reiserfs
notail 0 1
# /dev/sda7
UUID=ed1b698b-fa37-4bc1-80f6-1333ea03ae6f /home reiserfs
defaults 0 2
# /dev/sda1
UUID=28D06453D06428F0 /windows ntfs
defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/sda5
UUID=791017d2-de08-446b-972b-2a361797c3c0 none swap sw
0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
the permission details for /media/ :
#uto /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sda6
UUID=8ad32a93-dd79-4172-8a8f-305534a525fd / reiserfs
notail 0 1
# /dev/sda7
UUID=ed1b698b-fa37-4bc1-80f6-1333ea03ae6f /home reiserfs
defaults 0 2
# /dev/sda1
UUID=28D06453D06428F0 /windows ntfs
defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/sda5
UUID=791017d2-de08-446b-972b-2a361797c3c0 none swap sw
0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
can anyone help?
its probable so easy if I only knew...
as all the files seem to be present, I suspect it is a permission
issue..
veets |
|
| Back to top |
|
 |
none External

Since: May 20, 2007 Posts: 1
|
Posted: Sun May 20, 2007 6:06 pm Post subject: Re: once installed ubuntu 7.04 doesn't detect cdrom0. please help? [Login to view extended thread Info.] Archived from groups: per prev. post (more info?) |
|
|
veetz wrote:
> Hi
> I'm a newbie having trouble getting my installation of ubuntu ver 7.04
> to detect my dvd combo. (the same one it was installed from.)
>
> It can boot the system but once the system is booted from the hdd it
> cannot detect a cdrom/dvd drive.
> disk mounter 2.18.0 only shows a floppy as available to mount. nothing
> else is listed
>
> there is a /dev/scd0 file
> a /media/cdrom0 folder
> /mnt is empty should it be?
>
> fstab as below:
> #uto /etc/fstab: static file system information.
> #
> # <file system> <mount point> <type> <options> <dump> <pass>
> proc /proc proc defaults 0 0
> # /dev/sda6
> UUID=8ad32a93-dd79-4172-8a8f-305534a525fd / reiserfs notail 0 1
> # /dev/sda7
> UUID=ed1b698b-fa37-4bc1-80f6-1333ea03ae6f /home reiserfs defaults 0 2
> # /dev/sda1
> UUID=28D06453D06428F0 /windows ntfs defaults,nls=utf8,umask=007,gid=46
> 0
> 1
> # /dev/sda5
> UUID=791017d2-de08-446b-972b-2a361797c3c0 none swap sw 0 0
> /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
> /dev/fd0 /media/floppy0 auto rw,user, noauto 0 0
>
> this is the mount table:
> #uto /etc/fstab: static file system information.
> #
> # <file system> <mount point> <type> <options> <dump> <pass>
> proc /proc proc defaults 0 0
> # /dev/sda6
> UUID=8ad32a93-dd79-4172-8a8f-305534a525fd / reiserfs
> notail 0 1
> # /dev/sda7
> UUID=ed1b698b-fa37-4bc1-80f6-1333ea03ae6f /home reiserfs
> defaults 0 2
> # /dev/sda1
> UUID=28D06453D06428F0 /windows ntfs
> defaults,nls=utf8,umask=007,gid=46 0 1
> # /dev/sda5
> UUID=791017d2-de08-446b-972b-2a361797c3c0 none swap sw
> 0 0
> /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
> /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
>
> the permission details for /media/ :
> #uto /etc/fstab: static file system information.
> #
> # <file system> <mount point> <type> <options> <dump> <pass>
> proc /proc proc defaults 0 0
> # /dev/sda6
> UUID=8ad32a93-dd79-4172-8a8f-305534a525fd / reiserfs
> notail 0 1
> # /dev/sda7
> UUID=ed1b698b-fa37-4bc1-80f6-1333ea03ae6f /home reiserfs
> defaults 0 2
> # /dev/sda1
> UUID=28D06453D06428F0 /windows ntfs
> defaults,nls=utf8,umask=007,gid=46 0 1
> # /dev/sda5
> UUID=791017d2-de08-446b-972b-2a361797c3c0 none swap sw
> 0 0
> /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
> /dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
>
>
>
> can anyone help?
> its probable so easy if I only knew...
> as all the files seem to be present, I suspect it is a permission
> issue..
> veets
>
In ubuntu the cd drive is under /media/cdrom0 |
|
| Back to top |
|
 |
|
|
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
| |
|
|