Hello.
I have a hard disk connect in my router, this unit I have mounted in fstab with this command (thanks at @oshunluvr )
Work fine, with dolphin I can access, read and write perfect.
But I need execute a rsync command, when execute this command I have this error:
The mounted unit are in NTFS.
I know that, the options in my fstab are not correct for this, in this last days I search and I try some options but any option work for me.
Other mounted units work fine with rsync, but aren't in samba (are a local hard disks).
The closest thing I have been to find the solution concerns changed mount options to default, re-mount file system and I know it's easy to configure to default and remount option, but I have not been able to make it work with rsync ...
I try with: default,errors=remount-ro
I don't know if its bad, or fail a commas...etc..
Thanks in advance.
I have a hard disk connect in my router, this unit I have mounted in fstab with this command (thanks at @oshunluvr )
Code:
[FONT=monospace]//192.168.0.1/Router /mnt/externo cifs auto,users,vers=1.0,username=admin,password=mypass 0 0[/FONT]
Work fine, with dolphin I can access, read and write perfect.
But I need execute a rsync command, when execute this command I have this error:
Code:
rsync: failed to set times on "/mnt/externo/backups/pc/": Operation not permitted (1)
I know that, the options in my fstab are not correct for this, in this last days I search and I try some options but any option work for me.
Other mounted units work fine with rsync, but aren't in samba (are a local hard disks).
The closest thing I have been to find the solution concerns changed mount options to default, re-mount file system and I know it's easy to configure to default and remount option, but I have not been able to make it work with rsync ...
I try with: default,errors=remount-ro
I don't know if its bad, or fail a commas...etc..
Thanks in advance.
Comment