Announcement

Collapse
No announcement yet.

NFS and SMB shares no longer working

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    NFS and SMB shares no longer working

    Did a clean install of 25.10 and went to connect to my NAS drive via Dolphin, which supports both SMB & NFS connections and when connecting to NFS it show's the shares, but won't open them. When trying SMB it tries to connect and then Dolphin just closes, upon reopening it hasn't connected. Was working without any issues on 25.04

    Help as I need the shared drives connected as it has work related stuff (please don't make me open Windows 11 to do my work!!!) I followed steps to install NFS client via but made no difference, but surely SMB should work.

    Help would be greatly appreciated.

    #2
    Seems possible you may not have all the required packages installed, but impossible to guess.

    IMO, the best solution is to mount the NFS shares in fstab and then just use them like any other directory. If you're using NFSv4 you can mount to a single folder and then access all the shared folders there.

    My client fstab entry:
    Code:
    server:/ /shared nfs rw,nofail,x-systemd.automount,x-systemd-device-timeout=10,_netdev,bg,hard,timeo=28,retrans=5,noat ime,nodiratime 0 0
    My server exports entry:
    Code:
    /exports 192.168.1.0/24(rw,fsid=0,crossmnt,no_subtree_check,sync,insecu re,nohide,all_squash,anonuid=65534,anongid=560)
    Some of these options may not apply to you.

    EDIT: Note the spaces in noatime and insecure are a bug in the forum software.
    Last edited by oshunluvr; Today, 02:24 PM.

    Please Read Me

    Comment


      #3
      Originally posted by oshunluvr View Post
      Seems possible you may not have all the required packages installed, but impossible to guess.

      IMO, the best solution is to mount the NFS shares in fstab and then just use them like any other directory. If you're using NFSv4 you can mount to a single folder and then access all the shared folders there.

      My client fstab entry:
      Code:
      server:/ /shared nfs rw,nofail,x-systemd.automount,x-systemd-device-timeout=10,_netdev,bg,hard,timeo=28,retrans=5,noat ime,nodiratime 0 0
      My server exports entry:
      Code:
      /exports 192.168.1.0/24(rw,fsid=0,crossmnt,no_subtree_check,sync,insecu re,nohide,all_squash,anonuid=65534,anongid=560)
      Some of these options may not apply to you.

      EDIT: Note the spaces in noatime and insecure are a bug in the forum software.
      OK, now the million dollar question, and please forgive me for being a bit of a newbie with this, how do I edit fstab? Not something I have had to do previously, as I stated it just worked out of the box previously.

      Thanks (and thanks for the quick response). I'm hoping to stay with Kubuntu (I really don't like the way Ubuntu looks and feels and like KDE), but the shares thing could be a real deal breaker as I do need to use them on both Windows 11 (for Adobe Premier etc and some bespoke software that my job uses that requires secure boot to be enabled to even access it) and Linux (my preferred OS).

      Comment

      Users Viewing This Topic

      Collapse

      There are 0 users viewing this topic.

      Working...
      X