[XBMC LIVE] download torrent to NTFS partition

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ymr_11 Offline
Junior Member
Posts: 5
Joined: Jan 2011
Reputation: 0
Post: #1
Hello.
So it goes like this
i used this guide:
http://forum.xbmc.org/showthread.php?tid=61574
and everything is working great, but..
i have another partition that im using for windows (NTFS 2TB)
i want to download my torrents files to that partition but the transmission program says ERROR: Permission denied .
if i save the torrent file on the xbmc partition (ext4) its all good.

im preferring of using utorrent but i could get him to work.

im using the latest XBMC LIVE, installed yesterday Smile
find quote
calebdk Offline
Member
Posts: 65
Joined: Nov 2009
Reputation: 0
Post: #2
Probably because tranmission dont have write permission to your NTFS partition. The easy way is just to:

sudo chmod 777 /media/pathtoyourNTFSdrive

chmod 777 gives full read/write acces for everybody to that path.
find quote
ymr_11 Offline
Junior Member
Posts: 5
Joined: Jan 2011
Reputation: 0
Post: #3
calebdk Wrote:Probably because tranmission dont have write permission to your NTFS partition. The easy way is just to:

sudo chmod 777 /media/pathtoyourNTFSdrive

chmod 777 gives full read/write acces for everybody to that path.

tried it and did work Sad
find quote
Mindzai Offline
Fan
Posts: 333
Joined: Aug 2010
Reputation: 0
Post: #4
How are you mounting your ntfs drive? Do you have ntfs-3g installed? Can you post your /etc/fstab?

Note that chmod/chown wont work for ntfs partitions - they only work with linux file systems.
find quote
ymr_11 Offline
Junior Member
Posts: 5
Joined: Jan 2011
Reputation: 0
Post: #5
ntfs-3g is installed, and i used this guide
http://boshdirect.com/blogs/tech/set-xbm...rives.html
to set automount of the ntfs harddrives
find quote