GP3 sambaconfig (en): Unterschied zwischen den Versionen
Zeile 24: | Zeile 24: | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
− | ! width="120"| | + | ! width="120"|Input |
− | ! width="100%"| | + | ! width="100%"|Description |
|- | |- | ||
− | | {{Green| | + | | {{Green|save}} |
− | | | + | | Saves the settings and closes the plugin. |
|- | |- | ||
− | | {{Red| | + | | {{Red|Shares}} |
− | | | + | | Opens the configuration menu of the shares. With the {{Taste|OK}} button, the existing shares can be opened to edit. With the {{Green|green}} button a new share is creates and the {{Red|red}} button deletes shares. <br />External devices (DVD, USB, CF, etc.) can be shared, of course the device needs to be mounted correctly before. The mount point (e.g. <code>/media/cf</code>) should be known, to create a share. Save the settings with the {{Green|green}} button before closing the plugin. A restart of the Samba Server is not required. |
|- | |- | ||
| workgroup | | workgroup | ||
− | | | + | | It's also possible to change the name of the workgroup, as with other Windows computers in the network. This is not mandatory to access the Dreambox. It can take some minutes before the Dreambox is shown in the network, especially when multiple workgroups exist. |
|} | |} | ||
− | {{Hinweis|''' | + | {{Hinweis|'''Same Boxes in the network'''<br/>When using 2 similar Dreamoxes (e.g. two DM7020HD) with Samba Server in the network, a conflict happens. Because the host name exists twice. Transfaring data is not possible in this case. So change the host name on one Dreambox. The configuration file is <code>/etc/hostname</code>.}} |
== Access the Samba Server == | == Access the Samba Server == |
Version vom 30. Dezember 2012, 23:20 Uhr
- in Deutsch | - in English |
The geminisambaconfig
Plugin is a configuration tool for the Samba Server (en). The Samba Server (Package sambaserver
) is installed togethet with the (sambaconfig) plugin, if not installed yet in the image. Following functions are offered:
- Edit gobal settings
- Create / change / delete shares
Keep in mind the standard sambaserver
is not offering an authentication with an user name and password. Every user can access the configured shares on the Dreambox.
Inhaltsverzeichnis
Installation
Install the geminisambaconfig
Plugin via Addons in the Blue Panel. The package is in the category Gemini Plugins. After installing the plugin an Enigma2 restart or reboot of the Dreambox is required. It's also possible to install the plugin via Telnet (en) or SSH with the following command.
opkg update && opkg install geminisambaconfig
The Plugin can be found in the Blue Panel → Daemons → Samba Settings.
Operation
After opening the Plugins, it's possible to change the globale settings of the Samba Servers, but the standard settings should work without any problem. The following list explains the color buttons, editing the shares en other settings, which can be changed. Saved settings are stored in the file smb.conf
in the directory /etc/samba
.
Input | Description |
---|---|
save | Saves the settings and closes the plugin. |
Shares | Opens the configuration menu of the shares. With the OK button, the existing shares can be opened to edit. With the green button a new share is creates and the red button deletes shares. External devices (DVD, USB, CF, etc.) can be shared, of course the device needs to be mounted correctly before. The mount point (e.g. /media/cf ) should be known, to create a share. Save the settings with the green button before closing the plugin. A restart of the Samba Server is not required.
|
workgroup | It's also possible to change the name of the workgroup, as with other Windows computers in the network. This is not mandatory to access the Dreambox. It can take some minutes before the Dreambox is shown in the network, especially when multiple workgroups exist. |
Access the Samba Server
The Dreambox(es) should be displayed automatically in the file browser or network overview of the different operating systems. It's also possible to search for the Boxes (e.g. with \\ip_of_the_box
under Windows), if not displayes automatically. Under Windows the option "Map network drive" is interesting, to integrate the Dreambox in the Windows Explorer.
Deinstallation
Removing the plugin is done via Addons. In the category Gemini Plugins select geminisambaconfig
with the OK button and start the deinstallation with the green button. After installing the plugin an Enigma2 restart or reboot of the Dreambox is required. It's also possible to remove the plugin via Telnet (en) or SSH:
opkg remove geminisambaconfig
The Samba Server (Package sambaserver ) will not be removed.
|
Befehle in der Kommandozeile
Stop Samba Server
/etc/network/if-down.d/01samba-kill
Start Samba Server
/etc/network/if-up.d/01samba-start
Show Samba Version
smbd --version