WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Problems using second disk file

To: xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Problems using second disk file
From: "Mike A. Kenny" <mike@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 10 May 2006 11:56:13 +0200 (SAST)
Delivery-date: Wed, 10 May 2006 02:56:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
When I try to create the VM netbeans I recieve the following error:

Using config file "netbeans.xen".
Error: Device 833 (vbd) could not be connected.
File /root/xen/netbeans/netbeans40gb.xd is read-only, and so I will not
mount it read-write in a guest domain.

In my configuration file I have the following line

disk = [ 
'file:/root/xen/netbeans/netbeans.xd,hda1,w','file:/root/xen/netbeans/netbeans40gb.xd,hdb1,w','file:/root/xen/netbeans/netbeans.swap,hda2,w'
 ]

and in the /etc/fstab for netbeans this 

/dev/hdb1 /space ext3 defaults 0 0

and the permissions on the primary domain are

-rw-r--r-- 1 root root 42949673984 May 10 10:58 netbeans40g.xd
-rw-r--r-- 1 root root  1706327237 Apr 24 09:47 netbeans.swap
-rw-r--r-- 1 root root 21474837504 May 10 10:25 netbeans.xd
-rw-r--r-- 1 root root        5317 May 10 11:58 netbeans.xen

What steps should I be following to mount a second file as a supplementary file 
system?

-- 
mike kenny
Linux Registered User #381724
LPI ID# 80080

"Hell, there are no rules here, we're just trying to accomplish something"
                                                       Thomas Edison 


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problems using second disk file, Mike A. Kenny <=