Results 1 to 4 of 4

Thread: Can't Connect to Shared Folder in Files

  1. #1
    Join Date
    May 2018
    Beans
    49

    Can't Connect to Shared Folder in Files

    I shared a folder on an Ubuntu computer by right clicking the folder in Files and selecting "Local Network Share" then clicking "Share this folder". From another Ubuntu computer, in Files, I clicked "+Other Locations", opened the computer with the shared folder, then opened the shared folder (which shows the network underscore). I clicked on "Connect As Registered User", entered my Password for the computer with shred folder and pressed Connect, but the Connect dialog just keeps popping up without connecting. What am I doing wrong? Do I need to install Samba on the computer I'm trying to connect from?

  2. #2
    Join Date
    May 2018
    Beans
    49

    Re: Can't Connect to Shared Folder in Files

    I also tried installing nautilus-share, but that didn't make a difference. https://www.devmanuals.net/install/u...untu20-04.html

  3. #3
    Join Date
    Dec 2009
    Beans
    6,776

    Re: Can't Connect to Shared Folder in Files

    Samba maintains it's own database of users and passwords used for samba purposes.

    If you created the share on the server as userxyz and you want to connect to that share as that server user you need to add that user to the database on the server with this command:
    Code:
    sudo smbpasswd -a userxyz

  4. #4
    Join Date
    May 2018
    Beans
    49

    Re: Can't Connect to Shared Folder in Files

    Thanks Morbius1 - that worked.

    So when you use Nautilus file sharing, it uses Samba, which restricts filenames to Windows format and causes problems copying files Linux to Linux which aren't Windows legal. Is there any other way to copy folders/files via GUI drag and drop?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •