• Recent
  • Unsolved
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  • 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
59.8k
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 @ch3i
    last edited by May 22, 2015, 3:38 PM

    @ch3i Ah no I was using the password to log in to the admin console. I just changed it to that password which was different. I deleted the task of upload and started a new one and got the same error message. I even tried to restart the NFS service again and even that gave the same “does not support NFS export” error message.

    1 Reply Last reply Reply Quote 0
    • S
      szecca1 @ch3i
      last edited by May 22, 2015, 4:37 PM

      @ch3i Do I need TFTP enabled on my NAS server? Could that be the problem that TFTP is not enabled right now?

      Again thank you all for the assistance

      T 1 Reply Last reply May 22, 2015, 4:46 PM Reply Quote 0
      • T
        Tom Elliott @szecca1
        last edited by May 22, 2015, 4:46 PM

        @szecca1 said:

        @ch3i Do I need TFTP enabled on my NAS server? Could that be the problem that TFTP is not enabled right now?

        Again thank you all for the assistance

        No, tftp should still be handled by your real server.

        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

        S 1 Reply Last reply May 22, 2015, 4:52 PM Reply Quote 0
        • S
          szecca1 @Tom Elliott
          last edited by May 22, 2015, 4:52 PM

          @Tom-Elliott I saw this on another site, does this make any sense?

          If still receiving the same error message after perfroming the above commands, you may need to edit /etc/exports to include your new mount point, i.e. /data/images and /data/images/dev with corresponding permissions.

          See following example of /etc/exports:

          /images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)

          /images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)

          /data/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)

          /data/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)

          W 1 Reply Last reply May 22, 2015, 5:01 PM Reply Quote 0
          • W
            Wayne Workman @szecca1
            last edited by May 22, 2015, 5:01 PM

            @szecca1 said:

            @Tom-Elliott I saw this on another site, does this make any sense?

            If still receiving the same error message after perfroming the above commands, you may need to edit /etc/exports to include your new mount point, i.e. /data/images and /data/images/dev with corresponding permissions.

            See following example of /etc/exports:

            /images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)

            /images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)

            /data/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)

            /data/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)

            Your exports should reflect where the images are actually stored.

            So if it’s /images, then you don’t need the /data lines; etc.

            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 May 22, 2015, 5:08 PM Reply Quote 0
            • S
              szecca1 @Wayne Workman
              last edited by May 22, 2015, 5:08 PM

              @Wayne-Workman Ok I apologize I want to make everything clear for you so you have all the info. As you know I created a mount point within the Ubuntu folder images/. On my NAS server I created a folder called FOG, in this folder is the Images folder and in that folder is the dev folder. Clearly I didn’t do that right but should I use that syntax but replace “/data” with “/fog”?

              I am sure I just confused everyone so please tell me if I need to be more clear

              W 1 Reply Last reply May 22, 2015, 5:11 PM Reply Quote 0
              • W
                Wayne Workman @szecca1
                last edited by May 22, 2015, 5:11 PM

                @szecca1 said:

                @Wayne-Workman Ok I apologize I want to make everything clear for you so you have all the info. As you know I created a mount point within the Ubuntu folder images/. On my NAS server I created a folder called FOG, in this folder is the Images folder and in that folder is the dev folder. Clearly I didn’t do that right but should I use that syntax but replace “/data” with “/fog”?

                I am sure I just confused everyone so please tell me if I need to be more clear

                lol yeah that’s confusing…

                So… You have a mount called images
                On the NAS, there’s a folder called FOG/images

                ?

                Yeah just replace the /data with /FOG
                Remember, Linux is case-sensitive.

                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 May 22, 2015, 5:14 PM Reply Quote 0
                • W
                  Wayne Workman
                  last edited by May 22, 2015, 5:13 PM

                  when done, restart NFS again. see if the errors go away.

                  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 @Wayne Workman
                    last edited by May 22, 2015, 5:14 PM

                    @Wayne-Workman HAHA my apologies but you did get the idea of it which I appreciate you making out my disaster. I will give that a try but I have 1 question before I do that.exports.PNG

                    Do you know what the fsid is for?

                    W 1 Reply Last reply May 22, 2015, 5:15 PM Reply Quote 0
                    • W
                      Wayne Workman @szecca1
                      last edited by May 22, 2015, 5:15 PM

                      @szecca1 said:

                      @Wayne-Workman HAHA my apologies but you did get the idea of it which I appreciate you making out my disaster. I will give that a try but I have 1 question before I do that.exports.PNG

                      Do you know what the fsid is for?

                      Absolutely not. But I know that it MUST be unique for each entry…

                      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 May 22, 2015, 5:42 PM Reply Quote 0
                      • S
                        szecca1 @Wayne Workman
                        last edited by May 22, 2015, 5:42 PM

                        @Wayne-Workman Nope, still getting the same message because it doesn’t see the path /FOG/Images

                        1 Reply Last reply Reply Quote 0
                        • S
                          szecca1 @Wayne Workman
                          last edited by May 22, 2015, 5:55 PM

                          @Wayne-Workman
                          “I tried setting the Fog server on several Ubuntu boxes and was unable to do so. After reviewing this case with our team, its come to my attention we can only currently support NFS shares directly to Ubuntu System. I have put in request to our development team for testing and support for FOG server.”

                          Synology technical support

                          I randomly came across this, has anyone ever used Synology boxes and would this even make sense? Could this be the reason why it is not working?

                          1 Reply Last reply Reply Quote 0
                          • S
                            szecca1
                            last edited by May 22, 2015, 6:37 PM

                            Just so everyone knows, I called Synology and we got it working. The problem was that on the Synology the NFS Permissions had to be changed. Squash had to be no mapping and the host IP address was changed to *. Once this was done, upload started right away.

                            I want to thank everyone for your help. Really appreciate it!

                            1 Reply Last reply Reply Quote 1
                            • S
                              szecca1
                              last edited by May 22, 2015, 7:36 PM

                              After the image finished uploading, it gave an error message of
                              Capture.PNG

                              I am going to reboot the machine to see if the image upload took but wanted to see if anyone knows why I got this error message?

                              1 Reply Last reply Reply Quote 0
                              • W
                                Wayne Workman
                                last edited by Wayne Workman May 22, 2015, 1:39 PM May 22, 2015, 7:37 PM

                                Check this out:
                                https://wiki.fogproject.org/wiki/index.php/Troubleshoot_FTP

                                let us know if you need help.

                                If you solve it, please report what was done to fix it.

                                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 May 26, 2015, 5:46 PM Reply Quote 0
                                • S
                                  szecca1
                                  last edited by May 26, 2015, 4:31 PM

                                  Good afternoon, sorry I work in a school district and was off yesterday. I am mstill troubleshooting through that ftp issue from last week but so far FTP seems to be working fine and could be the user log in info that is incorrect. Will update further…

                                  1 Reply Last reply Reply Quote 0
                                  • S
                                    szecca1 @Wayne Workman
                                    last edited by May 26, 2015, 5:46 PM

                                    @Wayne-Workman When the image finishes uploading, I am getting an error FOGFTP: Failed to connect. Error undefined variable: whereArray. That error is on the admin console. The pc keeps repeating the error message error FOGFTP: Failed to connect. Error undefined variable: currentuser.

                                    What could be going wrong? I thought I troubleshot FTP and thought that was working? Any thoughts?

                                    1 Reply Last reply Reply Quote 0
                                    • Wayne WorkmanW
                                      Wayne Workman
                                      last edited by May 26, 2015, 5:47 PM

                                      Can you get a file via FTP from a workstation ?

                                      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 May 26, 2015, 6:07 PM Reply Quote 0
                                      • S
                                        szecca1 @Wayne Workman
                                        last edited by May 26, 2015, 6:07 PM

                                        @Wayne-Workman Just verified that my FOG server and my Synology box has FTP access. We don’t allow FTP access from the computer due to security in our school. I had FOG working last year with just my server having FTP access so not sure why this is still giving me the same error unless after giving FTP access I have to redo the upload?

                                        1 Reply Last reply Reply Quote 0
                                        • Wayne WorkmanW
                                          Wayne Workman
                                          last edited by Wayne Workman May 26, 2015, 12:36 PM May 26, 2015, 6:23 PM

                                          @szecca1 said:

                                          @Wayne-Workman Just verified that my FOG server and my Synology box has FTP access. We don’t allow FTP access from the computer due to security in our school. I had FOG working last year with just my server having FTP access so not sure why this is still giving me the same error unless after giving FTP access I have to redo the upload?

                                          I’ll give you the basic rundown of how uploads work…

                                          The client mounts to x.x.x.x:/images/dev via NFS.

                                          The client uploads image to that directory.

                                          The client then uses FTP to move image from /images/dev TO /images and in the process, it renames the image to what you specified.

                                          Without FTP working at all on the clients, it’s still possible to use FOG but it’s a lot of work…

                                          Basically, if you look inside /images/dev on your FOG server, you’ll see a directory in there with <MAC OF UPLOAD CLIENT>. That’s your image.

                                          You basically need to move the folder to the right spot, with the right name.

                                          Example:
                                          [CODE]mv /images/dev/<MAC of client here> /images/<EXACT image name here>[/CODE]

                                          Use the EXACT name you see on your image in here:
                                          ImagePath.png

                                          For above, something like this:
                                          [CODE]mv /images/dev/<MAC ADDRESS> /images/EliteBookWin7BaseApril2015Test[/CODE]

                                          You might ought to reset permissions after this, too:
                                          [CODE]chmod -R 777 /images[/CODE]

                                          You’ll have to do this for every image you upload… or you can just let computers use FTP.

                                          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 May 26, 2015, 7:03 PM Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 2 / 5
                                          2 / 5
                                          • First post
                                            21/87
                                            Last post

                                          193

                                          Online

                                          12.0k

                                          Users

                                          17.3k

                                          Topics

                                          155.2k

                                          Posts
                                          Copyright © 2012-2024 FOG Project