Question

enter image description here

enter image description here

The connection works fine with doing it through the gui as shown in pic 1, but I have tried

mount_smbfs //rajohns:MyPassword@msclst2fs

and I see that the format is supposed to be

//[domain;][user[:password]@]server[/share] path

but I don't know what to put for domain or /share or path

No correct solution

OTHER TIPS

Try

mount_smbfs rajohns:MyPassword@msclst2fs/SHARE2 /Volumes/msclst2fs

to make the volume available at /mnt/msclst2fs. The path is wherever in your file system you want to make the volume accessible.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top