All Questions
5 questions
0
votes
1
answer
1k
views
Mount SMB share without specifying shared directory in remote path
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:
...
4
votes
2
answers
13k
views
cifs mount error(2): No such file or directory
I have a Buffalo Neworkstorage (NS) installed.
I am able to mount the NS from my Rock Pi N10 running Debian (buster) using the following command:
sudo mount.cifs //<<ip.address>>/SHARE /...
1
vote
1
answer
9k
views
Closed - Unable to delete file from mounted location (SMB share) as root
UPDATE: It seems like the problem was caused because of another service which had nothing to do with smb. Apologies for not having a proper resolution and I am just closing the issue.
I have mounted ...
1
vote
1
answer
2k
views
Can No Longer Mount Windows File Systems (Since May 9th 2017)
For over a year, I've been able to backup numerous Windows servers using Ubuntu Server 16.04, but this all stopped working on Tuesday May 9th 2017.
Here's how I'm mounting these windows file systems ...
6
votes
2
answers
13k
views
SMBFS Mount suddenly stopped working. CIFS error
When I came in to work today, a mounted drive on our server suddenly had stopped working. In my /etc/fstab I have the following line:
//172.22.64.50/Web/ /mnt/netapp smbfs username=*****,password=***...