Bug #326
smb shares should not include local mmc mounts
Status: | Closed | Start date: | 20 May 2014 | |
---|---|---|---|---|
Priority: | Immediate | Due date: | ||
Assignee: | % Done: | 100% | ||
Category: | 04 - Root File System | |||
Target version: | 0.9.0 | |||
Severity: | 03 - Medium |
Description
The local SD card is mounted under /media along with any usb/sda mounts. The smb shares show all of /media so the mmc mounts show up remotely.
To fix this:- Mount usb/sda under /media/usb
- Changes smb share to be /media/usb
Associated revisions
RM #326: Switch to /media/usb as the share point so only the usb flash sticks are shared.
RM #326: switch to using /media/usb as the mount point parent for usb flash sticks.
History
#1
Updated by Hammel almost 7 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Switched smb configuration to share only /media/usb and made that the parent for usb flash sticks. That prevents the mmc from showing up on remote mounts.
Issue can be closed.