Ok, so I’ve gone ahead and unmounted the drives, removed from my fstab, removed any tasks outstanding and rebooted to make sure it’s all totally and utterly clear.
I’ve moved the originally installed /images folder back to /images (all I did before was move it from /images to /imagesold
I’ve made a directory at /media/images where I can mount my share. It’s chowned to fog:root, and chmodded to 777
fstab now looks like this
[CODE]
IPADDRESS:/fog /media/images nfs defaults, 0 0
[/CODE]
Then, sudo mount -a to mount the drive
Ok, back into the fog dashboard
Created storage node
IP address is the IP address of the NAS
image location /fog/
Username and Password is the same username and password I use to login to the fog dashboard
Click update
Create new upload task annnnnddd
same error as before, mounted - done. Checking mounted file system - error, failed to mount
So, with the drive mounted
sudo chmod -R 755 /images
sudo chmod -R 777 /images/dev
sudo chown -R fog:root /images
Try again and nope.
So, chmod -R 777 /images
Nope!
Head = Brickwall