Skip to main content

Questions tagged [cifs]

CIFS is a virtual file system in use by samba, and Windows servers to share files between different system.

0 votes
1 answer
31 views

Horrible performance when downloading from CIFS mounted drive

I have recently wanted to mount a remote CIFS drive. But i have run into one major issue. The speeds are amazing. Uploading is about 220Mbit/s.. However, downloading has speeds of 5Mbit/s.. Which is ...
DEPSTRCZ's user avatar
0 votes
2 answers
38 views

MySQL binlogs on cifs share getting OS errno 13 - Permission denied

I am creating a Rocky Linux 9 server to replace a CentOS 7 server. The original CentOS 7 server mounts a Windows shared directory where it stores the binlogs. When I try to duplicate this for the ...
SMich's user avatar
  • 1
0 votes
0 answers
23 views

Nas storage temporary file errors

We have a NAS storage used for file sharing linux+windows. This is old server, but it supports Samba dialect of 3.0 and we use it. This is the relevant line in /etc/fstsb: //nas1/Work /nas1/Work cifs ...
Alon Lanyado's user avatar
0 votes
0 answers
30 views

CIFS mount: Permissions and Ownership Changes

I have a CIFS mount for an application data. As part of the setup process, the application needs to be able to change the permissions and ownership of the folders within the mount. I currently have ...
Felix Jen's user avatar
  • 101
1 vote
1 answer
49 views

Discrepancy between "df" and "du" on a CIFS network drive

When I run df -H, my network mount reports 100% usage: user@system:/mnt/backup$ df -H Filesystem Size Used Avail Use% Mounted on ... //192.168.71.2/Linux-Database-...
widavies's user avatar
  • 113
0 votes
0 answers
40 views

CIFS Share not responding while writing a file

We have mounted a NetApp share in SUSE Linux 15 SPS 04. We can read/list the files in the share without any issues but the moment we try writing a file, it hangs/does not respond. Even we can't list ...
bala karthik's user avatar
0 votes
0 answers
64 views

Proper command for mounting Synology NAS on Ubuntu Linux via terminal

I have a Synology NAS DS223j that I need to access via an Ubuntu PC. Is this the correct way to mount a Synology NAS in Ubuntu Linux in the terminal? sudo mount -v -t cifs //192.168.0.96/$MOUNTFOLDER /...
Entropy1024's user avatar
1 vote
0 answers
65 views

Cannot touch a specific filename, but also cannot remove it [closed]

I'm using a linux terminal on a mounted drive which (according to df -Th ) is of type "cifs"; let's say I'm in directory /dir/. I created a file file_1. Then I deleted it, and now I want to ...
Jabber1's user avatar
  • 119
0 votes
0 answers
15 views

Mount distant volume at startup with $ in the distant volume path

I can mount a distant volume using: sudo mount -t cifs -o username=username,domain=domain '//nasaddress/home$' /mnt/point I would now like to mount the volume at startup so that is shows up in the ...
Liris's user avatar
  • 101
0 votes
1 answer
127 views

Rsync throwing errors but files appear to be fine

I am doing a massive 200TB transfer with rsync. I used a shell script I found off the internet to spawn a few processes but here is the relevant rsync command itself: rsync --recursive \ ...
john cs's user avatar
  • 164
0 votes
0 answers
101 views

CIFS mount share with IPv6 link-local address on Ubuntu

I'm trying to mount a Windows share on a headless Linux computer with the following systemd unit file: [Unit] Description=mount network drive from harvester OBC Requires=network-online.target ...
Joooeey's user avatar
  • 123
1 vote
1 answer
186 views

Any way to enable user_xattr on tmpfs?

I am trying to cache CIFS share files on a ramdisk with cachefilesd, however cachefilesd requires the cache directory filesystem to support user_xattr. tmpfs does not by default. Is there any way to ...
kataba's user avatar
  • 11
0 votes
0 answers
101 views

Debian Linux error on logoff because cifs

I try to avoid the cifs_put_smb_ses: Session Logoff failure rc=-512 error on logoff which came up after about 30 seconds. If I umount the share manually before shutdown, the error does not appear. ...
Marlowe's user avatar
  • 101
0 votes
1 answer
107 views

How does nginx work with accessing files on mounted SAMBA/CIFS share?

I have a server running nginx as a web server for video streaming and am considering using an external CIFS/SMB storage share mounted to the server. As the server would need to download and upload for ...
kataba's user avatar
  • 11
2 votes
3 answers
814 views

How to auto-mount CIFS share if the server is only ready later?

I have two servers on my home network: A Linux server. (Currently running Debian with systemd, but I don't think there is anything Debian-specific here.) A NAS server. (Network Attached Storage.) ...
Denilson Sá Maia's user avatar

15 30 50 per page
1
2 3 4 5
28