dheerajjotwani
Discoverer
smart tvs with dlna built in and mini dlna running on the router along with samba and transmission
Yes, EXT3 format is supported by DD-WRT.[DOUBLEPOST=1378038827][/DOUBLEPOST]@The_Falcon : Will it work if I change my Hard disk to ext3? I am all linux as of now.
It wont detect NTFS Out of the box dude. Atleast a part of the part of HDD must eb EXT3 partition. A minimum of 512 MB partition must be dedicated to EXT3, the rest can be NTFS, but I have to verify this. Once I get tie to do that, I will post the results.Yes u can use ext3 partition for ddwrt /opt and /mnt
Not sure about ntfs didn't check, but if needed can test using ntfs pen drive when I get home
mkdir /tmp/etc/config #Create a dir /tmp/etc/config
echo "wget http://home.karneval.cz/10102207/fs.gz -P /tmp/root" >> /tmp/etc/config/fs.wanup #Get the tar file which has fs drivers and store in /tmp/root
echo "tar -xvzf /tmp/root/fs.gz -C /tmp/root" >> /tmp/etc/config/fs.wanup #Build a shell script by appending to output using >> , command to extract the tar file.
echo "sh /tmp/root/ext3" >> /tmp/etc/config/fs.wanup #Add ext3 to run it
echo "mount -o rw -t ext3 /dev/discs/disc0/part1 /opt" >> /tmp/etc/config/fs.wanup #Add mount to 1st partition
echo "mount -o rw -t ext3 /dev/discs/disc0/part2 /mnt" >> /tmp/etc/config/fs.wanup #Add mount to 2nd partition
echo "rm /tmp/root/*.ko /tmp/root/fs.gz /tmp/root/ext3" >> /tmp/etc/config/fs.wanup #Clean up the traces
chmod +x /tmp/etc/config/fs.wanup # Provide Exec permissions and run the above commands
echo "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwd # Add nobody for samba share
sleep 60 # Wait for 1 minute
echo 1 > /sys/class/scsi_disk/0:0:0:0/allow_restart # To avoid HDD spindown
wget [URL]http://www.3iii.dk/linux/optware/settings.json[/URL] -O /mnt/data/torrents/.config/transmission-daemon/settings.json # Get the settings.json from internet just in case local file gets corrupted can you remove this if u dont want
/opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon #Start Transmission - Can remove this if you keep S99trans file keep either of them.
I flashed my N13 with DD-WRT but I am not able to mount my external hdd.
Details :
USB hdd : Its a 2 TB seagate externally powered hdd.
I created two Ext3 partitions using gparted live cd.
Partition 1 : 1024 mb, Ext3
Partition 2 : remaining 2 TB space, Ext3
Then, ditto from the first post, I pasted this code in Administration -> Commands and clicked Save Startup.
Code:mkdir /tmp/etc/config #Create a dir /tmp/etc/config echo "wget http://home.karneval.cz/10102207/fs.gz -P /tmp/root" >> /tmp/etc/config/fs.wanup #Get the tar file which has fs drivers and store in /tmp/root echo "tar -xvzf /tmp/root/fs.gz -C /tmp/root" >> /tmp/etc/config/fs.wanup #Build a shell script by appending to output using >> , command to extract the tar file. echo "sh /tmp/root/ext3" >> /tmp/etc/config/fs.wanup #Add ext3 to run it echo "mount -o rw -t ext3 /dev/discs/disc0/part1 /opt" >> /tmp/etc/config/fs.wanup #Add mount to 1st partition echo "mount -o rw -t ext3 /dev/discs/disc0/part2 /mnt" >> /tmp/etc/config/fs.wanup #Add mount to 2nd partition echo "rm /tmp/root/*.ko /tmp/root/fs.gz /tmp/root/ext3" >> /tmp/etc/config/fs.wanup #Clean up the traces chmod +x /tmp/etc/config/fs.wanup # Provide Exec permissions and run the above commands echo "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwd # Add nobody for samba share sleep 60 # Wait for 1 minute echo 1 > /sys/class/scsi_disk/0:0:0:0/allow_restart # To avoid HDD spindown wget [URL]http://www.3iii.dk/linux/optware/settings.json[/URL] -O /mnt/data/torrents/.config/transmission-daemon/settings.json # Get the settings.json from internet just in case local file gets corrupted can you remove this if u dont want /opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon #Start Transmission - Can remove this if you keep S99trans file keep either of them.
Problem 1 : Router still doesn't recognise the usb hdd (please see attached images.)
Problem 2 : Can't login using putty.
After flashing dd-wrt, on my first login the router asked me to setup a username and password. Using these I can login into the router via browser by pointing to 192.168.1.1 but putty is refusing me access.
I have enabled telnet on the default port 23 of router. But whenever I enter the username + password in putty window, it says incorrect login. Am I doing anything wrong. First time putty user here, please help.
thats nice.smart tvs with dlna built in and mini dlna running on the router along with samba and transmission
search on dd-wrt and look for minidlna. i am sure there would be million and one blogs out there. else its a simple ipkg install minidlna. once installed u need to setup the folders u wish to serve up under dlna. the file to edit is /etc/minidlna.conf. and most importantly there is an inbuilt inotify service which needs to be turned on and the interval needs to be lowered so it auto updates folders when new files are added.[DOUBLEPOST=1378448130][/DOUBLEPOST]thats nice.
I have DLNA in TV. Is there any online tutorial to do this ?
the goflex drive with ext3 fs shows attached and given a id /dev/scsi/host0/bus0/target0/lun0 you may need to manually mount it to a mount point like /media/disk0 or something by saving a startup command in the admin tab as mount -o ext3 dev/scsi/host0/bus0/target0/lun0 /media/disk0. please ensure u first give the command mkdir /media/disk0@RajeshJ : here is the result in the attached file.
the goflex drive with ext3 fs shows attached and given a id /dev/scsi/host0/bus0/target0/lun0 you may need to manually mount it to a mount point like /media/disk0 or something by saving a startup command in the admin tab as mount -o ext3 dev/scsi/host0/bus0/target0/lun0 /media/disk0. please ensure u first give the command mkdir /media/disk0
Rightly said, Will move to N16 soon. Any other do you suggest ? DDWRT/Tomato is fine. Transmission is mustget a better router, if you can afford it...
I flashed my N13 with DD-WRT but I am not able to mount my external hdd.
Details :
USB hdd : Its a 2 TB seagate externally powered hdd.
I created two Ext3 partitions using gparted live cd.
Partition 1 : 1024 mb, Ext3
Partition 2 : remaining 2 TB space, Ext3
Then, ditto from the first post, I pasted this code in Administration -> Commands and clicked Save Startup.
Code:mkdir /tmp/etc/config #Create a dir /tmp/etc/config echo "wget http://home.karneval.cz/10102207/fs.gz -P /tmp/root" >> /tmp/etc/config/fs.wanup #Get the tar file which has fs drivers and store in /tmp/root echo "tar -xvzf /tmp/root/fs.gz -C /tmp/root" >> /tmp/etc/config/fs.wanup #Build a shell script by appending to output using >> , command to extract the tar file. echo "sh /tmp/root/ext3" >> /tmp/etc/config/fs.wanup #Add ext3 to run it echo "mount -o rw -t ext3 /dev/discs/disc0/part1 /opt" >> /tmp/etc/config/fs.wanup #Add mount to 1st partition echo "mount -o rw -t ext3 /dev/discs/disc0/part2 /mnt" >> /tmp/etc/config/fs.wanup #Add mount to 2nd partition echo "rm /tmp/root/*.ko /tmp/root/fs.gz /tmp/root/ext3" >> /tmp/etc/config/fs.wanup #Clean up the traces chmod +x /tmp/etc/config/fs.wanup # Provide Exec permissions and run the above commands echo "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwd # Add nobody for samba share sleep 60 # Wait for 1 minute echo 1 > /sys/class/scsi_disk/0:0:0:0/allow_restart # To avoid HDD spindown wget [URL]http://www.3iii.dk/linux/optware/settings.json[/URL] -O /mnt/data/torrents/.config/transmission-daemon/settings.json # Get the settings.json from internet just in case local file gets corrupted can you remove this if u dont want /opt/bin/transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon #Start Transmission - Can remove this if you keep S99trans file keep either of them.
Problem 1 : Router still doesn't recognise the usb hdd (please see attached images.)
Problem 2 : Can't login using putty.
After flashing dd-wrt, on my first login the router asked me to setup a username and password. Using these I can login into the router via browser by pointing to 192.168.1.1 but putty is refusing me access.
I have enabled telnet on the default port 23 of router. But whenever I enter the username + password in putty window, it says incorrect login. Am I doing anything wrong. First time putty user here, please help.