<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <font size="+1">Hallo liebe Pythongemeinde,<br>
      <br>
      ich habe das Problem, das ich zur Zeit keine Möglichkeit finde, um
      auf <br>
      Wechseldatenträger unter Windows (USB-Verbundgerät) mit Python
      (3.5)  drauf zuzugreifen.<br>
      <br>
      Ich habe z.b. ein Smartphone an USB angeschlossen, als Laufwerk
      ist es nicht zu erkennen.<br>
      <br>
      die Lib psutil liefert mir nur die disk_partitions:<br>
      z.B.<br>
      [sdiskpart(device='C:\\', mountpoint='C:\\', fstype='NTFS',
      opts='rw,fixed'), sdiskpart(device='D:\\', mountpoint='D:\\',
      fstype='NTFS', opts='rw,fixed'), sdiskpart(device='E:\\',
      mountpoint='E:\\', fstype='NTFS', opts='rw,fixed'),
      sdiskpart(device='F:\\', mountpoint='F:\\', fstype='CDFS',
      opts='ro,cdrom'), sdiskpart(device='G:\\', mountpoint='G:\\',
      fstype='NTFS', opts='rw,fixed'), sdiskpart(device='H:\\',
      mountpoint='H:\\', fstype='NTFS', opts='rw,fixed'),
      sdiskpart(device='I:\\', mountpoint='I:\\', fstype='CDFS',
      opts='ro,cdrom'), sdiskpart(device='K:\\', mountpoint='K:\\',
      fstype='', opts='removable')]<br>
      <br>
      Geht das evtl. mit pyusb ?  - da komme ich aber leider nicht
      weiter - bekomme nur eine Liste der Devices.<br>
      <br>
      Kann mir jemand helfen ?<br>
      <br>
      Vielen Dank !<br>
      Joachim <br>
      <br>
    </font>
  </body>
</html>