I don't have this issue using disks with or without label, are you using fat32 or ntfs file system?
Yes, try with a ext3 disk or format this one.
Sent from my HTC One S using Tapatalk 2
Hi Guys,
I'm having trouble with the download location of files. I've gone through and installed it properly (i hope) and i can access the Transmission GUI and via nano in putty. My "mount" command shows:
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
proc on /proc type proc (rw)
tmpfs on /tmp type tmpfs (rw)
devfs on /dev type tmpfs (rw,noatime)
sysfs on /sys type sysfs (rw)
devpts on /dev/pts type devpts (rw)
/dev/mtdblock4 on /jffs type jffs2 (rw,noatime)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/sdb1 on /tmp/mnt/OPTWARE type ext3 (rw,nodev,noatime,data=ordered)
Yes, i named the HDD via "Ext2 volume manager" on my windows machine as "OPTWARE"
I plugged the HDD into the top USB port on the N66U so i have no idea why its sdb1 and not sda1 (its a 3TB seagate formatteed with a single ext3 partition, if that helps)
After trying a torrent, it stopped at 9Mb completed and said there was no space on the disk, when i had the download dir as "/tmp/mnt/sda1/transmission". Why did it download anything if there was no HDD plugged into sda1? but anyway...
I changed the download dir and the incomplete dir to "/tmp/mnt/sdb1/Transmission", and downloaded a 1MB test torrent, it seemed to work but did not show up on the HDD (i checked via windows network mounted drive of "//rt-n66u/optware", and via my android phone file manager. But could not find it anywhere.
I've also tried "/tmp/mnt/sdb1/optware/Transmission", but still nothing.
Where should i set my download location to?
i went through this before. your directory should be tmp/mnt/optware/transmission instead. =) re-add the torrent once change is made. resuming it wont fix.
Try again mount command and If is /dev/sdb1, remove label with:
# tune2fs /dev/sdb1 -L
# reboot
................
# mount
See how is mounted and change path in settings.json
Sent from my HTC One S using Tapatalk 2
Quick question though, I cannot map "//rt-n66u/" in windows, but i can mount "//rt-n66u/OPTWARE/". If i removed the label, how would i access the HDD via windows?
Try again mount command and If is /dev/sdb1, remove label with:
# tune2fs /dev/sdb1 -L
# reboot
................
# mount
See how is mounted and change path in settings.json
Sent from my HTC One S using Tapatalk 2
Try again mount command and If is /dev/sdb1, remove label with:
# tune2fs /dev/sdb1 -L
# reboot
................
# mount
See how is mounted and change path in settings.json
Sent from my HTC One S using Tapatalk 2
iptables -I INPUT -p tcp --destination-port 9091 -j ACCEPT
admin@RT-AC66U:/jffs/scripts# ls -l
-rwxrwxrwx 1 admin root 195 Jan 19 14:12 firewall-start
Try to open the 9091 port in virtual server#!/bin/sh
iptables -I INPUT -p tcp --destination-port 9091 -j ACCEPT
iptables -I INPUT -p tcp --destination-port 51413 -j ACCEPT
iptables -I INPUT -p udp --destination-port 51413 -j ACCEPT
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!