Setup-storage and logical drive failure

Michael Tautschnig mt at debian.org
Fri Nov 12 23:03:09 CET 2010


> Hi,
> 
> I'm trying to setup raid1 on a 2 drive system, using both 3.3.5 and 4.0~beta2+experimental40. I've got USE_SETUP_STORAGE=1 defined in my class.  The file in disc_config is as below. I'm receiving an error that mkfs.logical cannot be found in PATH. I'm not sure where I'm going wrong. Thank you for any insight that you can give me.
> 
> 
> # example of new config file for setup-storage
> #
> # <type> <mountpoint> <size>   <fs type> <mount options> <misc options>
> 
> disk_config hda bootable:1
> primary	-	95
> logical	-	1.7G

[...]

You neither specified a file system type nor mount options. You'll at least have
to add two more "-", like this

disk_config hda bootable:1
primary	-	95 - -
logical	-	1.7G - -

(and the same holds for most of the other lines of your disk config).

Hope this helps,
Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.uni-koeln.de/pipermail/linux-fai/attachments/20101112/338424fe/attachment.bin>


More information about the linux-fai mailing list