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

Switching NAS servers

Scheduled Pinned Locked Moved Unsolved
FOG Problems
3
34
11.9k
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 Jul 22, 2015, 3:37 PM

    @Wayne-Workman haha yea I was hoping to just change the IP address and it would work. But I just updated the GIT and still getting the same issue.

    1 Reply Last reply Reply Quote 0
    • S
      szecca1 @Wayne Workman
      last edited by Jul 23, 2015, 2:03 PM

      @Wayne-Workman I feel like I am back to the beginning where you guys helped me fix this a few months ago. I still am getting the same error or fatal error failed to mount NFS volume. I followed some things on the wiki page but maybe I am missing something. Any thoughts? I have a feeling it has to do with the fact that the .mntcheck is not on the new synology box but I can’t figure out how to get it there.

      W 1 Reply Last reply Jul 23, 2015, 5:20 PM Reply Quote 0
      • W
        Wayne Workman @szecca1
        last edited by Jul 23, 2015, 5:20 PM

        @szecca1 the .mntcheck file is just a blank file. FOG merely checks that it exists - hence the name mntcheck. If FOG can see a file named that, then FOG knows that NFS has been mounted correctly.

        To create this file, just issue the touch command in the images and dev directories.

        touch .mntcheck
        

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

          @Wayne-Workman I did that and that file is not showing up on my Synology server. I am not sure if this is what is causing my issue but I am still getting that error message. I am not sure what I did wrong

          W 1 Reply Last reply Jul 23, 2015, 7:50 PM Reply Quote 0
          • W
            Wayne Workman @szecca1
            last edited by Jul 23, 2015, 7:50 PM

            @szecca1 I don’t think the mntcheck files are the issue. If FOG couldn’t find them, it’d say it couldn’t find them. Your problem happens before the check - it fails during mounting.

            I’d ensure that your /images directory on the new synology box is being shared via NFS with 777 permissions on 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 3 Replies Last reply Jul 24, 2015, 1:52 PM Reply Quote 0
            • S
              szecca1 @Wayne Workman
              last edited by Jul 24, 2015, 1:52 PM

              @Wayne-Workman I just did that and still getting the same error message. Maybe it still thinks I am trying to give the old Synology box those rights? Is there a way to check if in Linux, the IP address is the right Synology box?

              1 Reply Last reply Reply Quote 0
              • S
                szecca1 @Wayne Workman
                last edited by Jul 24, 2015, 2:12 PM

                @Wayne-Workman Should I delete the storage node and start over?

                1 Reply Last reply Reply Quote 1
                • S
                  szecca1 @Wayne Workman
                  last edited by Jul 24, 2015, 4:10 PM

                  @Wayne-Workman https://wiki.fogproject.org/wiki/index.php/NAS_Storage_Node

                  Or should I follow these instructions?

                  W 1 Reply Last reply Jul 24, 2015, 6:20 PM Reply Quote 0
                  • W
                    Wayne Workman @szecca1
                    last edited by Jul 24, 2015, 6:20 PM

                    @szecca1 said:

                    @Wayne-Workman https://wiki.fogproject.org/wiki/index.php/NAS_Storage_Node

                    Or should I follow these instructions?

                    Those instructions have been made somewhat obsolete with the new FTP Path feature.
                    I’d say run through the troubleshooting found here to see what your issue with NFS is:
                    https://wiki.fogproject.org/wiki/index.php/Troubleshoot_NFS

                    I’d pay special attention to the testing NFS bits at the top.

                    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 Jul 27, 2015, 2:39 PM Reply Quote 0
                    • S
                      szecca1 @Wayne Workman
                      last edited by Jul 27, 2015, 2:39 PM

                      @Wayne-Workman Good morning, I just tried doing what you sent me and I created the text file but when I boot my machine it just boots to windows. Theres no options on the screen like the instructions say there should be

                      1 Reply Last reply Reply Quote 0
                      • S
                        szecca1 @Wayne Workman
                        last edited by Jul 27, 2015, 4:29 PM

                        @Wayne-Workman Ok I got in but when I follow these instructions:
                        Next, we will mount to FOG’s remote image directories like this:

                        mount -o nolock,proto=tcp,rsize=32768,intr,noatime $storage /images
                        mount -o nolock,proto=tcp,rsize=32768,intr,noatime 10.0.0.3:/images/dev/ /images/dev

                        I am getting an error " mount: mounting 10.1.0.227:/volume1/FOG/Images/dev/ on /images failed: invalid argument

                        W 1 Reply Last reply Jul 27, 2015, 5:12 PM Reply Quote 0
                        • W
                          Wayne Workman @szecca1
                          last edited by Jul 27, 2015, 5:12 PM

                          @szecca1 Did you create the local /image and /image/dev folders?

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

                            @Wayne-Workman Yes I followed those commands, it didnt say that it did but it didnt give an error message when I typed those commands

                            W 1 Reply Last reply Jul 27, 2015, 5:23 PM Reply Quote 0
                            • W
                              Wayne Workman @szecca1
                              last edited by Jul 27, 2015, 5:23 PM

                              @szecca1 I just reviewed the commands and changed one of them. Can you look at that and try again?

                              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 Jul 27, 2015, 7:09 PM Reply Quote 0
                              • S
                                szecca1 @Wayne Workman
                                last edited by Jul 27, 2015, 7:09 PM

                                @Wayne-Workman When I now type them in its not giving me an error just a list of file system specific -o flags. After that I try to test the download and upload and i get an error message "cp: cannot stat ‘/images/test.txt’: no such file or directory

                                1 Reply Last reply Reply Quote 0
                                • S
                                  szecca1 @Wayne Workman
                                  last edited by Jul 27, 2015, 7:10 PM

                                  @Wayne-Workman Also the test.txt file is in the /images folder on the FOG server but not on the Synology box, just for your information

                                  W 1 Reply Last reply Jul 27, 2015, 7:36 PM Reply Quote 0
                                  • W
                                    Wayne Workman @szecca1
                                    last edited by Jul 27, 2015, 7:36 PM

                                    @szecca1 said:

                                    @Wayne-Workman Also the test.txt file is in the /images folder on the FOG server but not on the Synology box, just for your information

                                    You should be altering the commands so that you are testing the synology box. The test file should exist on the Synology box.

                                    When the directory successfully mounts via NFS, you shouldn’t get any messages at all.

                                    Have you updated to the latest yet?

                                    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
                                    • 2
                                    • 2 / 2
                                    2 / 2
                                    • First post
                                      27/34
                                      Last post

                                    154

                                    Online

                                    12.0k

                                    Users

                                    17.3k

                                    Topics

                                    155.2k

                                    Posts
                                    Copyright © 2012-2024 FOG Project