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

.mntcheck file is missing

Scheduled Pinned Locked Moved Solved
FOG Problems
2
3
2.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.
  • K
    KJ You
    last edited by May 28, 2015, 3:18 AM

    Hello
    I tried “touch .mntcheck” on /images and /images/dev folder but still not seeing that file.
    Thanks

    K 1 Reply Last reply May 28, 2015, 3:30 AM Reply Quote 0
    • K
      KJ You @KJ You
      last edited by May 28, 2015, 3:30 AM

      @KJ-You it must be hidden file. I created a test.txt and and try to rename it then it says it already exist.

      1 Reply Last reply Reply Quote 0
      • W
        Wayne Workman
        last edited by Wayne Workman May 27, 2015, 9:58 PM May 28, 2015, 3:43 AM

        files in Linux that begin with a period are hidden.

        ls lists files.
        -a includes hidden files.
        -l shows permissions and ownership.
        -R is the recursive flag.

        So this command would show every single file in /images and it’s sub-directories:
        [CODE]ls -laR /images[/CODE]

        You could pipe that with grep, which is a powerful searching tool and just search for .mntcheck

        [CODE]ls -laR /images | grep .mntcheck[/CODE]
        That will only show all instances of .mntcheck inside the /images directory.

        There should be two.

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

        196

        Online

        12.0k

        Users

        17.3k

        Topics

        155.2k

        Posts
        Copyright © 2012-2024 FOG Project