-
Notifications
You must be signed in to change notification settings - Fork 67
Mass Storage upload "NODE not found error" #41
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
Comments
I don't think this is the script which need to perform the mount. |
this is why
this is the default kde behavior, for what i can find since 2010, see https://www.maketecheasier.com/manage-removable-devices-in-kde/
if you dont click that mount button, the device is connected but not mounted.
good with me, would be nice to simply have a better error message then |
This is linked to KDE behavior, so up to user to properly mount his device. |
Do not hesitate to provide a PR with better description, this is a community project, any contribution are welcome. |
I will change message when I will fix #42 |
IMHO, automatically mounting the device would make sense and certainly make things easier to work with. I'm not sure how easy and portable the udiskctl command is, IIRC there have been quite some different ways how mounting works over the years, some of them desktop-environment-specific, but maybe this somewhat stabilized by now? If there is one somewhat-uniform mounting command, using that would make sense (it would then improve things for a lot of users and keep things unchanged for anyone using some other system)? |
I will not add this kind of feature. It is the responsibility of the user to mount a device or configure their rules to automatically mount or not. Moreover, this could rely on some specific commands related to security (ICT rules, ...). |
This closes stm32duino#41 and stm32duino#42. Signed-off-by: Frederic Pillon <[email protected]>
This closes stm32duino#41 and stm32duino#42. Signed-off-by: Frederic Pillon <[email protected]>
This closes stm32duino#41 and stm32duino#42. Signed-off-by: Frederic Pillon <[email protected]>
This closes stm32duino#41 and stm32duino#42. Signed-off-by: Frederic Pillon <[email protected]>
This closes stm32duino#41 and stm32duino#42. Signed-off-by: Frederic Pillon <[email protected]>
If i connect my nucleo to the pc i see the nuvleo recognized as mass storage device.
If i try to program it, i get the error:
I believe that is caused by the fact that the device is seen (lsusb) but does not get automatically mounted (default in kde 5, but for what i find around seems more a systemd stuff)
a quick fix is to ask the user to check if the drive is mounted (it is done once the user try to open it)
a proper fix would be to check if the disk is mounted, and if not it can be mounted/unmounted with 'udisksctl
for example: 'udisksctl mount -b /dev/sde /tmp/nucleo
The text was updated successfully, but these errors were encountered: