This is going to be me being stupid but I want to mount a shared
filesystem on
SunOS opensolaris 5.11 snv_91 i86pc i386 i86pc
Have
-bash-3.2# pkginfo | grep smb
system SUNWsmbau samba - A Windows SMB/CIFS
fileserver for UNIX (Usr)
system SUNWsmbfskr SMB/CIFS File System client
support (Kernel)
system SUNWsmbfsr SMB/CIFS File System client
support (Root)
system SUNWsmbfsu SMB/CIFS File System client
support (Usr)
Enabled:
-bash-3.2# svcs svc:/network/smb/client:default
STATE STIME FMRI
online 10:24:51 svc:/network/smb/client:default
-bash-3.2#
Checked it can be seen:
-bash-3.2# mount -F smbfs //vila.co.umist.ac.uk /mnt/
mount: no share name specified for root@
-bash-3.2#
-bash-3.2# mount -F smbfs //vila.co.umist.ac.uk -o
'user=mcasxxx,password=xxxxx' /mnt/
Usage:
mount [-v | -p]
mount [-F FSType] [-V] [current_options] [-o specific_options]
{special | mount_point}
mount [-F FSType] [-V] [current_options] [-o specific_options]
special mount_point
mount -a [-F FSType ] [-V] [current_options] [-o specific_options]
[mount_point ...]
-bash-3.2#
How should I supply the username and passwd using the -o
specific_options please :-)
TIA Paul