Mounting File System Failed
-
@Wayne-Workman
Over CIFS? interesting, this is not publicated already? -
@arnaudrigole What do you mean?
-
@Tom-Elliott
Hi Tom,“Tom built CIFS support into the kernel when I requested it”, so this kernel is already integrated in fog 1.2 ? fog trunk?
It support cifs over nfs? or cifs mounting directly?
-
@arnaudrigole CIFS directly.
-
@Tom-Elliott
So now its possible to mount directly CIFS storage in fog storage nodes, with fog trunk? -
@arnaudrigole I don’t understand.
There is CIFS support built into the kernel. That WILL allow you to mount the CIFS share, yes.
There is no code base that supports it within the scripts though. You have to manually mount it.
-
Sorry if i’m hard to understand.
I tried to mount a cifs directory on a Windows server, with mount.cifs cmd.
Then i defined in the fog storage node, the local @ip, path to mount point, and it never worked when trying to upload an image (failed to mount nfs, every time)Tried to put the wsrvr @Ip in the storage node, with path to access cifs shared directory , but same issue : failed to mount nfs
I encountered all the possible issue trying to externalize the fog storage x)
Last , i was on join.me with @Wayne-Workman to work on NFS share, we solved the unix access problem, but it still don’t work for FOG today, no error displayed -
@arnaudrigole to be fair, I only successfully downloaded. But I don’t see why an upload wouldn’t work either.
Also, this was a SAMBA share on the fog server itself, there was no windows involved. This is part of my standard FOG setup, to share the
/images
directory via Samba for easier image backup and easier disaster recovery.I’ll make public the thread about the CIFS stuff, it’s in an area not able to be seen by regular forum users. I’ll link it here.
-
I can’t find it… but I did do it.
I’ll reproduce.
Maybe with my new-found shell / php knowledge I can modify the inits… maybe.
-
-
@Wayne-Workman
Yeah i know my setup is not a regular configuration, but now it works with nfs server on windows , in upload / download. As you know there are more chances to encounter a problem in upload… ^^