Via http://dlc.sun.com/osol/docs/content/SSMBAG/smbclientusertaskstm.html#mountsharetask
1 | mount -F smbfs //[workgroup;][user[:password]@]server/share mount-point |
In my case I had to enable smb/client:
1 | pfexec bash |
Via http://dlc.sun.com/osol/docs/content/SSMBAG/smbclientusertaskstm.html#mountsharetask
1 | mount -F smbfs //[workgroup;][user[:password]@]server/share mount-point |
In my case I had to enable smb/client:
1 | pfexec bash |