About 580,000 results
Open links in new tab
  1. What are the differences between CIFS and SAMBA?

    If your question is meant as "what is the difference between the smbfs and cifs file system type of the mount command on Linux?" then I have an answer for you. The file system smbfs is an older FS, …

  2. How to fix VFS: cifs_mount failed w/return code = -115 after an ... - linux

    May 8, 2025 · a problem here with Arch linux too (cifs-utils 7.4-1 and samba 2:4.22.3-1), first post that actually points to Linux being the problem, instead of the Windows firewall or similar .

  3. arch linux - x-systemd.automount and noauto causes CIFS mount to …

    May 4, 2025 · The issue was resolved with the help of @waltinator, who suggested using the auto,_netdev options. With those in place, the network share now mounts correctly at boot with the …

  4. CIFS VFS: cifs_mount failed w/return code = -95

    [257463.335188] CIFS VFS: cifs_mount failed w/return code = -95 I've tried all of the possible sec options to no avail, so its not a difference in the security protocol implemented on the server.

  5. CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE

    Dec 1, 2021 · CIFS: Status code returned 0xc000006d STATUS_LOGON_FAILURE Ask Question Asked 4 years ago Modified 11 months ago

  6. Mount cifs Network Drive: write permissions and chown

    Nov 12, 2010 · I have access to a cifs network drive. When I mount it under my OSX machine, I can read and write from and to it. When I mount the drive in ubuntu, using: sudo mount -t cifs -o …

  7. cifs mount error (2): No such file or directory - Unix & Linux Stack ...

    Apr 16, 2021 · The dmesg logs are: [48381.426142] CIFS: Attempting to mount //10.1.10.77/share [48381.426168] No dialect specified on mount. Default has changed to a more secure dialect, …

  8. SAMBA/CIFS connection error - Unix & Linux Stack Exchange

    Nov 22, 2016 · I have been getting errors connecting to samba/cifs shares from like 3 weeks ago, I have 4 machines, one with Windows, 2 with Fedora 24 and one with Fedora 22. I have shares on the two …

  9. debian - Cannot mount CIFS share on boot (from /etc/fstab) if it ...

    Oct 5, 2021 · Cannot mount CIFS share on boot (from /etc/fstab) if it depends on ip route Ask Question Asked 4 years, 2 months ago Modified 4 years, 2 months ago

  10. mount error : cifs filesystem not supported by the system

    Aug 28, 2016 · Good, CIFS is compiled as a module. Load the CIFS module with modprobe cifs and you should be able to perform the mount (i'm ~90% confident).