-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
USB storage automount #8
Comments
So I've been thinking about how we might want to standardize the target of the mounting. The easiest thing would be to let OpenWRT use the default automounting behavior but that would get confusing between Imagine a user first plugs in a storage device in the bottom USB port. The hotplug loading would mount it on I think the better route would be to set up rules to mount the device at So here are the options as I see it:
Below is the implementation information I've gleaned from reading the pages Kevin linked to: There are separate processes for mounting a USB device on boot and on hotplug. Mounting on hotplug
Mounting on boot
The problems I'm facing now is that I can't think of an elegant way to load a block device to sda_label = $(mount list | some_way_to_find_sda_label)
Another option is to just create a separate |
http://wiki.openwrt.org/doc/techref/block_mount
http://wiki.openwrt.org/doc/uci/fstab
The text was updated successfully, but these errors were encountered: