Hi,

I was trying to mount virtual CDROM using Intel RMM module. RMM module is
capable of redirecting four iso images or drives, and looking in to /dev my
filesystem FreeBSD has labeled those as /cd0, /cd1, /cd2, /cd3. 

Once I boot the system connecting virtual drive, it boots from that drive
and after that it's asking about to select drive to boot from (here cd0,
cd1, cd2, acd0), after that it is not going further. 



My "camcontrol devlist" output reflects following.
<Intel(R) RMM2 VDrive 1 0.01> at scbus0 target 0 lun 0 (cd0,pass0)
<Intel(R) RMM2 VDrive 2 0.01> at scbus1 target 0 lun 0 (cd1,pass1)
<Intel(R) RMM2 VDrive 3 0.01> at scbus2 target 0 lun 0 (cd2,pass2)
<Intel(R) RMM2 VDrive 4 0.01> at scbus3 target 0 lun 0 (cd3,pass3)

When I try to mount cdrom with "mount_cd9660 /dev/cd0 /cdrom" it gives me
following error

G_vfs_done():cd0[READ(offset=32768, length-2048)]error = 5
Mount_cd9660: /dev/cd0: Input/output error

My part of /etc/fstab file reads like following
**********
********
******
****
/dev/cd0                /cdrom4 cd9660  ro,noauto       0       0
/dev/cd1                /cdrom1 cd9660  ro,noauto       0       0
/dev/cd2                /cdrom2 cd9660  ro,noauto       0       0
/dev/cd3                /cdrom3 cd9660  ro,noauto       0       0
/dev/acd0               /cdrom  cd9660  ro,noauto       0       0
******
*****
******

I am a newbie to FreeBSD, so any help really appreciated.

Sincerely yours,
M. Bhavsar


_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to