Jump to content

Recommended Posts

Posted

Hello,

 

I recently finished installing and configuring a fog server for our Auto Auction. It will service around 80 hosts.

 

We have an Iomega Storcenter PX4 300r NAS. The Nas supports NFS and FTP protocols.

When uploading an image from a host, everything goes fine until the last 1%, and then it errors saying it is unable to move from /mnt/pools/A/A0/fog/dev to /mnt/pools/A/A0/fog.

 

If I manually rename and move the files, everything works fine and I can deploy the images.

 

From what I gather it is a permissions issue, but when I use filezilla to connect to my nas the directories all show permissions set to 777. The newly written image file in the dev folder has different permissions 644.

Is there a fog setting or file that I can edit to change the permissions for this file? I know I'm kind of reaching but it's all I can come up with...

 

I'm kind of lost as how to proceed to resolve this issue...

 

Thanks in advance for any help.

 

Adam

Posted
I think you would have to look for a umask setting on the NAS box, or look to try and match the owners id number with the id number for the FOG user on the server.
Posted
As far as a umask setting goes, I don't have that option. I am a beginner in Linux could you give me an idea how to find these resource ID's?
Posted (edited)
Yeah I cannot execute a chown when I connect to my NAS via FTP. It's an unrecognized command. Edited by arives
Posted
You can't use chown over FTP, you would have to set ownership and permissions through some other method. If it was a server you would do it through the shell, I would have thought your NAS box would have some kind of web interface to let you configure things like this. If your NAS supports iSCSI you could use this instead and it should be easier to configure the permissions as it's seen as local storage by the server. Or getting more complicated, you could virtualise the FOG server and use NFS for the VM storage. To be honest though you could use any old workstation as a storage node if the hard disk is big enough, just queue unicast deployments and everything will still be pretty quick.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...