|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Problem with dissapearing files on virtual domain...
> my uneducated guess was that it was a problem with swap devices.
> my old setup was domain0 /dev/hda2 as a swap device,
> domain1 no swap device, but i tried domain1 /swapfile (150) mb file
> created with dd if=/dev/zero of=/swapfile, and mkswap /swapfile,
> sync, sync , swapon /swapfile .... but that didn't work either.
Have you granted domain 1 *write* access to hda5? To do this you pass
the '-w' flag to 'xenctl physical grant'.
I'd hope that Linux would compain loudly if you tried to mount a
read-write filesystem from a volume which it can't write to. However,
I won't be surprised if we haven't got that quite right --- I'd be
interested to know if this is the problem!
-- Keir
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|