Results 1 to 2 of 2

Thread: Newly broken - Ubuntu laptop accessing Windows Shared folders using Samba

  1. #1
    Join Date
    Apr 2022
    Beans
    4

    Newly broken - Ubuntu laptop accessing Windows Shared folders using Samba

    I have shared folders on Windows 10 that I can still access via other Windows machines and iOS phones.
    BUT my Ubuntu laptop has suddenly lost access.

    Based on suggestions in older threads I have tried......
    - totally uninstalled SAMBA (packages, related dependencies, and config files) & re-installed version 4.19.5
    - updating and upgrading the system
    - a shutdown and reboot at both ends
    - editing smb.conf file to...
    --------- adding "min protocol = SMB2"
    --------- changed this and also tried "protocol = SMB3"
    However, I am still denied access, but only on my Ubuntu machine.

    Using "Other Locations" in the Files App I still get.... (I mainly rely on GUI interfaces as I am a coding neophyte)
    - smb://PC_NAME..... I get alerted "Unable to access location... Connection Refused."
    If i try...
    - smb://192.168.1.xxx....I get prompted to with "Authentication Required... username/domain/password" but entering these terms just results in the alert refreshing with the 'password' field again empty.
    Both of these methods used to work.

    Any help greatly appreciated, but please explain as simply as you can
    Last edited by boohyperad; November 26th, 2024 at 09:36 PM. Reason: Klunky syntax in title

  2. #2
    Join Date
    Apr 2022
    Beans
    4

    Re: Newly broken - Ubuntu laptop accessing Windows Shared folders using Samba

    [SOLVED]
    Further scourering of previous threads on this topic found solution for me...
    Thanks to "Morbius1" from thread... https://ubuntuforums.org/showthread.php?t=2435292
    Adding ".local " after my PC host-name in file manager's location bar fixes issue for me (never had to do this in the past)
    Thanks Mobius1 ;^)

    --------------------------------------------------------

    You can get that error message from trying to access from your file manager any server that has disabled smb1. It's becasue of a bug in a sub-componenet of gvfs.

    Access it this way in your file managers location bar:
    Code:
    smb://win10-host-name.local/share-name

    You have to specify the windows host name and share name explicitly. You can't use smb://win10-host-name.local by itself to see the list of shares.

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
  •