here are the right on /images in /storage
drwxrwxrwx 4 root root 4096 21 mai 09:29 images
and for /dev in /images :
drwxrwxrwx 2 root root 4096 21 mai 09:29 dev
In storage management the user is default create by fog (username fog)
here are the right on /images in /storage
drwxrwxrwx 4 root root 4096 21 mai 09:29 images
and for /dev in /images :
drwxrwxrwx 2 root root 4096 21 mai 09:29 dev
In storage management the user is default create by fog (username fog)
.mntcheck is present in /images and /images/dev (i uses the touch command as explain in wiki) but there’s still the message
vi /etc/export give me this :
/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,fsid=1,)
/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure,fsid=2,)
/storage/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure,fsid=1,)
/storage/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure,fsid=2,)
(I just add /storage line and keep the 2 1st lines)
error while writing the error message :
read “Checking Mounted File System …mounting x.x.x.:/Storager/images/dev on /images failed : permission denied” instead of “Checking Mounted File System …mounting x.x.x.:/folder/images/dev on /images failed : permission denied”
Hello,
My Linux is this one : Red Hat Enterprise Linux Server release 6.6 (Santiago)
I just install FOG 1.2.0 and try to upload my 1st image and I have an error message during the upload process :
Checking Mounted File System …mounting x.x.x.:/folder/images/dev on /images failed : permission denied
An error has been Detected!
Fatal Error: Failed to mount NFS Volume : permission denied
Computer will reboot in 1 minute.
In my fog web page management i changed the storage folder to /storage/images (/storage is a mount volume with a disk of 500GB)
First I moved the /images in /storage, i thought this was the problem so i removed it in its initial location (/)
then I used the command :
/]# chmod 777 /storage
/storage]# mkdir images
/storage]# chmod 777 /storage/images
I’m almost new whith Linux so perhaps i did something wrong ?
Sorry if it isn’t very clear, my english is not very good
Can you help me please ?