Re: [OpenWrt-Devel] [PATCH] proper hotplug handling of external storage

2009-01-12 Thread Stefan Monnier
> The Filesystem Hierarchy Standard (http://www.pathname.com/fhs/) > suggests to mount removable devices under the directory /media and leave > /mnt for a temporary mounted filesystem. > I know removable devices were mounted under /mnt before these patches, > but I think it would be a good idea to

Re: [OpenWrt-Devel] [PATCH] proper hotplug handling of external storage

2009-01-12 Thread Patrick Scharrenberg
Hi! The Filesystem Hierarchy Standard (http://www.pathname.com/fhs/) suggests to mount removable devices under the directory /media and leave /mnt for a temporary mounted filesystem. I know removable devices were mounted under /mnt before these patches, but I think it would be a good idea to move

Re: [OpenWrt-Devel] [PATCH] proper hotplug handling of external storage

2009-01-08 Thread Jose Vasconcellos
Brian J. Murrell wrote: > On Thu, 2009-01-08 at 20:33 -0500, Jose Vasconcellos wrote: > >> Attached is a patch to handle the mounting and unmounting >> of blocked device. This handles both USB and IEEE1394 >> devices. It removes /sbin/usb-storage in favor of using the >> block hotplug event. >>

Re: [OpenWrt-Devel] [PATCH] proper hotplug handling of external storage

2009-01-08 Thread Brian J. Murrell
On Thu, 2009-01-08 at 20:33 -0500, Jose Vasconcellos wrote: > Attached is a patch to handle the mounting and unmounting > of blocked device. This handles both USB and IEEE1394 > devices. It removes /sbin/usb-storage in favor of using the > block hotplug event. Sweet. Any chance you tested this fo

Re: [OpenWrt-Devel] [PATCH] proper hotplug handling of external storage

2009-01-08 Thread Jose Vasconcellos
Jose Vasconcellos wrote: Attached is a patch to handle the mounting and unmounting of blocked device. This handles both USB and IEEE1394 devices. It removes /sbin/usb-storage in favor of using the block hotplug event. Signed-off-by: Jose Vasconcellos Seems very hard to get the patch right on t

[OpenWrt-Devel] [PATCH] proper hotplug handling of external storage

2009-01-08 Thread Jose Vasconcellos
Attached is a patch to handle the mounting and unmounting of blocked device. This handles both USB and IEEE1394 devices. It removes /sbin/usb-storage in favor of using the block hotplug event. Signed-off-by: Jose Vasconcellos Index: package/base-files/files/etc/hotplug.d/ieee1394/10-ieee1394 ===