@JJ-Fullmer Thank you, In the end I opted to add a second disk, structurewise couldn’t add the nfs,
Regards.
T
Posts made by tiagomendes
-
RE: Using SMB as default node
-
Using SMB as default node
Hello, I’m trying to use FOG with a windows shared folder.
I’ve created the folder on windows and mounted on Ubuntu 22.04:
mount -t cifs //x.x.x.x/images /mnt/iso -v -o credentials=/home/user/.smbcredentials,file_mode=0777,dir_mode=0777,
I have access to the folder and can create/edit files. I also copied the folder /images to /mnt/iso/images
On fog I changed the default node Image Path and FTP path to /mnt/iso/images.
But when I try to capture the image I get the following error:
mounting x.x.x.x:/images/dev on /images failed: permission denied
Checking Mounted File System
An error has been detected.
Fatal error: Failed to mount NFS Volume
Computer will reboot in 1 minute.Any help would be greatly appreciated!