• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Could not mount images folder (/bin/fog.download)

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    3
    14
    4.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • arnaudrigoleA
      arnaudrigole
      last edited by arnaudrigole

      Hello Fog Community

      I use fog trunk to deploy my images. I encounter an issue when trying to deploy a Windows 7 image on a client, whiches could be deployed last week and worked well. Today, when the download task starts, it displays “mounting file system …OK”
      then …
      “Could not mount images folder (/bin/fog.download) computer will reboot in a minute”…

      My storage is externalized by NFS hosted on a Windows 2008r2 server.
      On fog server shell, when i try to type "mount.nfs @ipNFSserver:/images /temp , it say me : mount.nfs: an incorrect mount option was specified (nfs common is installed)

      Thank in advance you for your precious help… i can work without FOG need to deploy 5 computers 😕

      Bye !

      1 Reply Last reply Reply Quote 0
      • Wayne WorkmanW
        Wayne Workman
        last edited by

        Follow through this, let us know what you find:
        https://wiki.fogproject.org/wiki/index.php?title=Troubleshoot_NFS

        Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
        Daily Clean Installation Results:
        https://fogtesting.fogproject.us/
        FOG Reporting:
        https://fog-external-reporting-results.fogproject.us/

        1 Reply Last reply Reply Quote 0
        • arnaudrigoleA
          arnaudrigole
          last edited by

          My problem isn’t in that troubleshoot 😕
          and my NFS server isn’t an unix one … its windows hosted

          Wayne WorkmanW 1 Reply Last reply Reply Quote 0
          • Wayne WorkmanW
            Wayne Workman @arnaudrigole
            last edited by

            @arnaudrigole Right, it’s on windows, but you still would troubleshoot it using linux - and that guide.

            Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
            Daily Clean Installation Results:
            https://fogtesting.fogproject.us/
            FOG Reporting:
            https://fog-external-reporting-results.fogproject.us/

            arnaudrigoleA 1 Reply Last reply Reply Quote 0
            • arnaudrigoleA
              arnaudrigole @Wayne Workman
              last edited by

              @Wayne-Workman
              My setup worked well since a long time ago, i could upload and download images without any problems…

              I have no more informations about this issue, no messages in logs, no more info in download debug

              Wayne WorkmanW 1 Reply Last reply Reply Quote 0
              • Wayne WorkmanW
                Wayne Workman @arnaudrigole
                last edited by

                @arnaudrigole You did not go through that guide in 2 minutes.

                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                Daily Clean Installation Results:
                https://fogtesting.fogproject.us/
                FOG Reporting:
                https://fog-external-reporting-results.fogproject.us/

                arnaudrigoleA 1 Reply Last reply Reply Quote 0
                • arnaudrigoleA
                  arnaudrigole @Wayne Workman
                  last edited by

                  @Wayne-Workman
                  I know wayne, but i really have not the time to read and understand that … i’m not good in english and i need help…

                  Its like u said me “go study IT and find yourself your problems” 😞
                  i’ll understand my problem but i need help …

                  Wayne WorkmanW 1 Reply Last reply Reply Quote 0
                  • Wayne WorkmanW
                    Wayne Workman @arnaudrigole
                    last edited by Wayne Workman

                    @arnaudrigole Well I’m just going to tell you exactly what’s in the tutorial.

                    Do a debug deployment for a host.

                    After the host boots into FOS, press enter a few times. Then try to mount to the storage node’s NFS directory like so:

                    mkdir /images
                    mkdir /images/dev
                    mount -o nolock,proto=tcp,rsize=32768,intr,noatime x.x.x.x:/images /images
                    mount -o nolock,proto=tcp,rsize=32768,intr,noatime x.x.x.x:/images/dev/ /images/dev
                    

                    The errors from these steps will lead us to the next step.

                    Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                    Daily Clean Installation Results:
                    https://fogtesting.fogproject.us/
                    FOG Reporting:
                    https://fog-external-reporting-results.fogproject.us/

                    arnaudrigoleA 1 Reply Last reply Reply Quote 0
                    • arnaudrigoleA
                      arnaudrigole @Wayne Workman
                      last edited by

                      @Wayne-Workman
                      Thank you Wayne
                      It say me “Invalid Argument” exactly like in fog server shell

                      arnaudrigoleA Wayne WorkmanW 2 Replies Last reply Reply Quote 0
                      • arnaudrigoleA
                        arnaudrigole @arnaudrigole
                        last edited by

                        @arnaudrigole
                        i’ll try to break the nfs share and re set it on my windows server

                        Q 1 Reply Last reply Reply Quote 0
                        • Wayne WorkmanW
                          Wayne Workman @arnaudrigole
                          last edited by

                          @arnaudrigole Invalid argument means you typed it wrong probably. You replaced x.x.x.x with your fog server’s IP?

                          Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                          Daily Clean Installation Results:
                          https://fogtesting.fogproject.us/
                          FOG Reporting:
                          https://fog-external-reporting-results.fogproject.us/

                          arnaudrigoleA 1 Reply Last reply Reply Quote 0
                          • Q
                            Quazz Moderator @arnaudrigole
                            last edited by

                            @arnaudrigole This has nothing to do with your Windows server as far as I can tell.

                            Could you take a picture of the exact error?

                            1 Reply Last reply Reply Quote 0
                            • arnaudrigoleA
                              arnaudrigole @Wayne Workman
                              last edited by

                              @Wayne-Workman
                              Yeah i replaced x.X.X.X with IP but it doesn’t work…

                              i reseted the nfs share on windows server and it works !

                              Wayne WorkmanW 1 Reply Last reply Reply Quote 1
                              • Wayne WorkmanW
                                Wayne Workman @arnaudrigole
                                last edited by

                                @arnaudrigole Cool. Glad you got it resolved.

                                Please help us build the FOG community with everyone involved. It's not just about coding - way more we need people to test things, update documentation and most importantly work on uniting the community of people enjoying and working on FOG!
                                Daily Clean Installation Results:
                                https://fogtesting.fogproject.us/
                                FOG Reporting:
                                https://fog-external-reporting-results.fogproject.us/

                                1 Reply Last reply Reply Quote 0
                                • 1 / 1
                                • First post
                                  Last post

                                210

                                Online

                                12.0k

                                Users

                                17.3k

                                Topics

                                155.2k

                                Posts
                                Copyright © 2012-2024 FOG Project