Actions
Feature #256
closedMount sd card on boot
Start date:
27 Dec 2013
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
This will be useful for, among other things, backups of network configuration which would allow manual fixes if they muck it up through the web interface.
Note: this is the system SD card, not a USB attached card (which is a separate issue).
Updated by Hammel almost 11 years ago
- Target version changed from 1.0 - Atreides to 0.8.0
Updated by Hammel almost 11 years ago
- % Done changed from 0 to 10
This looks like it just requires some more fiddling with
- /etc/mdev.conf
- /usr/bin/blockhandler.sh
Here is an example that might help: http://www.armadeus.com/wiki/index.php?title=Automatically_mount_removable_media
It's possible this may fix RM #259 too.
Updated by Hammel almost 11 years ago
- Status changed from New to Closed
- % Done changed from 10 to 100
An update to blockhandler.sh was made that performs a mount attempt on mmcblk<> devices when there is no ACTION provided by mdev. This seems to work and mmcblk0p1 is mounted under /media on boot.
This issue can be closed.
Actions