Red Squirrel
No Lifer
I am trying to mount a share on a windows 7 machine and it just hangs.
Unfortunately I'm using an old distro (FC9) so the yum repositories are no longer available to update it, so I can't try that as a troubleshooting step. I'm afraid it's probably why it's not working, but think there may be a way to get it to work without upgrading the OS?
I do plan to eventually upgrade but only when I have money to build a new server so I can run them both side by side to perform the upgrade.
Is there perhaps another way I can get files from the win7 machine? Could I possibly run some kind of rsync server in windows and rsync straight from the machine? I just need a way to automatically get files (that changed) from that machine to the server, for backup purposes. I will most likely be backing up the entire C drive.
Code:
[root@borg cron]# mount.cifs //falcon.loc/backup_c$ /mnt/falcon_c -o username=backup_admin,password=********
^C
[root@borg cron]# mount.cifs //falcon.loc/backup_c$ /mnt/falcon_c -o username=backup_admin,password=******** -v
parsing options: username=backup_admin,password=********
mount.cifs kernel mount options unc=//falcon.loc\backup_c$,ver=1,username=backup_admin,password=********
Unfortunately I'm using an old distro (FC9) so the yum repositories are no longer available to update it, so I can't try that as a troubleshooting step. I'm afraid it's probably why it's not working, but think there may be a way to get it to work without upgrading the OS?
I do plan to eventually upgrade but only when I have money to build a new server so I can run them both side by side to perform the upgrade.
Is there perhaps another way I can get files from the win7 machine? Could I possibly run some kind of rsync server in windows and rsync straight from the machine? I just need a way to automatically get files (that changed) from that machine to the server, for backup purposes. I will most likely be backing up the entire C drive.