I just wanted to revisit this thread and provide a solution. The mounting of CIFS worked on the Linux system; however, I am running into a bit of a problem trying to image my first image.
Error states Failed to Mount NFS Volume.
I doubled checked and my /mnt/FogImages/images - has a .mntcheck file and so does /mnt/FogImages/images/dev.
The second thing on the wiki was to check the /etc/exports. Here are my entries:
/mnt/FogImages *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=0)
/mnt/FogImages/images *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=1)
/mnt/FogImages/images/dev *(rw,async,no_wdelay,no_subtree_check,no_root_squash,insecure,fsid=2)
The problem is when I perform exportfs -a, I am getting:
“does not support NFS export”. Is it because I am using CIFS as the mount type? Anyway to bypass this so it reflects CIFS?
I am still getting the error. Could someone let me know what else I need to check? I’m so close!
Thank you all.
---- Update —
So it seems after some dinner and a few hours of research, I found that Wayne-Workman and one other dev is also facing this issue back in 2013 and 20 days ago the new svn also broke this function? Is it safe to assume I am now going into uncharted territory and support thus will be slim to nil ?
I am alternatively installing NFS on a server 2012 R2 box as a Windows Storage Node to get my imaging project moving forward. I would still like to know if it’s possible to get CIFS/SMB to work with FOG. Even though the two are quite vastly different than NFS.
Thanks!