oh well ... i guess it might take a while .... i will get a new HDD for that since i really can;t format this one (a lot of imp data in this one) .... might take some time .... !!! thanks for helping me out .. i will try my best to be back with respective partations ..dinjo said:Can you create partitions again i dont see them created correctly.
Create Partition 1 of 1 GB(not more than that) and another which one you want.First partition has to be EXT3
403: Forbidden
Unauthorized IP Address.
Either disable the IP address whitelist or add your address to it.
If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries.
If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details.
wget [url]http://www.3iii.dk/linux/optware/settings.json[/url] -O /mnt/data/torrents/.config/transmission-daemon/settings.json
lsmod
well ok i did everything again. But this time i followed your golden rule :-dinjo said:@mechexpert
Run the below command and get sorted
Code:wget [url]http://www.3iii.dk/linux/optware/settings.json[/url] -O /mnt/data/torrents/.config/transmission-daemon/settings.json
Just to let know your settings.json was corrupted.
I request people to avoid NTFS at all.
#!/bin/sh
killall transmission-daemon
sleep 3
umount -rl /mnt
umount -rl /opt
chmod 777 /opt/etc/shutdown.sh
@dinjo Thanks again for your helpdinjo said:@jctl
Why are you using usb startup script, forget the screenshot its a older one, also provide output of
Code:lsmod
I request people to avoid NTFS at all.
dinjo said:Services->NAS->Enable Samba; why can't you use FTP its way better.
EXT4 is not supported yet , but yeah SATA drives support came 2 days back.
For shutdown i have this script stored under /opt/etc/shutdown.sh
Code:#!/bin/sh killall transmission-daemon sleep 3 umount -rl /mnt umount -rl /opt
Assign all perms
Code:chmod 777 /opt/etc/shutdown.sh
Save /opt/etc/shutdown.sh under Admin->Commands->Save Shutdown
cd /dev/discs/disc0/
ls -lrt
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
here is the output ofdinjo said:@jctl
Seems like partition is created but god knows which disk location it has picked , either you format the drive and re-create partition or just give me the command of below output.Just to let you know most people are having issues because they are not creating partition correctly.
Code:cd /dev/discs/disc0/ ls -lrt
dinjo said:That seems ok , i need to see startup script again if still not able to mount then i have look at your PC as to what you are doing wrong.