I have successfully attached an iSCSI target to my SME 10.1 server to supplement the storage space available on the small SSD in the server itself. I have mounted its storage unit at /home/e-smith/files, and I have added its details to /etc/fstab so that it remains available after reboots of the server. I have also written the text of a HowTo which I'll publish if it is thought useful.
Now I need advice on where to mount such a disk.
The suggestion to sit it at /home/e-smith/files came from Jean-Philippe Pialasse, and I can see his logic from the directory structure. The folder /home contains one subfolder: e-smith. Then /home/e-smith contains the subfolders: db, files, and Maildir, and some files: dkim_keys, ssl.crt, ssl.key, and ssl.pem. The folder /home/e-smith/files is where SME server puts its ibays, so having lots of space for that is important. What bothers me a bit, however, is that /home/e-smith/Maildir could also become big and space on the SSD is limited, so should I move the mount point of the big disk to /home/e-smith, or will that cause trouble because the iSCSI target object may not become available until after the system looks for things stored on it?
Ed Form