Thanks to you for your responses so fast.
So I will not re-do a VM with bigger disk space since the installation.
Thus I will avoid endless recursive loops.
Latest posts made by KLM
-
RE: Could nt mount images folder Permission denied
-
Could nt mount images folder Permission denied
Hi,
I performed an installation:Server
- FOG Version: 1.3.3
- OS: Debian
- Powered by Hyper-V
- Dhcp server managed by pfsense
- Added a 700GB virtual hard drive
Description
Created a folder in / image (/image/new) with a symlink linking to /image folder :
By doing so :
Sudo blkid / dev / sdX1
And copy the UUID into a text file UUID = XXXXXXXXXXXXXXXXXXXXXXCreate a new folder new in / images:
Mkdir / images / new
Sudo chown -R fog / images / new
Sudo chmod -R 755 / images / newChange / etc / fstab for automatic editing of the new disk:
Sudo nano / etc / fstab
Add the following lines:
UUID = XXXXXXXXXXXXXXXXXXXXXX
/ Images / new
Ext3 defaults 0 0Mount the disc:
Sudo mount -a
Check installation:
Sudo mountI find myself with a first error, here is a picture:
![0_1496326672825_P_20170531_115500.jpg](Uploading 100%)After changing the / etc / export folder:
![0_1496326389903_Capture.PNG](Uploading 100%)I always find myself with the same error.
If anyone has an idea to advance my resolution this will be great.
PS: I’m sorry for my english, i’m french (^_^)