|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Xen unprivileged domain not booting
> > Are you sure you're exporting the partition read-write rather
> > than read-only? I guess that might result in 'short write' messages.
>
> "Exporting" it? It's just a filesystem I set aside for Xen
> domain 1, it's not NFS mounted.
'exporting' is the term we use when telling xend/blkback to make
a given block device accessible from another domain. E.g. The
following exports /dev/hda3 read-write to the new domain, where
it will appear as /dev/sda1:
disk = [ 'phy:hda3,sda1,w' ]
In the above example, the sda1 is sometimes referred to as the
target or destination device.
Ian
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|