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

    Storing FOG Images on Separate Network Drive

    Scheduled Pinned Locked Moved
    Linux Problems
    4
    23
    9.0k
    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.
    • Wayne WorkmanW
      Wayne Workman @Data31337
      last edited by

      @Data31337 Yes, it’ll work for network drives - but again - you cannot re-export an already exported drive. You can mount as many shares as you like for whatever purpose you like on the fog server, but those can’t be used directly for imaging.

      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/

      I 1 Reply Last reply Reply Quote 0
      • I
        ITSolutions Testers @Data31337
        last edited by

        @Data31337 I just re-read your “work around” instead of do as I described you could just mount the /images directory directly to the external storage the same way you are doing the mount of the /images/extstorage

        What is the file system on your extstorage?

        D 1 Reply Last reply Reply Quote 0
        • D
          Data31337 @ITSolutions
          last edited by

          @ITSolutions

          Ill try it and respond with what I find. thanks again!

          1 Reply Last reply Reply Quote 0
          • I
            ITSolutions Testers @Wayne Workman
            last edited by

            @Wayne-Workman said in Storing FOG Images on Separate Network Drive:

            @Data31337 Yes, it’ll work for network drives - but again - you cannot re-export an already exported drive. You can mount as many shares as you like for whatever purpose you like on the fog server, but those can’t be used directly for imaging.

            I am not sure what you mean by this I have a simalar setup and it works great for me. Actually I have 2 storage groups on the same master FOG server. I did have to add in the /etc/exports the extra lines to do NFS correctly. But in the OP’s case that shouldn’t be needed.

            Wayne WorkmanW D 2 Replies Last reply Reply Quote 0
            • Wayne WorkmanW
              Wayne Workman @ITSolutions
              last edited by

              @ITSolutions read back in the thread and it’ll make sense.

              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
              • D
                Data31337 @ITSolutions
                last edited by Data31337

                @ITSolutions

                The file system is NTFS. The issue I was running into is the Permissions. Everytime I transfer a image to the external storage drive, it would reset the permissions to drwxr-xr-x when I noticed it needed to be read/write/executable by everyone. I originally thought it was a issue with “Sticky Bits” Permissions but it wasn’t. It was just that the NTFS drive isn’t setup with the 777 permissions and when it mounted, it carried its permissions over.

                1 Reply Last reply Reply Quote 0
                • D
                  Data31337 @ITSolutions
                  last edited by

                  @ITSolutions

                  UPDATE I tried doing

                  Next you need the UUID of the drive
                  -Go to a terminal and type sudo blkid and find the dev for your external drive and copy/make note of the UUID.
                  -Then sudo nano /etc/fstab and add the following line tot he end of it:
                  UUID=(Copy the UUID of your drive) /images ext4 nofail,auto,noatime,rw,user 0 0

                  Which ended up failing due to the fact the Network Drive didn’t produce a UUID sadly. I’m not experienced enough with Linux to know of any work around either. But thanks again for the idea.

                  I 1 Reply Last reply Reply Quote 0
                  • I
                    ITSolutions Testers @Data31337
                    last edited by

                    @Data31337 How are you mounting the share currently? You said it is mounted as /images/external if you just change your mount point to /images you should be able to complete it that way

                    D 1 Reply Last reply Reply Quote 0
                    • D
                      Data31337 @ITSolutions
                      last edited by Data31337

                      @ITSolutions

                      Its currently mounted through the /images/external folder, but when I tried testing it out, it was mounted directly to the /images folder. The issue was that when I tried running

                      blkid
                      

                      command it wouldn’t return a UUID for the external drive I was trying to use. What I’m going to do is probably try remounting the external drive locally as opposed to being on the network and then give the method another try. I think I understand the concept of what were trying to do, but it won’t do it with a network mounted drive (Because it won’t return a UUID while being connected to a separate server, unless there is another way of obtaining the UUID). Also too, I’m not sure if this would take care of the permissions problem that comes with the solution as well.

                      I 1 Reply Last reply Reply Quote 0
                      • I
                        ITSolutions Testers @Data31337
                        last edited by

                        @Data31337 My instructions are for a USB or Firewire style drive.

                        You could instead just mount it the same way you currently do, just directly to /images instead. make sure you copy all files from the current /images including hidden files.

                        D 1 Reply Last reply Reply Quote 1
                        • D
                          Data31337 @ITSolutions
                          last edited by

                          @ITSolutions

                          Yup that is my current method so far, but if I were to do that, then my images would easily run past 40 GBs. Which is why I copy it to the mounted drive, then hop over with File Explorer and Cut/Paste it into a “Archived Folder” I have linked. Essentially the same thing just a bit more confusing than just being able write to the mounted drive. When I replace the drive locally, I’ll report back with the results and maybe we can figure something out thats not as step-intensive.

                          If you want a complete list of steps that I do, it goes:
                          Instructions dependant on cifs-utils package

                          1. Login to the Ubuntu
                          2. Navigate to the /images folder (cd <folder path>)
                          3. Delete any old images being used (rm –r <dirname>)
                          4. Pull Needed image from Archive Directory from the external drive (Copy + Paste to NetworkImages)
                          5. Navigate to the NetworkImages Directory
                          6. Copy the image you want to use (cp –r <dirname>)
                          7. Set the permissions for everyone to read/write/execute (chmod 777 <dirname)
                          8. Review the folder contents using ls –l and make sure its highlighted green
                          9. Set task in FOG using correct image
                          10. Profit

                          I know this seems like a lot of work, but it really isn’t. Still takes less time than manually running to each PC and plugging my USB in and entering needed commands. With this, can run 10 PCs to a switch and image them all at the same time, which is exactly what we need because we build 10 - 15 PCs every quarter and in the start, there wasn’t ANY imaging solution. I had to build each OS by hand.

                          1 Reply Last reply Reply Quote 0
                          • 1
                          • 2
                          • 2 / 2
                          • First post
                            Last post

                          241

                          Online

                          12.0k

                          Users

                          17.3k

                          Topics

                          155.2k

                          Posts
                          Copyright © 2012-2024 FOG Project