Hi Michael, Thank you.
I actually did have - - in there but was receiving the following error: ERROR (line 7): Invalid file: Was expecting /\Z/ but found "logical 1.7G" instead I did a search of this newsgroup and found a post by you dated Wed, 29 Apr 2009 05:56:09 -0700 (http://www.mail-archive.com/[email protected]/msg01966.html) in which you stated that - - is no longer valid. Upon reading that post I removed the - - from every line, thus arriving at the file that I quoted in my original post, and the error that I now receive. On Nov 12, 2010, at 2:03 PM, Michael Tautschnig wrote: >> 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 >
