FC7 disk partitioning

Discussion in 'Installation/Configuration' started by chipsafts, Feb 28, 2008.

  1. chipsafts

    chipsafts New Member

    i just installed a fresh FC7 and did a check of the partitions with df -H. :( not what I expected, nor do I quite understand the results.
    Code:
     login]# df -H
    Filesystem             Size   Used  Avail Use% Mounted on
    /dev/mapper/VolGroup00-LogVol00
                            64G   3.9G    57G   7% /
    /dev/sda2              104M    35M    64M  36% /boot
    tmpfs                  995M      0   995M   0% /dev/shm
    
    I need a swap partition and an LVM var partition .
    Do I need to reinstall or is there a way to 'fix' this?
     
  2. falko

    falko Super Moderator ISPConfig Developer

    This is an LVM partition.

    I guess that's your swap.

    You can find out more by looking at your /etc/fstab and
    Code:
    fdisk -l
     

Share This Page