Skip to content

hclee/cifsd-tools

This branch is 745 commits behind cifsd-team/ksmbd-tools:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 1, 2019
Mar 15, 2019
Mar 15, 2019
Mar 15, 2019
Aug 31, 2018
Dec 7, 2018
Dec 11, 2018
Jun 10, 2016
Sep 19, 2018
Jun 10, 2016
Jun 30, 2017
Mar 12, 2018
Jan 29, 2019
Nov 13, 2018

Repository files navigation

________________________
BUILDING CIFSD TOOLS
________________________

Build steps:
        - cd into the cifsd-tools-v3 directory
        - ./autogen.sh
        - ./configure
        - make
        - make install

_____________________
USING CIFSD TOOLS
_____________________

Setup steps:
	- install cifsd kernel driver
		modprobe cifsd
	- create user/password for SMB share
		cifsadmin -a <Enter USERNAME for SMB share access>
		Enter password for SMB share access
	- create /etc/cifs/smb.conf file, add SMB share in smb.conf file
		Refer smb.conf.example
	- start cifsd user space daemon
		cifsd
	- access share from Windows or Linux using CIFS

About

cifsd tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.2%
  • Other 1.8%