Hi experts,
I have requirement to share the Linux mount point in windows system. How to achive this
[root@ext ~]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 38G 15G 22G 40% /
tmpfs 20G 7.2G 13G 36% /dev/shm
/dev/sdb1 252G 32G 208G 14% /xtraint
/dev/sdc 252G 197G 43G 83% /xtradb
/dev/sde1 252G 127G 113G 53% /backups
shmfs 20G 7.2G 13G 36% /dev/shm
I have here /backups mount point in Linux machine. I want to mount this Linux mount point in Windows systems. How to achieve this
I have another requirement that How to copy the files or folder from one windows server to another windows server in same network through command line.
Regards,
Ratnesh