Hi,

Attached is a weird disk_config file is my disk_config file for a certain class.

For some reason I get these errors:

Calling task_install
Calling task_partition
Partitioning local harddisks
setup_harddisks version 0.42fai
Probing disks:  /dev/sda /dev/sdb
Disks found: sda sdb
sfdisk: ERROR: sector 0 does not have an msdos signature
 /dev/sdb: unrecognized partition table type
No partitions found


Using config file: /var/lib/fai/config/disk_config/ICTO_MYSQL
Mapping disk name disk1 to sda
ERROR: Mountpoints / extendedsda swap1 /var /tmp /usr /home do not fit.
setup_harddisks version 0.42fai
Probing disks:  /dev/sda /dev/sdb
Disks found: sda sdb

I now wrote a whole new disk_config file and the installation works. However I can't see what's wrong with the attached diskconfig.

Any ideas?

TIA

--
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Rudy Gevaert          [EMAIL PROTECTED]          tel:+32 9 264 4734
Directie ICT, afd. Infrastructuur ICT Department, Infrastructure office
Groep Systemen                    Systems group
Universiteit Gent                 Ghent University
Krijgslaan 281, gebouw S9, 9000 Gent, Belgie               www.UGent.be
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
# generic disk configuration for one small disk
# disk size from 500Mb up to what you can buy today
#
# <type> <mountpoint> <size in mb> [mount options]     [;extra options]

disk_config disk1
primary  /             500-10000      rw,errors=remount-ro ; -c -j ext3
logical  swap          12288     rw
logical  /var          60000-   rw                   ; -m 5  -j ext3
logical  /tmp          5000-10000     rw                   ; -m 0 -j ext3
logical  /usr          16000-30000     rw                   ; -j ext3
logical  /home         5000-10000               rw,nosuid            ; -m 1 -j 
ext3

Reply via email to