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

    From KDE UserBase Wiki
    (Created page with "== Samba == '''Samba''' is a free implementation of the '''SMB/CIFS''' protocol which is used to share files and printers in a network. Most modern file managers like '''Dolphin...")
     
    No edit summary
    Line 5: Line 5:
    === Client ===
    === Client ===


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


    === Server ===
    === 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 <menuchoice>Share</menuchoice> tab.<br />
    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
    {{Input|1=sudo apt-get install kdenetwork-filesharing}} Open the properties of a folder in '''Dolphin''' and switch to the <menuchoice>Share</menuchoice> tab.<br />
    <br />
    <br />
    [[File:remotecollections_samba_server.png]]<br />
    [[File:remotecollections_samba_server.png]]<br />

    Revision as of 05:29, 18 December 2010

    Samba

    Samba is a free implementation of the SMB/CIFS protocol which is used to share files and printers in a network. Most modern file managers like Dolphin and Nautilus support this protocol.

    Client

    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.




    After clicking at Configure File Sharing... the configuration dialogs is opened.



    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.