Search found 7 matches

by doalffs
01 Dec 2022, 07:41
Forum: Help
Topic: FreeFileSync cannot see mounted NAS share in Fedora 37
Replies: 12
Views: 1691

Re: FreeFileSync cannot see mounted NAS share in Fedora 37

Thank you @bgstack15, but I do not want to autoconnect to the share.
As my son may use my computer at times, I want to only be able to mount the share when I click on it and be asked to fill in credentials to connect. Despite his small size, he can be very destructive when it comes to computer use...
by doalffs
30 Nov 2022, 22:06
Forum: Help
Topic: FreeFileSync cannot see mounted NAS share in Fedora 37
Replies: 12
Views: 1691

Re: FreeFileSync cannot see mounted NAS share in Fedora 37

Just for reference for anyone else with the same issue, here's what's set up so far:

In the fstab file:

//10.10.10.6/backup /media/BACKUP cifs _netdev,gid=1000,uid=1000,file_mode=0777,dir_mode=0777,noauto,username=YOURUSERNAME,password=YOURPASSWORD 0 0

Then I run:

sudo chmod u+s /bin/mount ...
by doalffs
30 Nov 2022, 21:21
Forum: Help
Topic: FreeFileSync cannot see mounted NAS share in Fedora 37
Replies: 12
Views: 1691

Re: FreeFileSync cannot see mounted NAS share in Fedora 37

Great spot @therube, we are getting there!

So I run:

sudo chmod u+s /bin/mount
sudo chmod u+s /bin/umount
sudo chmod u+s /usr/sbin/mount.cifs

Now, when I open the file manager (Nautilus) and I try to mount the share I get an error message:

mount.cifs: permission denied

But if I open the ...
by doalffs
30 Nov 2022, 20:14
Forum: Help
Topic: FreeFileSync cannot see mounted NAS share in Fedora 37
Replies: 12
Views: 1691

Re: FreeFileSync cannot see mounted NAS share in Fedora 37

Thank you @bgstack15 for taking the time to write these very useful instructions, learned a lot from them.

Before I proceed with these (I've done a similar thing with a different share on the same NAS that I want to have automounted on boot and I used instructions very similar to yours), I am ...
by doalffs
30 Nov 2022, 17:39
Forum: Help
Topic: FreeFileSync cannot see mounted NAS share in Fedora 37
Replies: 12
Views: 1691

Re: FreeFileSync cannot see mounted NAS share in Fedora 37

Thank you @bgstack15
Running the command you said only shows me the shares that I have permanently added onto /etc/fstab to be mounted on startup.

The mount that I am manually connecting to (Nautilus > Other locations > Connect to server) do not appear on the list that is shown with df -PBM

Any ...
by doalffs
29 Nov 2022, 06:40
Forum: Help
Topic: FreeFileSync cannot see mounted NAS share in Fedora 37
Replies: 12
Views: 1691

Re: FreeFileSync cannot see mounted NAS share in Fedora 37

Yes, the NAS can be accessed as normal through the command line. I can also access all the share's files from the file manager, copy/paste/delete/rename etc.
It's only when trying to choose the share as a destination folder in FFS that the problem appears.
by doalffs
28 Nov 2022, 20:33
Forum: Help
Topic: FreeFileSync cannot see mounted NAS share in Fedora 37
Replies: 12
Views: 1691

FreeFileSync cannot see mounted NAS share in Fedora 37

Hi all,

I updated my computer to Fedora 37 and installed FreeFileSync v11.28 from FlatHub.

I've been using FFS for many years for backing up my files to a NAS Share.
I do not keep the share permanently mounted in Fedora, I only mount it when I want to do a backup.

In the past, I would first mount ...