Change permission to mount disk at rdesktop
- by Tal
I have ubuntu 10.04 and have installed rdesktop 1.7. I have run these commands:
sudo umount /media/Tal
sudo mount -t ntfs-3g -o uid=1000,gid=1000,umask=0000 /dev/sdb1 /media/Tal
rdesktop -0 -r sound:local -f -u administrator -r clipboard:PRIMARYCLIPBOARD -r disk:tal=/media/Tal myip
Tal is external hard drive connecting at USB in ntfs file system. I connect to windows 7
I see the hard drive in computer and I can access to files and create new files and folders, But when I try to copy a new file to a folder he show me an error message:
You need permission perform this action
Your require permission from computer's administrator to make changes to this folder
Tal on my computername Disk from Remote Desktop Connection.
I try chmod and chown too but I read I linux forum when it ntfs is no use. Some one can help me with my problem?