Questions tagged [smbfs]

SMBFS denotes the combination of two abbreviations "SMB" and "FS" which stand for "Server Message Block" and "File System" respectively. It is mainly notable for providing support for mounting resources using SMB protocol in Linux variants. Currently, focus has been shifted from SMBFS to CIFS (Common Internet File System) as its next generation alternative.

25 questions
0
votes
0 answers

Cannot find "SMB Direct" in Windows Server Standard 2019 Roles and Features

I try to configure SMB Direct on my Windows Server Standard 2019 server but do not see "SMB Direct" in the Roles and Features Configuration Window. It, however, shows in my Windows 10 For WorkStation client under "Windows Features". What am I…
Matt
  • 322
  • 4
  • 15
0
votes
0 answers

Windows - How to diagnose/troubleshoot network location access

I'm looking for generic tips/info on why Windows Explorer would fail to access network locations. A Windows 7 PC can access a network location in another server (unknown OS and sharing network protocol, but most likey Windows SMB), it's even mapped…
ArthurChamz
  • 101
  • 3
0
votes
0 answers

Mount CIFS/SMB file share with S4U2Proxy?

Is there any way to mount a CIFS/SMB file share by authenticating with S4U2Proxy? I need a middleware service to mount a file share and it has a Kerberos ticket from the user who logged into it. I've gotten as far as having a proxy ticket for the…
Chris
  • 101
  • 3
0
votes
2 answers

Equivalent of browseable = no in Windows

What's the equivalent of the smb.conf setting browsable = no in Windows? It's not just adding a $ to the share name to make it a hidden share. Running net view \\server /all on a for a Linux share on \\server does NOT list shares where browsable =…
0
votes
0 answers

Use a SMB Drive as an apache directory

Want to store some data got with an apache server in a NAS mounted as a SMB Share. I've mounted it with /etc/fstab and wheb i want to put some file as apache user, everything is working. But when some file is got and have to be stored (in a…
0
votes
2 answers

Mount a samba share as root using smbfs in fstab

I'm trying to mount a samba share using smbfs as root (on ubuntu-server), but every time I mount it it's mounted as root:dialout Here is the fstab entry (line breaks added for presentation) //192.168.1.68/mount_name /root/mount_point smbfs…
DEfusion
  • 287
  • 3
  • 9
0
votes
1 answer

Is it possible to mount CIFS onto Solaris 10 server

I want to mount a SAN CIFS share on a solaris 10 u11 server. I found and info doc from Oracle saying its not supported until Solaris 11. Are there any 3rd party / Freeware tools for Solaris 10 that will enable the mounting of a CIFS share on Solaris…
AndyM
  • 901
  • 2
  • 14
  • 26
0
votes
1 answer

Ubuntu mount-point map Windows Share gets permissions denied error

We have an EMC storage appliance that serves Windows Shares via CIFS protocol. On Ubuntu I need to create a mount-point that maps the Windows Share. When I run this shell script : sudo apt-get install -y smbfs sudo mkdir -p /mapdir sudo mount -t…
BaltoStar
  • 189
  • 2
  • 11
0
votes
2 answers

rsync permission errors on smbfs share

I have a nas set up an am trying to rsync files to it. It works fine for file I own $ id dogmatic69 uid=1000(dogmatic69) gid=1000(dogmatic69)…
dogmatic69
  • 330
  • 1
  • 6
  • 18
0
votes
1 answer

Samba mount isn't following a symlink

I am running two servers and wish to mount a directory on one from the other. For various reasons, I wish to use Samba (smbfs) rather than NFS. ServerA mounts ServerB with this in the fstab: //ServerB/sambashare /mount/point smbfs…
Peter Howe
  • 203
  • 2
  • 8
1
2