Ferk / udev-media-automount

A simple automount mechanism using udev rules
Other
125 stars 59 forks source link

umount_dmenu not working? #18

Closed jtannenba closed 1 year ago

jtannenba commented 1 year ago

I have install this on Debian Bullseye. I have yet to get umount_dmenu to work. Cannot find what the proper command line options are. Also on Debian, I had to install dmenu.

Ferk commented 1 year ago

There's no command line parameters for that script.

It's just a convenience script for listing the mounted filesystems in /media/ and using a GUI interface (via dmenu) to select one to unmount.

What's the error you are getting?

Note that the dmenu UI is just a very simple bar that shows on the top edge of the screen. Does dmenu work for you otherwise? (eg. you can try the dmenu_run that I think comes bundled with the dmenu package)

Also umount_dmenu is just a totally optional small script, if you are not familiar with dmenu or you'd rather use some other method you can just unmount the device any other way you prefer.

jtannenba commented 1 year ago

Oh, Thank you. I was trying to use it in just a ssh shell.