Knowledgebase
emscom > emscom Help Desk > Knowledgebase

Search help:


Linux Mount SMB shared folder

Solution

Dependency package: cifs-utils

Mounting an SMB/CIFS share on Linux indirectly calls the mount.cifs utility, that is included within the cifs-utils package.

mount.cifs accepts various options passed as a comma separated list following the -o flag.

Examples as follows

Workgroup or Standalone Server (Windows NT)

mount -t cifs //ntserver/share -o username=user,password=pass /mountpoint

Active Directory (Small Business Server 2003)

mount -t cifs //serverIP/share  /mountpoint -o username=user,password=pass,sec=ntlm.vers=1.0

Synology NAS

mount.cifs //nas.local/share /mountpoint -o user=username,pass=password,vers-2.0

 

 

 
Was this article helpful? yes / no
Related articles Install smbnetfs
OSX Rescue Files fom non-booting system
Article details
Article ID: 3
Category: Linux
Date added: 16-12-2010 04:54:54
Views: 149
Rating (Votes): Article rated 3.0/5.0 (12)

 
« Go back

 
Powered by Help Desk Software HESK, in partnership with SysAid Technologies