Could not mount images folder Error
-
I actually am trying to capture an image not deploy one. I havent been able to successfully capture one yet. I did follow the article but i definitely could have missed a step or something. I will try it with the firewall off and see if that works.
-
Okay so it looks like its capturing the image now, i went back through the wiki article you sent me and followed all the steps again. and everything said “Warning already enabled” the only one that I wasnt sure about was the what command do i actually run in this.
Also when it finished capturing the image it went to this
It did not successfully capture the image after that.
-
systemctl disable firewalld systemctl stop firewalld
Then check the status of selinux
sestatus
SELinux status: should be set to permissive.
Edit: For your new post, we need to see the error at the top (just off the top edge if the screen)
-
[root@localhost cmc_it]# sestatus SELinux status: enabled SELinuxfs mount: /sys/fs/selinux SELinux root directory: /etc/selinux Loaded policy name: targeted Current mode: permissive Mode from config file: permissive Policy MLS status: enabled Policy deny_unknown status: allowed Max kernel policy version: 31
-
@lschnider You will still have an issue. You did not follow the prerequisites for installing FOG.
Now you need to edit /etc/selinux/config
In that file edit
SELINUX=enforcing
to read
SELINUX=permissive
reboot the fog server.
-
@lschnider scratch that, it is set to permissive. I did not read well enough.
OK we need to see the error that is just off the top of the screen in your previous picture.
-
@lschnider Also I’ve seen that date.timezone warning message before. I don’t know if that is something new with 1.5.5 or not. Can you confirm that this FOG setting is correct for your timezone: FOG Configuration->FOG Settings->General Settings->TZ INFO
-
Well maybe this is a dumb question but how do you scroll up on that screen. I have been trying to but it wont let me.
-
@george1421 The date/time was wrong. I fixed that, i will try to run the capture again.
-
@lschnider You can’t it a character mode terminal. If its scrolled off the top of the screen then its lost. Lets see if we can fix the TZ issue so those warning messages will go away.
Let me ask you have you messed with / changed the password for the FOG linux service account called
fog
? This is not the default webui admin called fog this is the linux user calledfog
? If you changed this account I might expect this error message at this point in the capture process. -
@lschnider said in Could not mount images folder Error:
@george1421 The date/time was wrong. I fixed that, i will try to run the capture again.
You may need to reboot the fog server for that setting to get installed.
-
@george1421 no i dont believe i have. Is there a way to tell if the password is like it should be?
-
@lschnider There is a hidden file /opt/fog/.fogsettings The linux user account for fog is listed in there.
Test from a windows computer, ftp to the fog server. Login as
fog
and the long password from the .fogsettings file. If that works then we need to look at the configuration. -
@george1421 okay i tried to ftp and it says
I will try to get a picture of that error you asked about earlier.
-
@lschnider OK just to confirm you used the value from the
password
field from the .fogsettings file? If so I have a tutorial on how to resync the fog service account here:
https://forums.fogproject.org/topic/11203/resyncing-fog-s-service-account-passwordRun through that tutorial to ensure everything is reset correctly.
-
@george1421 Okay i followed your tutorial and made sure everything was done correctly. Now i am able to capture an image with no problem but im getting a different error when trying to deploy an image.
I have tried two different hard drives, and the second one was a blank 500gb ssd. Both hard drives said the exact same free space.
-
@lschnider Well that’s an error I haven’t seen before.
can you confirm that this file exists on the fog server.
/images/Windows_Basic_Test/d1p2.img
-
@george1421 How would i go about browsing to that folder. /images isnt showing anywhere.
-
@george1421 just kidding, i was being dumb.
Yes that file is there. -
@george1421 it seems like its not creating a partition big enough when wiping the drive and then creating the partition to write the image to.