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

    Unsolved Mounting File System .....................................................Failed

    FOG Problems
    4
    14
    4256
    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.
    • G
      Gary Kulovics last edited by

      Am trying to image a new laptop and when I get to Mounting File system its fails get the following error
      Mounting 10.39.xxx.xxx:/images/on/images failed:Protocol not supported

      Am running Centos 7.5
      Fog 1.2.0

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

        @Gary-Kulovics

        sudo mount 10.39.xxx.xxx:/images/ /images
        

        The reason for the fstab error is because it didn’t have a place to be mounted to. (the /images part with out the colon)

        If the argument isn’t setup properly, it scans for fstab to try automating mount point for you. If it can’t find it you get that error.

        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
        • G
          Gary Kulovics @Wayne Workman last edited by

          When trying to mount drive @10.39.xxx.xxx I get the following error

          mount: can’t find 10.39.200.200:/images/ in /etc/fstab or /etc/mtab

          Thanks
          Gary

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

            This may also help:
            https://wiki.fogproject.org/wiki/index.php/Troubleshoot_NFS

            The article is still a bit rough around the edges, but I consider it a living document… I’m always changing them, adding stuff, rephrasing things to be more clear, 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/

            1 Reply Last reply Reply Quote 0
            • W
              Wolfbane8653 Developer last edited by

              Can you mount that dir from another machine?

              sudo mount 10.39.xxx.xxx:/images/
              

              Double check your firewall, nfs service, and permissions

              1 Reply Last reply Reply Quote 0
              • G
                Gary Kulovics last edited by

                Hi Tom
                Have started the service but still getting this error any ideas

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

                  @Tom-Elliott said:

                  can you ask for faster service?

                  No way, no how.

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

                    can you ask for faster service?

                    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 Workman 1 Reply Last reply Reply Quote 0
                    • Wayne Workman
                      Wayne Workman last edited by

                      Also, to prevent this issue in the future, you should enable nfs on boot:

                      [CODE]systemctl enable nfs
                      systemctl enable nfs-server
                      service nfs enable
                      service nfs-server enable[/CODE]

                      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/

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

                        service nfs restart

                        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
                        • Wayne Workman
                          Wayne Workman @Gary Kulovics last edited by

                          @Gary-Kulovics said:

                          Hi Tom
                          Having same problem again Can you please tell me how to restart this server as I does not seam to what to work

                          Thanks Gary

                          [CODE]systemctl restart nfs[/CODE]

                          if that doesn’t work, it might be this:
                          [CODE]systemctl restart nfs-server[/CODE]

                          You could also try this:
                          [CODE]service nfs restart
                          service nfs-server restart[/CODE]

                          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 1
                          • G
                            Gary Kulovics last edited by

                            Hi Tom
                            Having same problem again Can you please tell me how to restart this server as I does not seam to what to work

                            Thanks Gary

                            Wayne Workman 1 Reply Last reply Reply Quote 0
                            • G
                              Gary Kulovics last edited by

                              Restarted the NFS server. Thanks for the input, needed a push in the right direction 😉

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

                                The mount point it’s trying to get to has NFS running?

                                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
                                • 1 / 1
                                • First post
                                  Last post

                                143
                                Online

                                10.4k
                                Users

                                16.4k
                                Topics

                                150.5k
                                Posts

                                Copyright © 2012-2023 FOG Project