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

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

Scheduled Pinned Locked Moved Unsolved
FOG Problems
4
14
4.5k
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 Dec 8, 2014, 4:49 PM

    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
    • T
      Tom Elliott
      last edited by Dec 8, 2014, 4:50 PM

      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
      • G
        Gary Kulovics
        last edited by Dec 8, 2014, 4:58 PM

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

        1 Reply Last reply Reply Quote 0
        • G
          Gary Kulovics
          last edited by Jun 18, 2015, 6:35 PM

          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

          W 1 Reply Last reply Jun 18, 2015, 6:37 PM Reply Quote 0
          • W
            Wayne Workman @Gary Kulovics
            last edited by Jun 18, 2015, 6:37 PM

            @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
            • T
              Tom Elliott
              last edited by Jun 18, 2015, 6:37 PM

              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
              • W
                Wayne Workman
                last edited by Jun 18, 2015, 6:39 PM

                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 Jun 19, 2015, 1:28 PM Reply Quote 0
                • T
                  Tom Elliott
                  last edited by Jun 18, 2015, 6:40 PM

                  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

                  W 1 Reply Last reply Jun 18, 2015, 6:40 PM Reply Quote 0
                  • W
                    Wayne Workman @Tom Elliott
                    last edited by Jun 18, 2015, 6:40 PM

                    @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
                    • G
                      Gary Kulovics
                      last edited by Jun 18, 2015, 7:15 PM

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

                      1 Reply Last reply Reply Quote 0
                      • W
                        Wolfbane8653 Developer
                        last edited by Jun 18, 2015, 7:17 PM

                        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
                        • W
                          Wayne Workman
                          last edited by Jun 19, 2015, 1:02 AM

                          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
                          • G
                            Gary Kulovics @Wayne Workman
                            last edited by Jun 19, 2015, 1:28 PM

                            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
                            • T
                              Tom Elliott
                              last edited by Jun 19, 2015, 1:34 PM

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

                              272

                              Online

                              12.0k

                              Users

                              17.3k

                              Topics

                              155.2k

                              Posts
                              Copyright © 2012-2024 FOG Project