2008/11/19 Javier Barroso <[EMAIL PROTECTED]> > You can use xen-tools and then fill /etc/xen-tools/partition.d/vm > > See you > > On Wed, Nov 19, 2008 at 4:34 PM, Boaventura Rodrigues Neto > <[EMAIL PROTECTED]> wrote: > > Hello everybody! > > > > Sorry about my English. > > > > I want to know if anyone already did a virtual machine (domU) over > multiples > > partitions, For example: > > > > #----------------------------------------------------------------# cut > here > > #----------------------------------------------------------------# > > # /etc/fstab: static file system information. > > # > > # <file system> <mount point> <type> <options> <dump> <pass> > > proc /proc proc defaults 0 0 > > /dev/sda3 / ext3 defaults,errors=remount-ro > > 0 1 > > /dev/sda1 /boot ext3 defaults,nosuid 0 2 > > /dev/sda11 /home ext3 > > rw,nosuid,nodev,exec,auto,nouser,async,usrquota,grpquota 0 2 > > /dev/sda8 /tmp ext3 > > defaults,nodev,nosuid,noexec,usrquota,grpquota 0 2 > > /dev/sda9 /usr ext3 defaults,ro,nodev 0 > 2 > > /dev/sda10 /usr/share ext3 defaults,ro,nodev,nosuid 0 > 2 > > /dev/sda5 /var ext3 > > defaults,nodev,usrquota,grpquota 0 2 > > /dev/sda7 /var/log ext3 defaults,nodev,nosuid,noexec > > 0 2 > > /dev/sda6 /var/tmp ext3 > > defaults,nodev,nosuid,noexec,usrquota,grpquota 0 2 > > /dev/sda2 none swap sw 0 0 > > #----------------------------------------------------------------# cut > here > > #----------------------------------------------------------------# > > > > Because i am trying to do this, but i cannot solve this question and i > want > > to maintain the security of the file system. > > Any ideia? > > > > Thank everyone. > > > > -- > > Boaventura Rodrigues Neto > > >
Javier: With your tip i found this option in a backport package on etch. Thank you a lot. -- Boaventura Rodrigues Neto

