|
|
#1366 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Feb 2026
Device: Kobo Clara HD
|
Hello thanks for the script, I'm trying to use it but I get this error, I looked in the forum but nothing came up. Is there a thread on FAQs or trouble shooting?
I'm on Win11 if that makes any difference, thanks: Couldn't find a Kobo eReader volume! Is one actually mounted? * Nothing to do! Press Enter to exit: |
|
|
|
|
|
#1367 | |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Feb 2026
Device: Kobo Libra Color
|
Quote:
|
|
|
|
|
| Advert | |
|
|
|
|
#1368 | |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Feb 2026
Device: Kobo Libra Color
|
Quote:
Code:
$KOBO_MOUNTPOINT=Get-Disk | Where BusType -eq USB | Get-Partition | Get-Volume | Where FileSystemLabel -eq KOBOeReader |
|
|
|
|
|
|
#1369 | |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Feb 2026
Device: Kobo Libra Color
|
Quote:
I just hit the 5 minutes window, so replying to myself a lot: It worked. After unmounting/ejecting the ereader rebooted and presented me with installed kfmon and KOreader/Plato. I simply changed the detection to look for the string eReader: Code:
$KOBO_MOUNTPOINT=Get-Disk | Where BusType -eq USB | Get-Partition | Get-Volume | Where FileSystemLabel -eq eReader Thanks for the script
|
|
|
|
|
|
|
#1370 |
|
Wizard
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 1,811
Karma: 731691
Join Date: Oct 2014
Location: Antwerp
Device: Kobo Aura H2O, Kobo Libra 2
|
Make that something like:
Code:
Where-Object { $_.FileSystemLabel -in @('eReader', 'KOBOeReader') }
|
|
|
|
| Advert | |
|
|
|
|
#1371 |
|
Junior Member
![]() Posts: 4
Karma: 10
Join Date: Feb 2026
Device: Kobo Libra Color
|
Yeah, something like that, or maybe there is something like an "endsWith" in PowerShell?
I just wanted to show that it actually worked for me like this with the reader having this shorter name, so the maintainer could maybe work from there and add this to the "official" detection. |
|
|
|
![]() |
| Tags |
| kfmon, kobo, koreader, plato |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot install custom update packages via MRPI | anunay | Kindle Developer's Corner | 10 | 02-05-2026 07:02 PM |
| Aura How to install ksm and koreader | mhss | Kobo Reader | 0 | 01-17-2018 08:45 PM |
| Koreader could not be opened by click an epub file on the books list | johnleo | KOReader | 4 | 12-11-2017 08:57 AM |
| Kobo-how to install koreader | sahbi | KOReader | 22 | 01-02-2016 04:49 PM |
| Koreader install help | mrmojorizing | Kobo Developer's Corner | 3 | 09-29-2014 02:24 PM |