Showing posts with label 8 Ways To Mount SMBfs. Show all posts
Showing posts with label 8 Ways To Mount SMBfs. Show all posts

Wednesday, October 17

8 Ways To Mount SMBfs (SAMBA FILE SYSTEM) In Linux.


How to Mount smbfs (SAMBA file system) permanently in Linux.In this post I am going to give some examples how to do SMB (Server Message Block) mounts..
Type: Listing SMB shared folder through command prompt
#smbclient –L ipadd –U username
Here –L will specify listing of SMB share for the server with ipadd
Or
#smbclient //192.168.0.1/share1 –U username
Example :
#smbclient –L 192.168.0.1 –U root