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

    Fatal Error: Failed to mount NFS volume

    Scheduled Pinned Locked Moved Solved
    FOG Problems
    5
    87
    60.4k
    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.
    • S
      szecca1 @Wayne Workman
      last edited by

      @Wayne-Workman Yea I’m starting to love this NAS as well.

      The credentials it is giving is no where on the fog server. I had entered credentials in TFTP server-> FOG_TFTP_FTP username/password and also storage management username/password. The only thing I can think of is when I go to log in to my NAS server, the admin/NEBULA password is used, but 10.1.0.119 is the IP address of the FOG server.

      Am I going to have to change the login to my NAS server to fog/password?

      1 Reply Last reply Reply Quote 0
      • S
        szecca1 @Wayne Workman
        last edited by

        @Wayne-Workman nevermind, I just tried to change the password of the NAS login to see if thats where the login info was being pulled and it still gave the same admin/NEBULA password. I am now completely unsure where this password is being pulled from.

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

          Do you have more than one storage node?

          Are you using the location plugin?

          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/

          S 2 Replies Last reply Reply Quote 0
          • S
            szecca1 @Wayne Workman
            last edited by

            @Wayne-Workman I do have two storage nodes, one that is the default and one I added called test. The default one had the admin login, so I changed that. Now it seems that is where it is pulling the login as now it is saying this error

            “To setup download task, you must first upload an image”

            Which may seem pretty basic but I already uploaded an image?
            And unless I am using this location plugin by accident, no I don’t think I am using it

            1 Reply Last reply Reply Quote 0
            • S
              szecca1 @Wayne Workman
              last edited by

              @Wayne-Workman Should I only have one storage node?

              What is the location plugin?

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

                @szecca1 said:

                @Wayne-Workman Should I only have one storage node?

                What is the location plugin?

                You can have as many storage nodes as you like…

                The location plugin allows for image replication and for one primary FOG server to dictate orders and such to other FOG servers across WANs.

                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/

                S 1 Reply Last reply Reply Quote 0
                • S
                  szecca1 @Wayne Workman
                  last edited by

                  @Wayne-Workman I’m only going to have 1 FOG server on my network so would the location plugin be needed?

                  Why is the image that I uploaded not being detected by FOG? I probably set something up wrong, didn’t I?

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

                    @szecca1 said:

                    @Wayne-Workman I’m only going to have 1 FOG server on my network so would the location plugin be needed?

                    Why is the image that I uploaded not being detected by FOG? I probably set something up wrong, didn’t I?

                    If you’ve only got one fog server, you do not need the location plugin.

                    I thought uploads were working?

                    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/

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      szecca1 @Wayne Workman
                      last edited by

                      @Wayne-Workman I just started a new upload to test again but it is working. It’s when I go to download the image on to a client that says “to setup download task, you must first upload an image.”

                      My first impression is that the fog server doesn’t know where to pull the image file from but I dont know if I am right. I am uploading another image just to be sure right now.

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

                        @szecca1

                        Can you make sure these images are not stuck in /images/dev on your NAS ?

                        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/

                        S 1 Reply Last reply Reply Quote 0
                        • Tom ElliottT
                          Tom Elliott
                          last edited by

                          This is actually a very well known issue with Synology, and potentially other NAS’.

                          Basically, the NFS side works perfectly, but FTP fails miserably.

                          This is a configuration issue of FTP on the NAS. What’s happening is the “fog” user defaults to a jailed root position.

                          In your case, /Volume1/NAS/data/images (or whatever the path is)

                          NFS side works as expected, but FTP fails because it’s Jailed to start at:
                          /NAS/data/images

                          So basically, the mount point you have is set to /Volume1/NAS/data/images.

                          When FTP attempts to happen, It’s looking for /Volume1/NAS/data/images, but it’s really going to / which is the root of /Volume1

                          Basically ftp is looking for:
                          /Volume1/Volume1/NAS/data/images at that point, which obviously doesn’t exist.

                          One way you could try to fix it is create a symbolic link to /Volume1 in side of /Volume1/

                          This could be done with:

                          ln -s /Volume1 /Volume1/Volume1

                          It’s just a shot in the dark maybe?

                          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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                          Wayne WorkmanW S 2 Replies Last reply Reply Quote 0
                          • S
                            szecca1 @Wayne Workman
                            last edited by

                            @Wayne-Workman The image is stuck in /images/dev.
                            fog.JPG

                            I am guessing that would be the problem

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

                              @Tom-Elliott said:

                              This is actually a very well known issue with Synology, and potentially other NAS’.

                              Basically, the NFS side works perfectly, but FTP fails miserably.

                              This is a configuration issue of FTP on the NAS. What’s happening is the “fog” user defaults to a jailed root position.

                              In your case, /Volume1/NAS/data/images (or whatever the path is)

                              NFS side works as expected, but FTP fails because it’s Jailed to start at:
                              /NAS/data/images

                              So basically, the mount point you have is set to /Volume1/NAS/data/images.

                              When FTP attempts to happen, It’s looking for /Volume1/NAS/data/images, but it’s really going to / which is the root of /Volume1

                              Basically ftp is looking for:
                              /Volume1/Volume1/NAS/data/images at that point, which obviously doesn’t exist.

                              One way you could try to fix it is create a symbolic link to /Volume1 in side of /Volume1/

                              This could be done with:

                              ln -s /Volume1 /Volume1/Volume1

                              It’s just a shot in the dark maybe?

                              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
                              • S
                                szecca1 @Tom Elliott
                                last edited by

                                @Tom-Elliott Should I do this before I try to upload an image?

                                Tom ElliottT S 2 Replies Last reply Reply Quote 0
                                • Tom ElliottT
                                  Tom Elliott @szecca1
                                  last edited by

                                  @szecca1 Well, for now, lets just get an image that’s there downloading. If that works, it will automatically work for uploads when they’re performed.

                                  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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                  Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                  Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    szecca1 @szecca1
                                    last edited by

                                    @szecca1 I just tried that command and it says failed to create symbolic link as directory /Volume1/Volume1 does not exist

                                    Wayne WorkmanW ch3iC 2 Replies Last reply Reply Quote 0
                                    • Wayne WorkmanW
                                      Wayne Workman @szecca1
                                      last edited by

                                      @szecca1 said:

                                      @szecca1 I just tried that command and it says failed to create symbolic link as directory /Volume1/Volume1 does not exist

                                      Tom didn’t know what your volume was called. You have to put in the right name.

                                      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
                                      • ch3iC
                                        ch3i Moderator @szecca1
                                        last edited by

                                        @szecca1 said:

                                        @szecca1 I just tried that command and it says failed to create symbolic link as directory /Volume1/Volume1 does not exist

                                        Hi,

                                        If you have mount your NAS in your server, please post the result of that command :

                                        cat /etc/fstab
                                        

                                        Regards,
                                        Ch3i.

                                        1 Reply Last reply Reply Quote 0
                                        • Tom ElliottT
                                          Tom Elliott
                                          last edited by

                                          This should be fixed. The ln command I gave is meant to be entered on the nas, not on the server. We did this last night and szecca1 was able to successfully create an image task. I don’t know for sure if it works but I have a strong feeling all is well now.

                                          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! Get in contact with me (chat bubble in the top right corner) if you want to join in.

                                          Web GUI issue? Please check apache error (debian/ubuntu: /var/log/apache2/error.log, centos/fedora/rhel: /var/log/httpd/error_log) and php-fpm log (/var/log/php*-fpm.log)

                                          Please support FOG if you like it: https://wiki.fogproject.org/wiki/index.php/Support_FOG

                                          1 Reply Last reply Reply Quote 1
                                          • S
                                            szecca1
                                            last edited by

                                            Hey guys sorry its been so long, I just wanted to test a few things before I came back here. Everything is working perfectly. Thank you so much!!!

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 4 / 5
                                            • First post
                                              Last post

                                            250

                                            Online

                                            12.0k

                                            Users

                                            17.3k

                                            Topics

                                            155.2k

                                            Posts
                                            Copyright © 2012-2024 FOG Project