ubuntu:samba:samba_configuration
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:samba:samba_configuration [2019/12/04 19:11] – created peter | ubuntu:samba:samba_configuration [2020/07/15 09:30] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 168: | Line 168: | ||
<code bash> | <code bash> | ||
## Option: manually kill and start on OpenBSD | ## Option: manually kill and start on OpenBSD | ||
- | pkill smbd;pkill nmbd | + | pkill smbd;pkill nmbd |
- | / | + | / |
- | / | + | / |
## Option: HUP on OpenBSD | ## Option: HUP on OpenBSD | ||
- | kill -HUP `cat / | + | kill -HUP `cat / |
- | kill -HUP `cat / | + | kill -HUP `cat / |
</ | </ | ||
Line 181: | Line 181: | ||
===== Mounting a smbfs/cifs network export ===== | ===== Mounting a smbfs/cifs network export ===== | ||
- | To mount the samba partition to a Linux or BSD box on the network you can use the following line. Place it in the /etc/fstab on the machine you want to mount from. | + | To mount the samba partition to a Linux or BSD box on the network you can use the following line. |
- | In this example we have two machines, samba_box which runs samba and another machine called BSD_box where we want to see the files from. This line will mount the directory / | + | Place it in the /etc/fstab on the machine you want to mount from. |
+ | |||
+ | In this example we have two machines, samba_box which runs samba and another machine called BSD_box where we want to see the files from. This line will mount the directory / | ||
<file bash / | <file bash / | ||
- | ## /etc/fstab | ||
## Samba mount (from BSD_box to samba_box) | ## Samba mount (from BSD_box to samba_box) | ||
// | // | ||
</ | </ | ||
- | |||
- | |||
ubuntu/samba/samba_configuration.1575486675.txt.gz · Last modified: 2020/07/15 09:30 (external edit)