update : filled up a icc form to get an exact quote on price.
Let us know the final quote.it includes everything right? Like customs and all.i mean final quote till my home delivery![]()
1. Are the drives mounted correctly.why is it /tmp/mnt instead of /mnt?View attachment 16390
2. Can someone tell me how to change the gateway for optware installation.i need 192.168.2.1 instead of 192.168.1.1 as 1.1 belongs to my modem
- - - Updated - - -
Can someone please provide his startup script (for version 18777).It would be very helpful for lots.
Well the solution to this problem is .. umount the /opt and then "mount -t ext3 /dev/sda1 /opt" ,this will automount the disk as ext3 as long as its physically replugged . And about /mnt->/tmp/mnt , its just the way new systems are mounting the filesystem (linked state) . Nothing me and Dinjo can do about it .. but its not a problem,using /mnt or /tmp/mnt will still get you to the same drive partition.1. Are the drives mounted correctly.why is it /tmp/mnt instead of /mnt?View attachment 16390
2. Can someone tell me how to change the gateway for optware installation.i need 192.168.2.1 instead of 192.168.1.1 as 1.1 belongs to my modem
- - - Updated - - -
Can someone please provide his startup script (for version 18777).It would be very helpful for lots.
My startup script with the auto-mount OFF from GUI. Last line can be omitted as thats just the adblock script I run on my router.sleep 2
insmod mbcacheinsmod jbdinsmod ext3sleep 2mount -t ext3 -o noatime,nodiratime /dev/sda1 /optmkdir /tmp/mntsleep 2mount -t ext3 -o noatime,nodiratime /dev/sda2 /tmp/mntecho "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwdecho 1 > /sys/class/scsi_disk/0:0:0:0/allow_restartiptables -I INPUT -p tcp -d 192.168.1.1 --dport 50000 -j logacceptsleep 15transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon sh /mnt/adblock.sh
sleep 2
insmod mbcache
insmod jbd
insmod ext3
sleep 2
mount -t ext3 -o noatime,nodiratime /dev/sda1 /opt
mkdir /tmp/mnt
sleep 2
mount -t ext3 -o noatime,nodiratime /dev/sda2 /tmp/mnt
echo "nobody:*:65000:65000:nobody:/mnt:/bin/false" >> /etc/passwd
echo 1 > /sys/class/scsi_disk/0:0:0:0/allow_restart
iptables -I INPUT -p tcp -d 192.168.1.1 --dport 50000 -j logaccept
sleep 15
transmission-daemon -g /mnt/data/torrents/.config/transmission-daemon sh
/mnt/adblock.sh
Installing Optware (only to an ext3 partition; /opt MUST be empty)
Code:wget [URL]http://home.karneval.cz/10102207/optware-install.sh[/URL] -O - | tr -d '\r' > /tmp/optware-install.sh sh /tmp/optware-install.sh; ipkg update; ipkg upgrade wget [URL]http://home.karneval.cz/10102207/sort[/URL] -P /opt/bin; chmod +x /opt/bin/sort
[NOTE: gateway is hard set to 192.168.1.1, if u have problem with this replace in optware-install.sh by vi or sed]