...
Terminal - using the command-line mount command, the syntax is of the following form (including the domain, e.g. unimelb and user e.g. mfuser )
Code Block language bash mount -t smbfs //unimelb\;sclaus@mediaflux.researchsoftware.unimelb.edu.au/proj-testproject-1128.3.12 /Users/mfuser/smb_mount
where the last part is an empty directory you have created on you computer to receive the SMB mount point.
Terminal - using a secure identity token
Code Block mkdir ~/mnt mount -t smbfs //unimelb\;<your token string>@mediaflux.researchsoftware.unimelb.edu.au/proj-demonstration-1128.4.15 $HOME/mnt
Linux
Use forward slashes in the path.
...