View Single Post
Posts: 1,048 | Thanked: 1,127 times | Joined on Jan 2010 @ Amsterdam
#8
Originally Posted by safoo View Post
it doesn't download the file.. it does pause the file from downloading.. what is the exact problem & how can we solve this..
Ehr, you're asking me what the problem is?

If your partition is read only, how would Transmission be able to write to that unwritable partition?

Like I said before, to get rid of the read only situation, you need to do the following as root

Code:
sudo gainroot 
umount /home/user/MyDocs
fsck -a /dev/mmcblk0p1
mount /home/user/MyDocs
That should do the trick untill the next time you bump into this problem.
 

The Following User Says Thank You to anthonie For This Useful Post: