Andreas Enge skribis:
> On Wed, Jul 08, 2015 at 02:18:21PM +0200, Alex Sassmannshausen wrote:
>> eject: unable to exec /bin/umount of `/mnt/usb'
>
> The culprit is in the source code of util-linux-2.25.2/sys-utils/eject.c:
> 681:execl("/bin/umount", "/bin/umount", name, "-n",
On Wed, Jul 08, 2015 at 02:18:21PM +0200, Alex Sassmannshausen wrote:
> eject: unable to exec /bin/umount of `/mnt/usb'
The culprit is in the source code of util-linux-2.25.2/sys-utils/eject.c:
681:execl("/bin/umount", "/bin/umount", name, "-n", NULL);
683:e
Hello,
I'm running GuixSD.
I tried to 'eject' a pen drive today using
`sudo eject /mnt/usb`
The command failed with
---8<>8---
eject: unable to exec /bin/umount of `/mnt/usb'
eject: unmount of `/mnt/usb' failed
---8<>8---
Some more inform