-
Notifications
You must be signed in to change notification settings - Fork 60
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
Mount UUID #14
Mount UUID #14
Conversation
Added uninstaller to makefile
Hi, Thanks for the PR! I'm not sure about wanting to merge this as is, some notes:
Could you elaborate on why you want this? The use of the label (with the device name as fallback) is meant to make it more identifiable for the end user. I don't think it would be very user friendly to use the UUID code as a folder name. We could compromise by having the script not override the Either way, I think the check for conflicting names should stay, since we never know what other mounts might the user have. It'd be weird to have a mount with exactly the same name as the UUID, but it's not impossible, so I'd rather keep it, since in normal operation that check does not hurt and it can potentially help identify problems.
For detachable storage, if the user wants to retry they can always do it themselves re-plugging it. An error when mounting might be a sign that the storage wasn't properly attached, or some other reason that I'm not convinced it'll be fixed by just retrying the mount call. |
Thanks for the reply. Apologies, but I'm new to GitHub, and didn't realize I had initiated a PR to the main project, I had intended to keep my changes in my local branch. That said, I'm happy to explain the reasoning behind my changes. In general, I'm using this code for an edge video recorder, and typically this device runs unattended, so my needs are likely unique.
|
I'm closing the pull request, since this was not intended to be posted and was meant for a local branch with a specific usecase, as you clearly explained. Thanks for taking the time to clarify. |
No description provided.