Images folder issue
-
When I setup partitions on a Fedora 23 server install, I created Images instead of images. It worked with Wayne’s help before a reboot, now when trying to upload an image I get
Mounting file system…failed.
Could not mount images folder (/bin/fog.upload)
Args passed:
Reason: mount: mounting x.x.x.x:/Images/dev on /images failed Permission denied.
Computer will reboot in 1 minute.I thought I changed images to Images everywhere I can find it, but now not sure. Ideas?
-
change
images
toImages
in the image path inside/opt/fog/.fogsettings
and then you can either re-run the installer, or manually change theimages
toImages
inside/etc/exports
and then restart nfs and rcp. -
@Wayne-Workman Had to do a hard reboot instead of restart services, but looks like I’m up. Thanks again.
-
That would lead me to believe your /etc/exports is setup incorrectly. Probably you re-ran the installer, but the storageLocation in the .fogsettings file was still set to images instead of Images.
-
@Tom-Elliott That was the case. This all happened because during os installation, the images partition was created as
/Images
instead of/images