That’s a possibility, but I think the best option for you is to chmod the /images folder.
Normal ownership of the entire folder is:
rwxrwxrwx
If you run as root user [code]chmod -R 777 /images[/code] it should work.
There is one other thing to be aware of is that the way the files move from /images/dev to /images is through ftp.
Make sure your GUI has the appropriate username and password under both of these options:
Storage Management->All Storage Nodes->{YOUR STORAGE NODE (usually DefaultMember)->Management Username and Management Password
AND:
Other Information->FOG Settings-> FOG_TFTP_FTP_USERNAME and FOG_TFTP_FTP_PASSWORD
The username should be set as fog
The password should be set on the fog server as root user with:
[code]passwd fog[/code]
Then whatever password you set is inserted into the password fields.