[opensuse-autoinstall] Mountpoint not created
Hi, I want to create a "/scratch" folder within the autoyast setup. But the installation stops showing an error -3003 (mount point does not exist...) Where do I have to define/create the mount point ? ... <partition> <create config:type="boolean">true</create> <crypt_fs config:type="boolean">false</crypt_fs> <filesystem config:type="symbol">ext4</filesystem> <filesystem_id config:type="integer">131</filesystem_id> <format config:type="boolean">true</format> <loop_fs config:type="boolean">false</loop_fs> <mount>/scratch</mount> <mountby config:type="symbol">device</mountby> <partition_id config:type="integer">131</partition_id> <partition_nr config:type="integer">2</partition_nr> <resize config:type="boolean">false</resize> <size>30G</size> <stripes config:type="integer">1</stripes> <stripesize config:type="integer">4</stripesize> </partition> ... -- Bye, Peer ________________________________________________________ Max-Planck-Institut für Biogeochemie Dr. Peer-Joachim Koch Hans-Knöll Str.10 Telefon: ++49 3641 57-6705 D-07745 Jena Telefax: ++49 3641 57-7705
Hi, On Tue, May 23, 2017 at 12:16 PM, Dr. Peer-Joachim Koch <pkoch@bgc-jena.mpg.de> wrote:
Hi,
I want to create a "/scratch" folder within the autoyast setup.
But the installation stops showing an error -3003 (mount point does not exist...)
Where do I have to define/create the mount point ?
just a wild guess: The mount point is (directory) is not created automatically (I just assume this because the docs[0] don't talk about that at all). If that is true, you would need a (chroot?-)script containing "mkdir /scratch". [0]: https://doc.opensuse.org/projects/YaST/SLES11/autoinstall/CreateProfile.Part... -- Kind regards Christopher 'm4z' Holm / 686f6c6d "We must respect the other fellow's religion, but only in the sense and to the extent that we respect his theory that his wife is beautiful and his children smart." --H. L. Mencken -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
Hi, yes it's funny, you can create a couple of not standard mount points in the example, but nothing is created. I'll try your way: creating a pre install script. Thanks and bye, Peer On 23.05.2017 14:37, 686f6c6d wrote:
Hi,
Hi,
I want to create a "/scratch" folder within the autoyast setup.
But the installation stops showing an error -3003 (mount point does not exist...)
Where do I have to define/create the mount point ? just a wild guess: The mount point is (directory) is not created automatically (I just assume this because the docs[0] don't talk about
On Tue, May 23, 2017 at 12:16 PM, Dr. Peer-Joachim Koch <pkoch@bgc-jena.mpg.de> wrote: that at all). If that is true, you would need a (chroot?-)script containing "mkdir /scratch".
[0]: https://doc.opensuse.org/projects/YaST/SLES11/autoinstall/CreateProfile.Part...
-- Mit freundlichem Grüßen, Peer-Joachim Koch ________________________________________________________ Max-Planck-Institut für Biogeochemie Dr. Peer-Joachim Koch Hans-Knöll Str.10 Telefon: ++49 3641 57-6705 D-07745 Jena Telefax: ++49 3641 57-7705
Hi, I was trying to use ext4 on SLES 11 - that caused the problems. Using ext3 "solved" the problem. Sorry. Bye, Peer On 23.05.2017 15:19, Dr. Peer-Joachim Koch wrote:
Hi,
yes it's funny, you can create a couple of not standard mount points in the example, but nothing is created. I'll try your way: creating a pre install script.
Thanks and bye, Peer On 23.05.2017 14:37, 686f6c6d wrote:
Hi,
Hi,
I want to create a "/scratch" folder within the autoyast setup.
But the installation stops showing an error -3003 (mount point does not exist...)
Where do I have to define/create the mount point ? just a wild guess: The mount point is (directory) is not created automatically (I just assume this because the docs[0] don't talk about
On Tue, May 23, 2017 at 12:16 PM, Dr. Peer-Joachim Koch <pkoch@bgc-jena.mpg.de> wrote: that at all). If that is true, you would need a (chroot?-)script containing "mkdir /scratch".
[0]: https://doc.opensuse.org/projects/YaST/SLES11/autoinstall/CreateProfile.Part...
-- Mit freundlichem Grüßen, Peer-Joachim Koch ________________________________________________________ Max-Planck-Institut für Biogeochemie Dr. Peer-Joachim Koch Hans-Knöll Str.10 Telefon: ++49 3641 57-6705 D-07745 Jena Telefax: ++49 3641 57-7705
participants (2)
-
686f6c6d
-
Dr. Peer-Joachim Koch