4 lines
122 B
Bash
4 lines
122 B
Bash
![]() |
# `mount -t extfs` looks in /sbin
|
||
|
( cd sbin ; rm -rf mount.exfat )
|
||
|
( cd sbin ; ln -sf /usr/sbin/mount.exfat mount.exfat )
|