<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Les Mikesell wrote:
<blockquote cite="mid:4B4E4FB5.3080502@gmail.com" type="cite">
  <pre wrap="">On 1/13/2010 4:45 PM, Ivan Arteaga wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello,

I will appreciate any help on this... I have for testing purposes CentOS
4.7 running on VMWare workstation 6.5, I need to boot the centos virtual
machine from the cdrom in order to test an upgrade to an upper centos
version but I cant make the centos to mount the cdrom at the boot time,
I got this message: /mount/: /block device/ //dev///hdc is
write/-/protected/, /mounting read/-/only/ *... *after the boot i did
check and the cdrom is not mounted.
I tried checking where the cdrom is linked to:

[root@server ~]# ll /dev/cdrom
lrwxrwxrwx 1 root root 3 Jan 13 00:42 /dev/cdrom -> hdc
[root@server ~]#

and tried mounting it manually and got the same message but i am able to
access the cd content:

[root@server ~]# mount /dev/cdrom /media/
mount: block device /dev/cdrom is write-protected, mounting read-only
[root@server ~]# ls -la /media
total 487
drwxr-xr-x 7 root root 6144 Mar 21 2009 .
drwxr-xr-x 25 root root 4096 Jan 13 00:42 ..
drwxr-xr-x 2 xp1 500 407552 Mar 21 2009 CentOS
-rw-r--r-- 1 root root 112 Mar 21 2009 .discinfo
-rw-r--r-- 7 root root 212 Jun 14 2008 EULA
-rw-r--r-- 7 root root 18009 Jun 14 2008 GPL
drwxr-xr-x 4 root root 2048 Mar 21 2009 images
drwxr-xr-x 2 root root 2048 Mar 21 2009 isolinux
drwxr-xr-x 2 root root 12288 Mar 16 2009 NOTES

my fstab look like this:

[root@server ~]# more /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/VolGroup00/LogVol01 swap swap defaults 0 0
/dev/hdc /media/cdrom auto
pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0
/dev/fd0 /media/floppy auto
pamconsole,fscontext=system_u:object_r:removable_t,exec,noauto,managed 0 0
[root@server ~]#
/
/ what shoud i define in order to make it work?? Any help will be
appreciated :)

    </pre>
  </blockquote>
  <pre wrap=""><!---->
You are probably going to want to boot the iso for an upgrade, not mount 
it at boot time, and this means the vmware setup needs to automatically 
connect on boot, and the virtual bios needs to be set to boot the cd 
ahead of the hard drive when present.  Normally I find it easier to 
download an iso cd or dvd image to the server hosting vmware and connect 
the virtual machine to the image file instead of the physical drive, though.

  </pre>
</blockquote>
You was right Les, thanks a lot for the tip!!<br>
<br>
--Ivan.<br>
</body>
</html>