> 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

Attachment: pgpw5K8ny6Rra.pgp
Description: PGP signature

Antwort per Email an