Skip to content
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

[mount-sd] create directory writable for all users. Fixes MER#1010 #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 19, 2015

  1. refactoring: log() function, add var for mount target dir

    Signed-off-by: Denis Zalevskiy <[email protected]>
    Denis Zalevskiy committed May 19, 2015
    Configuration menu
    Copy the full SHA
    0e6f005 View commit details
    Browse the repository at this point in the history
  2. [mount-sd] create directory writable for all users. Fixes MER#1010

    If card has filesystem different from vfat or ntfs, so maybe posix attrs are
    applicable to it, create directory there with recognizable name and sticky bit
    to allow users (e.g. nemo) to create files/directories there. To git rid of the
    hassle of handling card with different filesystems in a different way and
    hard-coding sticky-marked dir name, symlink this directory for posix-compliant
    filesystems in the temporary runtime dir /run/media or just the filesystem root
    directory - for vfat and ntfs
    
    Signed-off-by: Denis Zalevskiy <[email protected]>
    Denis Zalevskiy committed May 19, 2015
    Configuration menu
    Copy the full SHA
    3ae6881 View commit details
    Browse the repository at this point in the history