On Mon, 2 Apr 2007, Ian Brown wrote:
Now, my question is: can I add an additional USB DiskOnKey as a
physical device ?
What I tried is:
First I added mknod /dev/sda6 b 8 6 in domU.
Then I added to the configDomU file:
disk = [ 'tap:aio:/var/lib/xen/images/guest10/guest10File,xvda,w'
,'phy:/dev/sdb,sda6,w' ]
/dev/sdb is the device of teh USB DiskOnKey and **it is unmounted**.
try this disk line instead:
disk = [ 'tap:aio:/var/lib/xen/images/guest10/guest10File,xvda,w',
'phy:/dev/sdb,xvdb,w' ]
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|