Search found 16 matches
- 21 Jun 2019, 07:33
- Forum: Help
- Topic: FFS on three systems
- Replies: 6
- Views: 991
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 ...
- 20 Jun 2019, 19:30
- Forum: Help
- Topic: FFS on three systems
- Replies: 6
- Views: 991
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 ...
- 20 Jun 2019, 11:40
- Forum: Help
- Topic: FFS on three systems
- Replies: 6
- Views: 991
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?
- 19 Jun 2019, 15:30
- Forum: Help
- Topic: FFS on three systems
- Replies: 6
- Views: 991
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 ...
- 18 Aug 2018, 18:40
- Forum: Help
- Topic: How to access a NAS under Linux?
- Replies: 21
- Views: 19838
Re: How to access a NAS under Linux?
Now the command is as follows:
And the result:
Hope you have an idea.
sudo mount -t cifs -o username=xxxxx,password=yyyyy,gid=1000,uid=1000 //192.168.178.17/PCgeorge /mnt/shares/PCgeorge
,gid=1000,uid=1000: no such command (this is my translation from my Dutch version)
- 18 Aug 2018, 17:51
- Forum: Help
- Topic: How to access a NAS under Linux?
- Replies: 21
- Views: 19838
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 ...
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 ...
- 19 Jul 2018, 18:54
- Forum: Help
- Topic: How to access a NAS under Linux?
- Replies: 21
- Views: 19838
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.
Thank you for all your help.
- 12 Jul 2018, 07:59
- Forum: Help
- Topic: How to access a NAS under Linux?
- Replies: 21
- Views: 19838
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 ...
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 ...
- 10 Jul 2018, 08:26
- Forum: Help
- Topic: How to access a NAS under Linux?
- Replies: 21
- Views: 19838
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 ...
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 ...
- 04 Jul 2018, 19:15
- Forum: Help
- Topic: How to access a NAS under Linux?
- Replies: 21
- Views: 19838
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 ...
~ $ 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 ...
- 01 Jul 2018, 18:55
- Forum: Help
- Topic: How to access a NAS under Linux?
- Replies: 21
- Views: 19838
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 ...
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 ...
- 28 Jun 2018, 18:58
- Forum: Help
- Topic: How to access a NAS under Linux?
- Replies: 21
- Views: 19838
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.
Thanks for your ongoing support!
I need some more time for further investigation
You hear from me.
- 22 Jun 2018, 19:07
- Forum: Help
- Topic: How to access a NAS under Linux?
- Replies: 21
- Views: 19838
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.168 ...
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.168 ...
- 20 Jun 2018, 09:51
- Forum: Help
- Topic: How to access a NAS under Linux?
- Replies: 21
- Views: 19838
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 ...
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 ...
- 18 Jun 2018, 12:06
- Forum: Help
- Topic: How to access a NAS under Linux?
- Replies: 21
- Views: 19838
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.
- 17 Jun 2018, 12:35
- Forum: Help
- Topic: How to access a NAS under Linux?
- Replies: 21
- Views: 19838
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 ...