raspberrypi:samba
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
raspberrypi:samba [2013/05/29 17:33] – created rlunaro | raspberrypi:samba [2018/03/18 18:26] (current) – removed rlunaro | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Install samba in the raspberry pi ====== | ||
- | |||
- | The problems I've run into are because **you have to install two packages, not only one**: | ||
- | |||
- | < | ||
- | sudo apt-get install samba | ||
- | sudo apt-get install samba-common-bin | ||
- | </ | ||
- | |||
- | **Note:** if you don't install the later package '' | ||
- | |||
- | After this, modify the ''/ | ||
- | |||
- | < | ||
- | [workspace] | ||
- | path = / | ||
- | writeable = yes | ||
- | ; | ||
- | valid users = rluna | ||
- | |||
- | </ | ||
- | |||
- | Then, create a user: | ||
- | |||
- | < | ||
- | smbpasswd -a PUT-YOUR-USERNAME-HERE | ||
- | </ | ||
- | |||
- | Restart the service: | ||
- | |||
- | < | ||
- | # / | ||
- | </ | ||
- | |||
- | And you are ready to mount from another machine: | ||
- | |||
- | < | ||
- | mount -t cifs // | ||
- | </ | ||
- | |||
- | ~~DISQUS~~ | ||
- | |||
raspberrypi/samba.1369848801.txt.gz · Last modified: 2022/12/02 21:02 (external edit)