From owner-freebsd-stable@FreeBSD.ORG Tue Dec 8 17:41:47 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 680BD106568D for ; Tue, 8 Dec 2009 17:41:47 +0000 (UTC) (envelope-from jfb@mr-paradox.net) Received: from vexbert.mr-paradox.net (vexbert.mr-paradox.net [IPv6:2001:470:b:28:f::1]) by mx1.freebsd.org (Postfix) with ESMTP id 521DF8FC1B for ; Tue, 8 Dec 2009 17:41:47 +0000 (UTC) Received: by vexbert.mr-paradox.net (Postfix, from userid 16139) id 15992845A1; Tue, 8 Dec 2009 12:41:47 -0500 (EST) Date: Tue, 8 Dec 2009 12:41:45 -0500 From: Jeff Blank To: freebsd-stable@freebsd.org Message-ID: <20091208174145.GA14312@mr-happy.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Face: #0jV*~a}VtKS-&E/!EJpH('H1Va}24dxF0oT&+.R3Gu8C; xhSC+<|+H84&YLbMvphuRT4cp3.|8EN_(2Eix/6{.Up~u`a^}0Ln&b+9Fw|BPig@-{y\pL_46d&ZwA]5%_AU?}DezfE&1!>H?3E$!Yve7.O<+..Jnb4:'6Ey_]FtFzU9=*l$1p/@gA,Ze>^5<]+r(XJ+m7`/vMDc$'wy|`e Subject: Dell PowerEdge Virtual Media X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Dec 2009 17:41:47 -0000 Hi, I'm having a little trouble using the "virtual media" function of Dell's PowerEdge R-series (R710 in this case) iDRAC6 under FreeBSD (7.1, 8.0). This is presented as /dev/cd0, a USB/"SCSI" device, I guess. This is in the dmesg buffer when I boot up the existing 7.1 installation with the virtual optical drive mapped to the 8.0-RELEASE amd64 DVD image: umass0: on uhub6 [...] cd0 at umass-sim0 bus 0 target 0 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 40.000MB/s transfers cd0: cd present [1058105 x 2048 byte records] GEOM_LABEL: Label for provider cd0 is iso9660/FreeBSD_Install. However, # mount -t cd9660 /dev/cd0 /mnt mount_cd9660: /dev/cd0: Invalid argument When I boot from the DVD image via this virtual device, sysinstall comes up and works fine except for the fixit shell, at which point it wants me to insert a CD/DVD because it encounters an error mounting acd0 (and would presumably have the same problems if I attempted a fresh install). I have 'boot -v' output from such a boot attempt at http://web.mr-happy.com/mlf/8.0-bootv-dell-poweredge-r710-virtualmedia.txt in case it's useful. Please let me know what other information I can provide, and thank you for any help. Jeff