Étrange ... normalement, un XiVO installé à partir de l'ISO comporte deux partitions: /dev/sda1 pour /boot et /dev/sda2 pour le LVM.
Code:
root@xivo:~# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/data-system
4.3G 908M 3.4G 21% /
tmpfs 188M 0 188M 0% /lib/init/rw
udev 184M 144K 183M 1% /dev
tmpfs 188M 0 188M 0% /dev/shm
/dev/sda1 236M 21M 203M 10% /boot
/dev/mapper/data-var 2.8G 202M 2.6G 8% /var
root@xivo:~# fdisk -l
Disk /dev/sda: 8589 MB, 8589934592 bytes
255 heads, 63 sectors/track, 1044 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000ddad9
Device Boot Start End Blocks Id System
/dev/sda1 * 1 32 248832 83 Linux
Partition 1 does not end on cylinder boundary.
/dev/sda2 32 1045 8137728 8e Linux LVM
Une idée d'où viennent les autres partitions ? En particulier /dev/sda6 qui est ton / ?
Quelle version de l'ISO as-tu installée ?