Transmission Daemon (Torrent Web)

Discussion in 'Application & Utilities' started by Bulbox, Feb 18, 2014.

  1. Bulbox

    Bulbox New Member

    Joined:
    Feb 18, 2014
    Messages:
    10
    Likes Received:
    0
    Hi all, i use torrent to download trought internet .. and i need to save the downloaded file's directly in an external hard disk! but when program try to save file's give me an error : "permission denied! " why?

    sorry for my bad english!!!!!!!
     
  2. Phatdaro

    Phatdaro New Member

    Joined:
    Jun 9, 2013
    Messages:
    8
    Likes Received:
    0
    Does the user has write permission on the hard disk?

    Code:
    sudo chown [username] /mnt/hdd
    sudo chmod -R a+rwx /mnt/hdd
     
  3. Bulbox

    Bulbox New Member

    Joined:
    Feb 18, 2014
    Messages:
    10
    Likes Received:
    0
    ok, i solved the problem!! :)

    thank you
     

Share This Page