Skip to main content

Questions tagged [smb]

smb is an abbreviation for Server Message Block, a network protocol for sharing files and printers implemented by Windows, Samba and others.

Filter by
Sorted by
Tagged with
0 votes
0 answers
198 views

In Debian 13, with the GNOME desktop environment, in fstab, I have placed the following line to mount an SMB share from a Synology NAS: //192.168.1.117/video /media/NAS/video cifs username=video,...
graham's user avatar
  • 101
3 votes
1 answer
84 views

I have installed Samba on my Linux distribution. I can share the folder myshare with Windows PCs with no problem. A Windows10 PC can connect to myshare by its File Explorer, writing on its address bar:...
User051209's user avatar
0 votes
0 answers
188 views

I want to share my data on my Rocky 9 server to family members using windows PCs. I setup and config samba. Seems something is missing. Users are not able to login. They are trying their unix ...
Rajeev's user avatar
  • 268
0 votes
1 answer
283 views

I'm trying to mount a CIFS (Samba) share using /etc/fstab, and I want it to be owned by a specific user (myuser), not root. My current fstab line is: # <file system> <mount point> <...
NLion74's user avatar
0 votes
0 answers
78 views

TLDR: I can access an external harddrive via GUI tools but not via fstab / mount tooling. I'm at my wits end with this one. I've got an external harddrive plugged into the back of my Asus router, with ...
Spazcool's user avatar
0 votes
0 answers
130 views

I'm trying to get ksmbd work on a machine running bookworm. But regardless if I'm using a Linux GUI, CLI or a Windows 10 Client, I'm unable to browse through files or directories within the mounted ...
Die Rylls's user avatar
0 votes
1 answer
320 views

I have a Synology NAS serving shared folders with SMB. On Windows and MAC I just have to indicate the IP of the NAS and all the shared folder are discovered and mounted. On linux (the latest Debian) (...
MiniScalope's user avatar
0 votes
1 answer
213 views

We have a Linux server running CentOS 7.  A few days ago, we found out that it has started continuously attempting to connect to a Windows server share via port 445 using a certain user's AD ...
swami's user avatar
  • 205
0 votes
1 answer
253 views

I'm trying to delete files on a NetApp server using smbclient //servername/share -c "deltree directory_to_delete". It works except for folders which have the read-only flag set. In this case,...
Schorschii's user avatar
4 votes
3 answers
1k views

I'm trying to connect to SMB share on my TrueNAS from my Fedora. It works well until I decided to enable encryption of SMB data. I put following in the service config on TrueNAS (global settings) unix ...
citrate's user avatar
  • 171
0 votes
0 answers
266 views

Running Samba 4.7.6 on U18.04. Everything was working prior to a recent shutdown, in that you could access the shares via \\hostname\ or \\hostname.domain.com\. Now, these fail on Windows clients with ...
Will Dennis's user avatar
0 votes
0 answers
167 views

As the above picture shows, when I turned on "File Sharing", MacOS tells me to access it by "smb://bogon", however, I think the correct item here should be "smb://<hostname&...
Siris Li's user avatar
0 votes
1 answer
595 views

//192.168.1.64/d /media/d cifs credentials=/home/nick/.smbcredentials,uid=nick,gid=media,file_mode=0777,dir_mode=0777,nofail,user 0 0 Here's my ls- l of the share once mounted: drwxrwxrwx 2 nick ...
Nick's user avatar
  • 3
0 votes
1 answer
1k views

I am running a samba server on a Raspbian 11 device and I'm trying to connect to it from an Ubuntu 20 device. When I open the file manager, I can see the samba share but when I try to access to it (...
giovi321's user avatar
  • 919
0 votes
1 answer
985 views

I have a smb mount on my linux server, but occasionally it loses connection, interrupting the software using the mounted directory. Is there a way to cache the smb mount on local disk?
hobyte's user avatar
  • 113
4 votes
3 answers
458 views

This is the output of the [global] section of the /etc/samba/smb.conf of a random Synology NAS: ~# cat /etc/samba/smb.conf [global] printcap name=cups winbind enum groups=yes ...
mgutt's user avatar
  • 557
2 votes
1 answer
47 views

I have an HP OfficeJet 8600 printer in my office that's around 10 years old but still works perfectly fine. I occasionally use this printer to scan to a samba share hosted on my DD-WRT router. I ...
Ryan Knutson's user avatar
2 votes
0 answers
2k views

Say I create a named volume podman volume create --opt type=cifs --opt o=async --opt device=//mynas.lan/steamcache steamcache According to podman volume inspect, this volume's mountpoint is /home/me/....
Krateng's user avatar
  • 163
1 vote
1 answer
2k views

I was about to change mount from "//192.168.1.x/SomeFolder" to "//192.168.1.x/" so i could choose which dataset i want to access with my docker containers. It gave me error like: ...
Pheggas's user avatar
  • 13
2 votes
0 answers
3k views

I have a very basic /etc/samba/smb.conf configuration: [global] workgroup = WORKGROUP server string = Samba server (%v) on %h security = user passdb backend = tdbsam [...
Zhro's user avatar
  • 2,851
1 vote
0 answers
848 views

I have a new Synology NAS (DS1621+), and have begun integration into my home network. I'm having some problems using it with my Linux hosts. I can mount the NAS, but the permissions (as seen from ...
Seamus's user avatar
  • 3,898
1 vote
0 answers
370 views

I can connect to network drives with the following command: ( echo myusername; echo MYDOMAIN; echo password123 ) | gio mount smb://127.0.0.1/Sharename And I can get some file attributes of the mount ...
Daniel's user avatar
  • 798
1 vote
1 answer
10k views

I'm using a Steam Deck which runs Arch Linux and KDE Plasma. It has a read-only filesystem (for system files) but does include kio-fuse (5.0.1). What's the best practice to automatically mount an SMB ...
SofaKng's user avatar
  • 363
3 votes
0 answers
4k views

My requirement is to find out all such directories in Linux which are mount points for network-based storage/file systems (like NFS, SSHFS, CIFS, SMB, etc) I did some research, and there is no utility ...
dig_123's user avatar
  • 143
6 votes
5 answers
27k views

Linux: 4.18.0-305 OS: CentOS 8.4 I have an SMB folder that is mounted with the following command: mount -t cifs -o iocharset=utf8,rw,credentials=${_passwordFile},nobrl,nounix,file_mode=0644,dir_mode=...
Rico R.'s user avatar
  • 69

1
2 3 4 5