|
|
|
|
|
|
|
|
|
|
xen-devel
[Fwd: Re: [Xen-devel] Problem with dissapearing files on virtual domain.
-------- Original Message --------
Subject: Re: [Xen-devel] Problem with dissapearing files on virtual
domain...
Date: Tue, 28 Oct 2003 16:46:41 +0100
From: RvL <rvl@xxxxxxxxxxx>
To: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
References: <E1AEVKr-00044D-00@xxxxxxxxxxxxxxxxxxxx>
The domain0 filesystem is /dev/hda1
virtual domain 1 is /dev/hda5
so it's no shared device. domain1 has /dev/hda5 all for it self.
i'm not doing anything with ramdevices either.
domain0:
root@xeno1:~# df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/hda1 7567600 1447756 5729224 21% /
swap device:
domain1:
root@xeno2:~# df
Filesystem 1k-blocks Used Available Use% Mounted on
/dev/hda5 7567600 1573692 5603288 22% /
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.
current setup swapfiles:
---------------- domain1
root@xeno2:~# cat /proc/swaps
Filename Type Size Used Priority
/swapfile file 141788 0 -1
----------------- domain0
root@xeno1:~# cat /proc/swaps
Filename Type Size Used Priority
/dev/hda2 partition 586144 0 -1
Keir Fraser wrote:
and my created dir is gone...
where do i look for an answer for this problem???
(which info do you need to help me out, and i'll post it)
Perhaps you could send the output of 'df', both from domain 0 and from
your new domain.
Is the filesystem shared with some other domain? It is not safe to
share a filesystem unless all sharing domains mount it read-only.
If this isn't the problem, then is the filesystem on a ram disk? That
ought not to cause this problem though...
-- 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
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Fwd: Re: [Xen-devel] Problem with dissapearing files on virtual domain...],
RvL <=
|
|
|
|
|