Bug #456
mmcblk0pX are mounted wrong
Status: | Closed | Start date: | 02 Jul 2015 | |
---|---|---|---|---|
Priority: | Immediate | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | 04 - Root File System | |||
Target version: | 0.11.0 | |||
Severity: | 03 - Medium |
Description
mdev (and/or usbhandler.sh) is mounting these under /media/usb instead of /media.
Associated revisions
RM #456: Fix mount point for mmc devices to be under /media and not be under /media/usb.
History
#1
Updated by Hammel over 5 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
The fix for this is in usbhandler.sh. It uses a BASE of /media/usb as a default. The default should be switched to /media and "usb" appended to it if the TARGET device does not contain "mmcblk".
Tested on target system.
#2
Updated by Hammel over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
Fix applied to blockhander.sh (not usbhandler.sh), committed and pushed.
Closing issue.