Dev Directory deleted
-
FOG Version: 1.3.2
OS: Ubuntu 16.04
CLIENTService Version: 0.11.8
OS: Ubuntu server 16.04
DESCRIPTIONSo I recently made the huge mistake of deleting the dev directory in the /images directory. Which means i’m unable to upload images. What can I do to get this fixed? Will all my current images be lost? Any help would be appreciated! Thanks
-
The dev directory is where Uploads occur, but this is not where images are stored, your old images should be fine.
To fix you would need to do:
sudo -i mkdir /images/dev touch /images/dev/.mntcheck chmod -R 777 /images chown -R fog:root /images
-
That solved it @Tom-Elliott thank you very much. Life saver!