Skip to content

Commit

Permalink
exfat: Create symbolic link /sbin/mount.exfat
Browse files Browse the repository at this point in the history
Currently using `udisks --mount /dev/sdb1` with an exFAT partition,
currently doesn’t work.

Using `strace`, it looks like, `mount` only looks in `/sbin`. So create
a symbolic link.
  • Loading branch information
pmenzel committed Sep 8, 2017
1 parent e8780ed commit a8b3fa6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions exfat.be0
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,8 @@ mee_patch_post() {
#mee_install() {
# bee_install
#}

mee_install_post() {
start_cmd mkdir ${D}/sbin
start_cmd ln -s ${D}/usr/sbin/mount.exfat ${D}/sbin/
}

0 comments on commit a8b3fa6

Please sign in to comment.