Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Samba usage page #958

Merged
merged 8 commits into from Aug 8, 2018
Merged

New Samba usage page #958

merged 8 commits into from Aug 8, 2018

Conversation

JamesH65
Copy link
Contributor

@JamesH65 JamesH65 commented Aug 7, 2018

Added a "How to use Samba" page

Copy link
Contributor

@bennuttall bennuttall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor suggestions but mostly just me being pedantic about markdown - I'll push a few formatting changes myself.


#### Turn on sharing

1. Open the Networking and Sharing Centre by right clicking on the system tray and selecting.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best to use 1. for every numbered item (they still get numbered automatically) as it makes it easy to edit/add/remove bullets without renumbering

### Installing CIFS/Samba support

By default, Raspbian does not include CIFS/Samba support, but it can easily be added. The following commmand will install all the required components for using Samba as a server or a client.
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Best to use bash as the "language" of the code block for syntax highlighting purposes

4. Select Turn on file and printer sharing
5. Save changes

#### Share the folder
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't tell if these headers are supposed to be nested or not - but this is H4 which is quite granular

#### Mount the folder on the Raspberry Pi

'Mounting' in Linux is the process of attaching a folder to a location, so firstly we need that location.
```mkdir windowshare```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a huge deal but one line code blocks look better presented when treated like multi-line ones

That should be enough to share the folder. On your windows device, when you browse the network, the folder should appear and you should be able to connect to it.



Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible to get a screenshot of the share showing up in e.g. Windows?

@bennuttall
Copy link
Contributor

Applied my edits

@JamesH65 JamesH65 merged commit 842dd0b into master Aug 8, 2018
@JamesH65 JamesH65 deleted the JamesH65-samba branch August 8, 2018 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants