Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFE] udisksctl: Accept multiple block device arguments (e.g. shell expansion) #1288

Open
1vanK opened this issue Jun 10, 2024 · 1 comment

Comments

@1vanK
Copy link

1vanK commented Jun 10, 2024

Command umount /dev/sde?* unmount sde1, sde2, ...
but command udisksctl unmount -b /dev/sde?* unmount only sde1

@tbzatek
Copy link
Member

tbzatek commented Jun 11, 2024

The udisksctl unmount -b command expects exactly one argument, the rest is ignored, while shell expansion provides multiple separate arguments.

@tbzatek tbzatek changed the title [feature request] unmount ?* [RFE] udisksctl: Accept multiple block device arguments (e.g. shell expansion) Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants