View Single Post
Old 07-15-2025, 12:01 AM   #7
mzel
Zealot
mzel ought to be getting tired of karma fortunes by now.mzel ought to be getting tired of karma fortunes by now.mzel ought to be getting tired of karma fortunes by now.mzel ought to be getting tired of karma fortunes by now.mzel ought to be getting tired of karma fortunes by now.mzel ought to be getting tired of karma fortunes by now.mzel ought to be getting tired of karma fortunes by now.mzel ought to be getting tired of karma fortunes by now.mzel ought to be getting tired of karma fortunes by now.mzel ought to be getting tired of karma fortunes by now.mzel ought to be getting tired of karma fortunes by now.
 
Posts: 107
Karma: 519930
Join Date: Apr 2016
Device: Kobo Forma
I cloned that repo to my local drive, but did not get far with the installation. As far as I can tell the `deploy_ereader.sh` script does not see the Kobo as expected. In the bash terminal I see:
```
$ ./deploy_ereader.sh
KOReader eReader Plugin Deployment Script
================================================
Warning: Device not found at /Volumes/KOBOeReader
Please ensure your Kobo device is connected and mounted
The device should appear as 'KOBOeReader' in Finder

mzely@Mark_Laptop MINGW64 /c/Devel/ereader (master)
$
```

wmic shows this:

```
mzely@Mark_Laptop MINGW64 /c/Devel/ereader (master)
$ wmic diskdrive list brief
Caption DeviceID Model
Partitions Size
SAMSUNG MZNLN256HAJQ-000L7 \\.\PHYSICALDRIVE0 SAMSUNG MZNLN256HAJQ-000L7 4 256052966400
Linux File-Stor Gadget USB Device \\.\PHYSICALDRIVE1 Linux File-Stor Gadget USB Device 1 7238246400
```


In powershell:
```
PS C:\Users\mzely> Get-Volume

DriveLetter FriendlyName FileSystemType DriveType HealthStatus OperationalStatus SizeRemaining Size
----------- ------------ -------------- --------- ------------ ----------------- ------------- ----
D KOBOeReader FAT32 Removable Healthy OK 4.92 GB 6.73 GB
NTFS Fixed Healthy OK 84.19 MB 1.13 GB
C NTFS Fixed Healthy OK 105.85 GB 236.08 GB
NTFS Fixed Healthy OK 79 MB 1023 MB
```

Last edited by mzel; 07-15-2025 at 10:02 PM.
mzel is offline   Reply With Quote