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

fix: mount -o loop needs type param #2

Merged
merged 1 commit into from
May 14, 2015
Merged

Conversation

JaromirDvoracek
Copy link
Contributor

Hello Slacka,

on my Gentoo Linux "mount -o loop" needs "-t iso9660" parameter as well. I'm not sure if it works without it in different environments - but this is the most reliable way for iso images.

Winusb is a great script, thanks for that!

Jaromir

slacka added a commit that referenced this pull request May 14, 2015
fix: mount -o loop needs type param
@slacka slacka merged commit dae247b into slacka:master May 14, 2015
@slacka
Copy link
Owner

slacka commented May 14, 2015

What error message were you getting? Ideally mount should auto detect and only use "-t iso9660" when that fails. Mounting a UDF ISO as type ISO9660 is very bad. I'll try to take a look at what's going on later.

@slacka
Copy link
Owner

slacka commented Jan 19, 2016

Does
mount -o loop -t udf,iso9660 "$isoPath" "$isoMountPath"
Work for you? I couldn't not reproduce this issue and only using iso9660 is not safe.

@JaromirDvoracek
Copy link
Contributor Author

Yes, that works :) thanks!

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 this pull request may close these issues.

2 participants