Search found 3 matches
- Fri Feb 18, 2011 6:15 am
- Forum: Other Issues
- Topic: usb_Storage
- Replies: 2
- Views: 2987
Re: usb_Storage
restart() { got_lock=$(usb_lock) if [ "$got_lock" = "1" ] ; then do_stop do_start usb_unlock #will remove the lock file fi } to { got_lock=$(usb_lock) if [ "$got_lock" = "0" ] ; then do_stop do_start fi }
- Fri Feb 18, 2011 5:28 am
- Forum: Other Issues
- Topic: usb_Storage
- Replies: 2
- Views: 2987
usb_Storage
I'm using a dir-825 with a custom compiled image. When I first plug a drive into the usb (after an install or firstboot) things work great. but after a reboot the init script fails to work. The problem is the line where it tries to turn the MB size into GB share_size=$(df | grep "$d" | awk...
- Tue Jan 11, 2011 10:11 pm
- Forum: News
- Topic: Version 1.3.9
- Replies: 34
- Views: 46596
Re: Version 1.3.9
In regards to the dir-825 and the usb storage function. I have the entry in the system menu of the web interface (on a dir-825) but it doesn't detect my usb stick (3 ext2 partitions) I can mount them manually and set up a nfs [server] but that is the OpenWrt talking. The only difference I can see be...