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

case-sensitive iso mount #1202

Closed
walkero-gr opened this issue Oct 15, 2023 · 1 comment · Fixed by #1250
Closed

case-sensitive iso mount #1202

walkero-gr opened this issue Oct 15, 2023 · 1 comment · Fixed by #1250

Comments

@walkero-gr
Copy link

I am using udisksctl mount to mount an iso9660 image file but all the filenames are lower case.

I tried mount with the following parameters
mount -t iso9660 -o loop,check=relaxed,map=off,norock,nojoliet and that makes the files case-sensitive, but I would like to use udisksctl for that.
Would it be possible to do the same with udisksctl?
I tried the --options with udisksctl but doesn't seem to work, getting errors that those options are not supported
Any help is much appreciated

@tbzatek
Copy link
Member

tbzatek commented Feb 5, 2024

You can always redefine mount options yourself: http://storaged.org/doc/udisks2-api/latest/mount_options.html

I've added map and check options for iso9660 - see the referenced pull request and test it if possible please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants