I have a ton of video files in a movies share that is part of the greyhole storage. I want to move the tv shows that are in the movies section into a share I created called tv shows.
Here are the commands I am using to mount the two shares so I am doing the transfer somewhat locally.
Code: Select all
sudo mount.cifs //hda/Movies /home/cerebro/movies -o domain=WORKGROUP,username=cerebro
sudo mount.cifs //hda/TV\ Shows /home/cerebro/tvshows -o domain=WORKGROUP,username=cerebro
I can navigate from my windows box to the HDA and I can create, modify, or delete anything. This is probably something simple but it is escaping me.
I can also use smbclient to connect to any share and I am able to delete files.
Any help that anyone can offer would be great!
Quick question on the side: Why is it that when I create a file through a share from windows and then view the owners via terminal it is root:root instead of admin:users ?