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

From KDE UserBase Wiki
(Importing a new version from external source)
(Importing a new version from external source)
Line 5: Line 5:
'''Samba''' er en åben implementering af ''SMB/CIFS''-protokollen, som bruges til at dele filer og printere i et netværk. De fleste moderne filmanagere som '''Dolphin''' og '''Nautilus''' understøtter denne protokol.
'''Samba''' er en åben implementering af ''SMB/CIFS''-protokollen, som bruges til at dele filer og printere i et netværk. De fleste moderne filmanagere som '''Dolphin''' og '''Nautilus''' understøtter denne protokol.


===== Client =====
===== 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
You need to mount the share to use it in '''Amarok'''. To do this, you need to install the package ''smbfs''. Use the command

Revision as of 09:15, 3 December 2011

Samba

Samba er en åben implementering af SMB/CIFS-protokollen, som bruges til at dele filer og printere i et netværk. De fleste moderne filmanagere som Dolphin og Nautilus understøtter denne protokol.

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

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.

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.

Click Configure File Sharing... to open the configuration dialog.

Change the settings to Advanced Sharing and the Allowed Users to Allow all users to share folders.

Then you can add the folder to the shares. Click at Add... and share the desired folder with Samba.

The folder should now be accessible to the network.