Search found 16 matches

by gcvdberg
21 Jun 2019, 07:33
Forum: Help
Topic: FFS on three systems
Replies: 6
Views: 922

Re: FFS on three systems

I suppose that my problem is caused on computer 2. That is a laptop with Windows 10 (NTFS) AND Linux Mint. Both systems act on the same file system. I prefer Linux, but sometimes I need to use Windows for certain tasks. Backup is always with FFS on Linux. Now I notice that I have a mess. Probably th...
by gcvdberg
20 Jun 2019, 19:30
Forum: Help
Topic: FFS on three systems
Replies: 6
Views: 922

Re: FFS on three systems

Thanks Pierry for your answer. I understand that there are file systems that are not supported for detection of file movements. Maybe I have such a file system. Both computers are on Linux and the NAS is a WD based on Linux. Are there perhaps tests to investigate the proper detection of file movemen...
by gcvdberg
20 Jun 2019, 11:40
Forum: Help
Topic: FFS on three systems
Replies: 6
Views: 922

Re: FFS on three systems

Thank you for your answer. But I always use already two-way sync. Can you explain me how FFS takes decisions on whether to copy a file or remove it? How does it know that a file has been deleted in the past? Is there maybe some system in the background that detects and remembers file deletion?
by gcvdberg
19 Jun 2019, 15:30
Forum: Help
Topic: FFS on three systems
Replies: 6
Views: 922

FFS on three systems

I have the impression that FFS doesn't work correct when used to synchronize 3 systems. I have two computers and a NAS in between so I synchronize computer 1 with the NAS and computer 2 with the NAS, separately. But it seems that there are problems with decisions on deletion or copy. When there is a...
by gcvdberg
18 Aug 2018, 18:40
Forum: Help
Topic: How to access a NAS under Linux?
Replies: 21
Views: 18264

Re: How to access a NAS under Linux?

Now the command is as follows:
sudo mount -t cifs -o username=xxxxx,password=yyyyy,gid=1000,uid=1000 //192.168.178.17/PCgeorge /mnt/shares/PCgeorge
And the result:
,gid=1000,uid=1000: no such command (this is my translation from my Dutch version)
Hope you have an idea.
by gcvdberg
18 Aug 2018, 17:51
Forum: Help
Topic: How to access a NAS under Linux?
Replies: 21
Views: 18264

Re: How to access a NAS under Linux?

Thanks Zenju, you're not too late! I interpreted your suggestion as follows: sudo mount -t cifs -o username=xxxxx,password=yyyyy, \gid=1000,uid=1000 //192.168.178.17/PCgeorge /mnt/shares/PCgeorge Result: ,: command not found The biggest differences with earlier attempts are the gid and uid options. ...
by gcvdberg
19 Jul 2018, 18:54
Forum: Help
Topic: How to access a NAS under Linux?
Replies: 21
Views: 18264

Re: How to access a NAS under Linux?

Sorry for the delay. I installed nfs-common, and did again a lot of attempts, but it wasn't successful. I think it's getting to complicated for me now. I must go back to the base and learn all the ins and outs of mounting.
Thank you for all your help.
by gcvdberg
12 Jul 2018, 07:59
Forum: Help
Topic: How to access a NAS under Linux?
Replies: 21
Views: 18264

Re: How to access a NAS under Linux?

This is the result for the first command: sudo mount -v -t cifs -o 'ip=192.168.178.17,user=George' //MyBookLive/Public /mnt/shares/Public [sudo] wachtwoord voor pc-george: ip address 192.168.178.17 override specified Password for George@//MyBookLive/Public: ************ mount.cifs kernel mount optio...
by gcvdberg
10 Jul 2018, 08:26
Forum: Help
Topic: How to access a NAS under Linux?
Replies: 21
Views: 18264

Re: How to access a NAS under Linux?

I'm sorry, but it still doesn´t work. See the following command and result: sudo mount -v -t cifs -o 'ip=192.168.178.17,unc=\\192.168.178.17\Public,user=George' //MyBookLive/Public /mnt/shares/Public [sudo] wachtwoord voor pc-george: ip address 192.168.178.17 override specified Password for George@/...
by gcvdberg
04 Jul 2018, 19:15
Forum: Help
Topic: How to access a NAS under Linux?
Replies: 21
Views: 18264

Re: How to access a NAS under Linux?

See the result ~ $ sudo mount -v -t cifs -o 'ip=192.168.178.17,unc=\\192.168.178.17\Public,user=SAMBAUSER' //MyBookLive/Public /mnt/shares/Public ip address 192.168.178.17 override specified Password for SAMBAUSER@//MyBookLive/Public: **************** mount.cifs kernel mount options: ip=192.168.178....
by gcvdberg
01 Jul 2018, 18:55
Forum: Help
Topic: How to access a NAS under Linux?
Replies: 21
Views: 18264

Re: How to access a NAS under Linux?

I did many attempts with the mount command, such as: sudo mount -v -t cifs -o ip=192.168.178.17,unc=\\192.168.178.17\Public,user=SAMBAUSER //MyBookLive/Public /mnt/shares/Public with the following result: ip address 192.168.178.17 override specified mount.cifs: bad UNC (\192.168.178.17Public) I cont...
by gcvdberg
28 Jun 2018, 18:58
Forum: Help
Topic: How to access a NAS under Linux?
Replies: 21
Views: 18264

Re: How to access a NAS under Linux?

Dear bgstack15,
Thanks for your ongoing support!
I need some more time for further investigation
You hear from me.
by gcvdberg
22 Jun 2018, 19:07
Forum: Help
Topic: How to access a NAS under Linux?
Replies: 21
Views: 18264

Re: How to access a NAS under Linux?

On mount -v -t cifs //192.168.178.17/Public /mnt/shares/Public I get the following result: mount: only root can use "--types" option On sudo mount -v -t cifs //192.168.178.17/Public /mnt/shares/Public I get the following result: mount.cifs kernel mount options: ip=192.168.178.17,unc=\\192....
by gcvdberg
20 Jun 2018, 09:51
Forum: Help
Topic: How to access a NAS under Linux?
Replies: 21
Views: 18264

Re: How to access a NAS under Linux?

The CIFS-Utils software is already active. For the Public share of my NAS I did the following: I made a mount point: /mnt/shares/Public. Then I mounted the share with the command sudo mount.cifs //192.168.178.17/Public/ /mnt/shares/Public/ (The IP-address is the one of my NAS). But this gives a moun...
by gcvdberg
18 Jun 2018, 12:06
Forum: Help
Topic: How to access a NAS under Linux?
Replies: 21
Views: 18264

Re: How to access a NAS under Linux?

Thanks for your reaction. I haven't mounted it so far. I just found out that it is possibly a mounting issue. I found the advice to enter a specific command using the Cifs-util Suite. I have to work this out. But when you can help me, you're welcome. I'm no expert in this matter and new to Linux.
by gcvdberg
17 Jun 2018, 12:35
Forum: Help
Topic: How to access a NAS under Linux?
Replies: 21
Views: 18264

How to access a NAS under Linux?

I have a PC with Linux Mint 18.3 and I want to use FFS 9.8 to sync parts of my harddisk to a Western Digital NAS (My Book Live). However, in FFS I can't input the target directory for the NAS, I cannot search for a network. But in the Nemo file manager the intended share on the NAS is very well reac...