Last week I updated my WRTSL54GS to OpenWRT 0.9 with X-WRT 2.75.
Since my box has an USB port, I was missing a way to umount mounted usb storage. Looking deeper into it, I noticed that partitions get mounted by ‘/etc/hotplug.d/usb/01-mount’ like this:
# mount
[...]
part1 on /mnt/disc0_1 type ext3 (rw)
part2 on /mnt/disc0_2 type vfat (rw)
The correct devices are missing. A patch is available:
Okay … So far, so good. Now some tweaking to webif^2 for umounting attached usb storage devices. Here comes the patch:

The OpenWRT 0.9 / X-WRT 2.75 by Cyconet Blog, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License. Terms and conditions beyond the scope of this license may be available at blog.waja.info.

0 Responses to “OpenWRT 0.9 / X-WRT 2.75”
Leave a Reply