Hey Sluggers,

I am setting up a server here that is SMP, with an onboard SCSI controller
that has 1 36Gb disk and an Adaptec 3210s RAID controller with 3 more 18Gb
disks, 2 in a RAID1 array and 1 just by itself. So the disks are /dev/sda
for the onboard, the single on the RAID controller is /dev/sdb and the RAID1
aray is /dev/sdc.

The drivers for the SCSI controller and the RAID controller seem to be
working great.
I am using Debian Woody - the official release ISO with kernel 2.4.18-smp
kernel image (standard debian download).

In trying to get the disks working, I have partioned them like so:

  Name        Flags      Part Type  FS Type          [Label]        Size
(MB)
----------------------------------------------------------------------------
    sda1                    Primary   Linux swap
1019.94
    sda2        Boot        Primary   Linux ext3
3997.49
    sda3                    Primary   Linux ext3
31395.90

   sdb1                    Primary   Linux ext3
18194.32
   sdc1                    Primary   Linux ext3
18194.32



/dev/sda is the problem disk as when i I mount /dev/sda3

# mount /dev/sda3 /dump/

it works but,

# df -mh
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda2             3.7G  166M  3.3G   5% /
/dev/sdb1              17G   33M   15G   1% /home
/dev/sdc1              17G   71M   15G   1% /var
/dev/sda3              14G   33M   13G   1% /dump

So why does cfdisk report 33Gb (reality) when df reports 13G?
any suggestions?

thanks,

dave

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to