Transfer files from a USB stick to Windows 10 IoT Core local storage
NickName:Paul Andrew Ask DateTime:2016-09-06T20:37:37

Transfer files from a USB stick to Windows 10 IoT Core local storage

I have a Raspberry Pi 3 running Windows 10 IoT Core. How can I copy files from a USB stick connected to the device to the local SD card storage? Is this possible using PowerShell?

Ideally I want to do this without the need for a UWP app running on the device and any interaction via a local GUI.

Currently when the device is running its default app and I insert a USB stick nothing happens like it does on a desktop edition of Windows 10.

enter image description here

To further clarify I also don't want to navigate to the devices storage via a UNC path copying files between network locations. The files have to be sourced from the USB stick.

Thanks

Copyright Notice:Content Author:「Paul Andrew」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/39349209/transfer-files-from-a-usb-stick-to-windows-10-iot-core-local-storage

More about “Transfer files from a USB stick to Windows 10 IoT Core local storage” related questions

Transfer files from a USB stick to Windows 10 IoT Core local storage

I have a Raspberry Pi 3 running Windows 10 IoT Core. How can I copy files from a USB stick connected to the device to the local SD card storage? Is this possible using PowerShell? Ideally I want t...

Show Detail

Accessing Usb port on Windows 10 IoT Core

I am running an IoT Edge Module on Windows 10 IoT Core on a Minnowboard Turbot. This module needs to read a stream from a USB port. We're using System.Io.Ports (.net standard version that is compat...

Show Detail

Access denied error when accessing usb stick files in Windows IoT core app

I want to access files (images, text files etc.) from an USB stick on my Raspberry Pi 2 using Windows 10 IoT Core. So I've added the to the appxmanifest file. When using this code in my

Show Detail

Copy files to USB using C# Windows 10 iot core

I am trying to copy .csv files created in the local folder in Windows 10 iot core. I have tried few ways but no luck. My latest code is as follows: string aqs = UsbDevice.GetDeviceSelector(0x045E, ...

Show Detail

Windows 10 iot core usb webcam streaming to browser

Is it possible to stream video and audio from usb cam (RPi 3) to a RPi hosted web page to view on android tablet using a browser. Something like combining the Blinky server with USB Webcam samples of

Show Detail

USB Microphone not working with Windows IOT Core

I tried both the November 2015 release (build 10586) and the Feb 2016 Insider Preview release (build 14262), however my USB microphone is not working with Windows 10 IOT core. Scenario: I am crea...

Show Detail

How to maximize a minimized window in Windows 10 IoT Core

I am currently working on a project for Windows 10 IoT Core (my first). It is basicly an Universal Windows Platform Application (c#) to run on Windows IoT and give the user some basic options to c...

Show Detail

Raspberry Pi 3 - USB to Serial Communication in C# on Windows 10 IOT Core

I am trying to Connect a Weighing Balance Device which has RS232 Serial Communication Port. It Gets Detected in Windows 10 PC & I can connect to it by using USB to Serial Converter through my L...

Show Detail

R Code on Windows IoT Core 10

I want to run R Code on Windows IoT Core 10, is there any possibility for this? I have tried to upload the R installation directory from my local PC to the Windows IoT core 10 device (Raspberry Pi...

Show Detail

Using DeviceID from Windows.Devices.Enumeration to find the Drive Letter of a Removable Drive (USB) in C# Windows 10 IoT Core?

I am trying to scan a USB drive that is inserted into a Raspberry Pi running Windows 10 IoT Core for a specific file in a specific folder. I am currently able to detect when a USB drive is added or

Show Detail