It's ~5 mBps, while copying from router to pc or vice versa. FTP maybe faster though, as dinjo pointed out. Samba is only for convenience, if there's large chunk of data to be transferred, FTP would be better.cyberwiz said: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 ?
EXT3="YES";EXT3P="part1";EXT32="YES";EXT3P2="part2";mkdir /tmp/etc/config
mechexpert said:No one ready to help ???? strange !!!!! :S :huh:
Any one? ......Kevin Lane said:I am interested in buying this router, but I have one query. I use BSNL night unlimited plan, so I need to start my torrents @0200 & stop @0800. Can this process be automated in dd-wrt? If not what will be most convinient method to do this? Is anybody using this plan with n13u & dd-wrt?
Can this be done in seagate dockstar?
Guy need ur help, as I am tired of getting up in the night, starting pc & utorrent and going back to sleep.
Sent from my GT-I5801 using Tapatalk
I'm seeing these options in Transmission remote gui. So yes, it seems you can automate this task.Kevin Lane said:I am interested in buying this router, but I have one query. I use BSNL night unlimited plan, so I need to start my torrents @0200 & stop @0800. Can this process be automated in dd-wrt? If not what will be most convinient method to do this? Is anybody using this plan with n13u & dd-wrt?
Can this be done in seagate dockstar?
Guy need ur help, as I am tired of getting up in the night, starting pc & utorrent and going back to sleep.
Sent from my GT-I5801 using Tapatalk
Please give me the output of following commandsmechexpert said:hello everyone , i am new here ..
i have successfully installed the CFW using above method. but i am unable to mount the usb drive .. it is said that edit this line
but i tried a lot & still can;t get it to work :S . i am using a SD 8 gb m. card for this purpose. it was detected & worked in original FW.
i have formatted the first partation with EXT3 partation (of 300MB) in ubuntu a second partation formatted with FAT which is ~7GB.
can any one help me enlight how do i modify the first line to get my drive mounted ???
PLS HELP
dmesg
lsmod
ls -ld
cd /dev/discs/disc0;ls -lrt
i now tried with USB hdd .... running the command did nothing ... but when i randinjo said:Please give me the output of following commands
Code:dmesg lsmod ls -ld cd /dev/discs/disc0;ls -lrt
ls -ld
cd /dev/discs/disc0;ls -lrt
brw------- 1 root root 8, 2 Jan 1 1970 part2
brw------- 1 root root 8, 1 Jan 1 1970 part1
brw------- 1 root root 8, 0 Jan 1 1970 disc
well i solved it .... updated the firmware again by web update. & finally i installed optware & transmission.dinjo said:Its Linux it never shows anything typed for password , username is root and password would be your router password.
EXT3="YES"; EXT3P="part1"; NTFS="YES"; NTFSP="part2"; FAT="NO"; FATP="part3"; mkdir /tmp/etc/config
echo "wget http://home.karneval.cz/10102207/fs.gz -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 [ "$NTFS" == "YES" ]; then echo "insmod /tmp/root/fuse.ko" >> /tmp/etc/config/fs.wanup; fi
if [ "$FAT" == "YES" ]; then echo "sh /tmp/root/fat" >> /tmp/etc/config/fs.wanup; fi
echo "mount /dev/discs/disc0/$EXT3P -o noatime,nodiratime /opt" >> /tmp/etc/config/fs.wanup
echo "/opt/bin/ntfs-3g /dev/discs/disc0/$NTFSP /mnt" >> /tmp/etc/config/fs.wanup
echo "mount /dev/discs/disc0/$FATP /jffs" >> /tmp/etc/config/fs.wanup
echo "rm /tmp/root/*.ko /tmp/root/fs.gz /tmp/root/ext3 /tmp/root/fat" >> /tmp/etc/config/fs.wanup
chmod +x /tmp/etc/config/fs.wanup
echo "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwd
BTW did you installed optware the right way ?
I DO NOT RECOMMEND NTFS for transmission downloads
he he i guess hours of playing around did something silly which might have mounted it he he ... any how ...dinjo said:Your startup script and partition are totally incorrect i'm surprised how you even mounted the drive.Need output of lsmod to give you the correct startup script.
root@ASUS SuperSpeed-N:~# lsmod
Module Size Used by
nf_nat_pptp 4096 0
nf_conntrack_pptp 4096 1 nf_nat_pptp
nf_nat_proto_gre 4096 1 nf_nat_pptp
nf_conntrack_proto_gre 4096 1 nf_conntrack_pptp
rt2860v2_ap 479232 1
fuse 36864 0
ext3 106496 1
mbcache 8192 1 ext3
jbd 57344 1 ext3
etherip 8192 0
usblp 8192 0
scsi_wait_scan 480 0
root@ASUS SuperSpeed-N:~# mount
rootfs on / type rootfs (rw)
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
ramfs on /tmp type ramfs (rw)
devpts on /dev/pts type devpts (rw)
devpts on /proc/bus/usb type usbfs (rw)
/dev/discs/disc0/part2 on /opt type ext3 (rw,data=ordered)
root@ASUS SuperSpeed-N:~#
oh ... ya i think so , as it took around 10mins to install while the simple one installed pretty fast. but any how ... will it do the job ? i mean for what we need it for ? or should i install the other one only ?Optware Right way isn't necessary it installs some un-necessary apps.
so by that EXT3 would work in windows ?? wow .. great didnt knew thatBTW you can also use FTP/Samba to connect via Windows.