[CentOS] mkbootdisk!

Sat Apr 2 13:55:55 UTC 2005
israel.garcia at cimex.com.cu <israel.garcia at cimex.com.cu>

I'm trying to make a bootdisk in  my CentOS server and I got this error..

any ideas?


[root at server:~]$ rpm -qa kernel kernel-2.6.9-5.0.3.EL
[root at server:~]$ mkbootdisk 2.6.9-5.0.3.EL --device
/dev/fd0 Insert a disk in /dev/fd0. Any information on the disk will be
lost. Press <Enter> to continue or ^C to abort:
cp: writing `/tmp/mkbootdisk.d20227/initrd.img': No space left on device
cat: write error: No space left on device
cat: write error: No space left on device
20+0 records in
20+0 records out

I have enogh space on the disk:

[root at server:~]$ df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/md5               17G  1.8G   14G  12% /
/dev/md1               99M  8.4M   86M   9% /boot 
none                  126M     0  126M   0% /dev/shm
/dev/md3              9.7G  2.7G  6.5G  30% /home
/dev/md0              981M   26M  905M   3% /usr/local/salva
/dev/md4              4.9G  262M  4.4G   6% /var/log
/dev/md2              981M   24M  908M   3% /var/spool

regards,

Israel