Client couldnt mount nfs, so in GUI menu I created a new Node Storage with a new group storage for that node. Now i Can Upload Image on client, but slowly (less that 1Gb/min) without mounting nfs.
But looking for a solution for my first goal.
Client couldnt mount nfs, so in GUI menu I created a new Node Storage with a new group storage for that node. Now i Can Upload Image on client, but slowly (less that 1Gb/min) without mounting nfs.
But looking for a solution for my first goal.
.mntcheck is in imagesinfo and dev repository too for the NAS.
Hi everyone,
Sorry for my bad English.
Like John I installed on Ubuntu FOG 0.32 172.16.17.165 and I wanted to add a seperate nfs server.
To do that, I created a repository mounted on NAS server 172.16.17.160.
The mount goes well, and well recognize by FOG GUI menu (disk space, everything).
But when I Upload an image, client can’t mount my FOG server to access the good repository on NAS server (failed to mount nfs ,access Denied, and bad descriptor).
I checked all the settings FOG and NAS (right password for fog user).
Here is my /etc/fstab:
proc /proc proc nodev,noexec,nosuid 0 0
/dev/mapper/srv–fog1vu-root / ext4 errors=remount-ro 0 1
UUID=1102578e-557e-41f3-a687-34ca5438006e /boot ext2 defaults 0 2
/dev/mapper/srv–fog1vu-swap_1 none swap sw 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
172.16.17.160:/DataVolume/imagesinfo /images nfs rw,user 0 0
(DataVolume is the right path, checked with shownmount)
Here is my /etc/exports:
/images *(rw,insecure,no_root_squash,no_subtree_check)
/images/dev *(rw,insecure,no_root_squash,no_subtree_check)
restarted my nfs-kernel-server
exportsfs -a done
Checked .mntcheck in /images and /images/dev
I red a lot this week about fog, and its better to use NFS on FreeNAS server and install FOG in Server Node mode, but I can’t Actually, so Im looking for a solution, using FOG + NAS