SL-RU / ranger_udisk_menu

This script draws menu to choose, mount and unmount drives using udisksctl and ncurses for ranger file manager
MIT License
53 stars 10 forks source link

creating multiple folder with UUID when mounting a drive #10

Open prabhu7x opened 1 year ago

prabhu7x commented 1 year ago

I am glad found this. but every time when mounting a drive it creating separate folder like UUIDx , [where x = 1,2,3,...] . Anyone know how to get rid of this. And this happens after fresh reboot otherwise it mounting same folder. image

SL-RU commented 1 year ago

Hello, mounting is accomplished using udiskctl2: https://github.com/SL-RU/ranger_udisk_menu/blob/master/menu.py#L208

Sadly it has no options to set mount path. Why multiple directories are bothering you?

prabhu7x commented 1 year ago

Hello, mounting is accomplished using udiskctl2: https://github.com/SL-RU/ranger_udisk_menu/blob/master/menu.py#L208

Sadly it has no options to set mount path. Why multiple directories are bothering you?

Not like that. I am kind of person who keep files, scripts etc, clean and delete unnecessary files. After I found your ' ranger_udisks_menu ' I am using it frequently because when comparing it to my little script, it has more functionality. But it keep increasing those folders which feels me you know, and I though it was bug a or something, with the same thought, I showed up above issue. and once again thank you this plugin