[quote=“Tom Elliott, post: 31969, member: 7271”]
The path should be different and be set to whatever it is that you mounted the new hdd to: for example /mnt/newFOGImages/

From the command line you’ll need to add the new drive location to the /etc/exports file. Just copy the two lines and paste them below editing the /images /images/dev to match that of the new path for the new drive. Once done save and restart the nfs service.[/quote]

Ok, I formatted the second drive as newFOGImages, and created a folder in there called newImages. So the path should be /newFOGImages/newImages correct?

On the web dashboard I have two storage groups made, one is default, the other is group2. I also have two storage nodes, one is DefaultMember, the other one (I created) is newImages. I created it with the same settings as the default (IP address, etc.) except master node is unchecked, and the path is /newFOGImages/newImages/ instead of /images/

I opened the /etc/exports file and it has this:
/images *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
/images/dev *(rw,sync,no_wdelay,no_root_squash,insecure)

Would I just copy-paste them within that file to look like this:

/newImages *(ro,sync,no_wdelay,insecure_locks,no_root_squash,insecure)
/newFOGImages/newImages/ *(rw,sync,no_wdelay,no_root_squash,insecure)

?

Thank you!!