Amarok/Manual/Organization/Collection/RemoteCollections/Samba/cs: Difference between revisions

From KDE UserBase Wiki
(Created page with "'''Samba''' je svobodné provedení potokolu ''SMB/CIFS'', který se používá na sdílení souborů a tiskáren v síti. Většina modernních správců souborů, jako jsou ...")
(Created page with "Potřebujete připojit sdílené zařízení, aby se používal v '''Amaroku'''. Abyste to udělal, potřebujete nainstalovat balíček ''smbfs''. Použijte příkaz {{Input|1...")
Line 6: Line 6:
===== Klient =====
===== Klient =====


You need to mount the share to use it in '''Amarok'''. To do this, you need to install the package ''smbfs''. Use the command
Potřebujete připojit sdílené zařízení, aby se používal v '''Amaroku'''. Abyste to udělal, potřebujete nainstalovat balíček ''smbfs''. Použijte příkaz
{{Input|1=sudo mount -t cifs //'''host'''/'''share''' '''/mount-point/'''}}
{{Input|1=sudo mount -t cifs //'''host'''/'''share''' '''/mount-point/'''}}
to mount the share. After that you can use it like a local folder and add it to your local collection.
pro připojení sdíleného zařízení. Poté je mžete používat jako místní složku a přidat je do vaší místní sbírky.


===== Server =====
===== Server =====

Revision as of 10:39, 2 September 2013

Other languages:
Samba

Samba je svobodné provedení potokolu SMB/CIFS, který se používá na sdílení souborů a tiskáren v síti. Většina modernních správců souborů, jako jsou Dolphin a Nautilus, tento protokol podporuje.

Klient

Potřebujete připojit sdílené zařízení, aby se používal v Amaroku. Abyste to udělal, potřebujete nainstalovat balíček smbfs. Použijte příkaz

sudo mount -t cifs //host/share /mount-point/

pro připojení sdíleného zařízení. Poté je mžete používat jako místní složku a přidat je do vaší místní sbírky.

Server

The easiest way is to use your file manager. On Debian-based distributions like Ubuntu you can install a Dolphin extension to manage shares using

sudo apt-get install kdenetwork-filesharing

Open the properties of a folder in Dolphin and switch to the Share tab.

To share the folder, just check the Share with Samba (Microsoft Windows) field and set the share name under the Name field. Check the Allow Guests checkbox to allow anonymous users access to the folder.

The folder should now be accessible to the network. Please see the Client section for details on how to use it in Amarok.