You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 supportedAny help is much appreciated
The text was updated successfully, but these errors were encountered: