1. rdonnelly's Avatar
    If you want to see you PB Shared Network Folder in Linux.

    Open a terminal

    Code:
    sudo apt-get install samba
    If you are running Ubuntu or a similar version such as Mint.

    Just type in terminal:

    Code:
    nautilus smb://your_PB_IP/media
    If you are running a Debian version you will have to do more.

    First in a terminal:

    Code:
    sudo apt-get install gvfs-fuse
    Then:

    Code:
    sudo gpasswd -a your_linux_user_name fuse
    Then log out and login

    Go to Control Center>Personal File Sharing, click share public files on Network, if you want to require a password put in your PB password not you Sudo password then run or make a launcher in terminal as:

    Code:
    nautilus smb://your_PB_IP/media
    Then enjoy sharing your PB files with your Linux Desktop
    Last edited by rdonnelly; 12-26-11 at 07:04 PM.
    mithrazor and anindoc like this.
    12-26-11 05:44 PM
  2. anindoc's Avatar
    Thanks for the contribution
    12-26-11 06:19 PM
  3. herculesinwyoming's Avatar
    cool post, i will have try it lut.
    12-26-11 06:42 PM
LINK TO POST COPIED TO CLIPBOARD