I have tried to put it into post-boot, but nasty things happened when i tried to do it, my router couldn't get an IP at all after i've inserted this line into post-boot.
Code:
./scsi-stop.sh /dev/scsi/host0/bus0/target0/lun0/disc &
My router was working perfectly before with samba and print sharing going on.
At the end, i had to use the recovery mode of the router to flash the firmware again. For I had completely lost the router, it's not getting an IP (I had IP reserved for it), not replying to ping, completely blocked out from me.
Now I had everything running again, but I am afraid to put that line into post-boot again. I fear I might brick the router if i do.
Would the router support usb hubs? I want to have a usb memory stick to act as a swap memory for the router so that the HDD can stay quiet at night time.
Right now I have a printer plugged in and a HDD, it would be nice if i can put a hub in and attach the USB memory stick as well.
Edit: I have put that line of code into post-boot after the first attempt (disaster), it didn't crash this time. So I must have done something really wrong back then.
This is what I put in that works
Code:
/usr/local/sbin/scsi-stop.sh /dev/scsi/host0/bus0/target0/lun0/disc &
To view how you can see if the process is running in the background, type