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.
Questions tagged [smbfs]
26 questions
1
vote
2 answers
mounted a symlink on a mountpoint
I have a samba share called A on a machined named aaron. Inside that share is a smylink called Audio-CD_WAVs which points to a machine local directory. When this share is accessed by a windows machine, samba follows the link and exports the target…
khoran512
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
- 6
- 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 =…

Jeff
- 146
- 1
- 3
- 12
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
- 948
- 2
- 16
- 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
- 197
- 3
- 14
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
- 340
- 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
- 9
0
votes
0 answers
wrong count of files samba windows/linux
i have a problem, i have a shared folder via samba, it works perfectly except if it has allot of files/folders, for example: one subfolder has 885 pdf's and browsing with linux i can see all of them, but in windows i only see 624 (and it depends on…

Miguel Ferreira
- 11
- 4