Search found 2 matches

by darnoq
Sun Jun 21, 2020 11:06 am
Forum: Hardware / Installation Issues
Topic: Wdr3600 external storage issue
Replies: 2
Views: 2692

Re: Wdr3600 external storage issue

Adding this:
for i in /sys/bus/usb/drivers/*/*:*; do
echo "${i##*/}" > "${i%/*}/unbind"
echo "${i##*/}" > "${i%/*}/bind"
done
exit

in /etc/rc.local resolves the issue,
by darnoq
Sun Jun 21, 2020 5:41 am
Forum: Hardware / Installation Issues
Topic: Wdr3600 external storage issue
Replies: 2
Views: 2692

Wdr3600 external storage issue

Hi, So I use gargoyle since many years with wdr3600 v1 and I'm happy with it. Few days ago my old laptop died so I dismantled it to recover old small ssd (60gb). Through gui I managed one time to change plugin root to this drive to install USB storage with nfs support (no space on internal wdr3600 m...