hello
i wanted mount windows folder on linux , for that
1. created one folder on windows machine at D: drive
2 give permission of this folder to everyone.
3. created one folder on linux on path /hyperion/LCM_backup
3. executed following command on linux server with root user
mount -t cifs -o username="ind\hypadmin",password=Test1234 //10.42.4.171/LCM_backup /hyperion/LCM_backup
4. now owner was hypadmin on linux with which i created folder on linux , now it got changed to root user.
5. now i wanted to change ownership from root to hypadmin user by executing following command,
sudo chown -R hypadmin:hypadmin /hyperion/LCM_backup
error :
[root@ze42-s-emgrdev1 ~]# sudo chown -R hypadmin:hypadmin /hyperion/LCM_backup
chown: changing ownership of `/hyperion/LCM_backup': Permission denied
where 10.42.4.171 is windows server.
LCM_backup is windows folder created on location of windows server C:\hyperion\LCM_backup
regards,
Dattatray Mate