SD card access problem
Posted: Mon Dec 15, 2014 10:54 am
So I attached a microSD card to the USB port (microSD to USB adapter). The card contains data, it has NTFS filesystem.
My issue is I want it to be used by Deluge to download torrent to it. I can't do it as I get permission issue in deluge.
Also I can only copy anything to my card if I sudo it.
How can I change the permission so that I could copy without admin elevation and also use Deluge?
My issue is I want it to be used by Deluge to download torrent to it. I can't do it as I get permission issue in deluge.
Also I can only copy anything to my card if I sudo it.
cp file /mycard/ --permission denied
sudo cp file /mycard/ --OK
How can I change the permission so that I could copy without admin elevation and also use Deluge?