• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. DWasp
    3. Topics
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by DWasp

    • D

      Mounting file system error

      FOG Problems
      • • • DWasp
      13
      0
      Votes
      13
      Posts
      5.4k
      Views

      ?

      Adding to what Tom said
      changing the storage node location Local

      If the storage node location is local make sure it is mounted in /etc/fstab
      example:
      UUID=b2584c6a-dddd-4939-9f86-f77a816fad8a /media/images2 ext4 errors=remount-ro 0 0 Change the info on the web interface to reflect your new Storage Group, mine was local, so I just reused the same Ip, made sure the user, pass were set to one that matches a user on the Linux box with the same 777 permissions on the destination
      example:
      chmod -R 0777 /where/you/want/to/put/your/shit copy all the files from the original /images folder specifically /images/dev, /images/.mntcheck, /images/postdownloadscripts to the new location
      example:
      cp -rp /images/* /where/you/want/to/put/your/shit
      ##########################################################################
      This is what worked for me to get rid of the

      “Mounting File System…Failed”

      problem I encountered after moving the storage node to a larger local disk
      ##########################################################################
      4. Edit the /etc/exports file to reflect the new datastore location, don’t forget to copy the files over as mentioned above
      example:
      From:
      /images
      /images/dev
      To:
      /where/you/want/to/put/your/shit
      /where/you/want/to/put/your/shit/dev

      #save

      #restart the service

      service nfs-kernel-server restart

    • D

      Uploading / Mounting DFS fails

      FOG Problems
      • • • DWasp
      5
      0
      Votes
      5
      Posts
      1.6k
      Views

      D

      I’d already gone through and done the &$ to $ trick, was battling with one error after the other setting it up but Google was my friend.

      It’s imaging right as rain now.

    • 1 / 1