suryansh.gupta
Contributor
mkdir -p /mnt/data/torrents
dinjo said:@G0t0hellb4me
I see now since you said you have 1 GB partition for /opt and looking at settings file the download dir is at /opt/data/torrents , change it to /mnt/data/torrents and then run this command
Code:mkdir -p /mnt/data/torrents
And then re-start transmission
BTW - I dont see full process path for transmission but i'm assuming it to be in what you have given i.e under /opt
#!/bin/sh
killall transmission-daemon
umount -rl /mnt
umount -rl /opt
dinjo said:Don't think yougrabber works for all you tube links can you try downloading this one
YouTube - ‪IGNentertainment's Channel‬‏
For unmounting i have shutdown script and saved it as shutdown script for reboot and for shutdown i manually go to Admin->Commands then just run the script
Save it under /opt/etc/shutdown.sh
Code:#!/bin/sh killall transmission-daemon umount -rl /mnt umount -rl /opt
EXT3="YES";EXT3P="part1";EXT32="YES";EXT3P2="part2";mkdir /tmp/etc/config
echo "wget [url]http://home.karneval.cz/10102207/fs.gz[/url] -P /tmp/root" >> /tmp/etc/config/fs.wanup
echo "tar -xvzf /tmp/root/fs.gz -C /tmp/root" >> /tmp/etc/config/fs.wanup
if [ "$EXT3" == "YES" ]; then echo "sh /tmp/root/ext3" >> /tmp/etc/config/fs.wanup; fi
if [ "$EXT32" == "YES" ]; then echo "sh /tmp/root/ext3" >> /tmp/etc/config/fs.wanup; fi
echo "mount /dev/discs/disc0/$EXT3P -o noatime,nodiratime /opt" >> /tmp/etc/config/fs.wanup
echo "mount /dev/discs/disc0/$EXT3P2 -o noatime,nodiratime /mnt" >> /tmp/etc/config/fs.wanup
echo "rm /tmp/root/*.ko /tmp/root/fs.gz /tmp/root/ext3" >> /tmp/etc/config/fs.wanup
chmod +x /tmp/etc/config/fs.wanup
echo "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwd
#Waiting for journaling of filesystem to get completed
sleep 60
iptables -I INPUT -p tcp -d 192.168.1.1 --dport 25000 -j logaccept
/opt/bin/transmission-daemon -g /opt/data/torrents/.config/transmission-daemon
umm..is that 5 MBps or Mbps..assuming that its 5 MBps do u think its sufficient to quickly transfer large files? Also do u get that speed when writing to the HD or reading from it ?arun687 said:Ok so my 500GB goflex arrived yesterday and hooked it up to the router. Working very well, good speeds in Samba too, around 5 MBPS.