Displaying 2 results from an estimated 2 matches for "wirit".
Did you mean:
writ
2002 Nov 04
3
write table and dinnames
I would write in tab-text file a table like this one:
TAB colname1 TAB colname2 TAB TAB... colnameN
rowname1 # # #
rowname2 # # #
rownameM # # #
then I wrote something like:
mymatrix <- matrix(nrow=M,ncol=N,byrow=T)
rownames(mymatrix) <- chvector1
colnames(mymatrix) <- chvector2
2012 May 23
0
A little confusion between "tapdisk" and "tapdisk-ioemu"
Hi everyone,
as what I''ve learned form this link<http://wiki.xensource.com/xenwiki/blktap>,
i know that when i specify tap:aio I’m actually using the blktap driver and
finally using "tapdisk" to wirite to raw image file.
but the truth is even when i delete /usr/sbin/tapdisk the domU can still
boot on my machine with tap:aio protocol
after a deeper look into the scene, i find that when i specify tap:aio the
executable functioning is actually /usr/sbin/tapdisk-ioemu
i don''t find enoug...