From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark van Dijk Subject: Re: [Xen-users] Can't write to floppy image (fda) Date: Wed, 18 Jul 2012 13:41:21 +0200 Message-ID: <20120718134121.3d8480c8@internecto.net> References: <4FF719B9.9070904@senft-net.com> <4FFF4ACE.9050804@senft-net.com> <5002D79E.9070803@senft-net.com> <50045D89.6040009@senft-net.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <50045D89.6040009@senft-net.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-users@lists.xen.org, xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 16 Jul 2012 20:29:29 +0200 Oskar Senft wrote: > > last idea I have: > > fda = [ 'rw:/opt/xen/floppy' ] > > fda = [ '/opt/xen/floppy,rw' ] > > fda = [ '/opt/xen/floppy:rw' ] > > Xen seems to not like this parameter to be in "list" style at all. As > soon as I start with a '[' it errors with this: > > Error: 'list' object has no attribute 'startswith' > > I guess I'll have to dig into the Xen source code to see what's going > on there. Does anyone have an idea where to start looking? No idea, you could grep -rIs 'fda' but in all honesty I thought this mailing list would be the right place. So I added xen-devel as a recepient, perhaps there is somebody reading this who can help you with how to configure a floppy drive image? Mark