• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Write to usb Drive from container
#5
This is an easy one.

Insert the USB stick. On netPI the 1st stick will be mounted in netPIs host linux as /dev/sda and /dev/sda1. The device /dev/sda1 will the device drive that gives you the access to the file contents.

Now if you now start your container you have to start the container with privileged mode. This is the first point. Second is to add the device /dev/sda1:/dev/sda1 into the container when you start it.

If you now jump into the container and make a ls /dev you will now see the device /sda1. But it is not mounted yet. You can additional use the fdisk -l command to list you USB device.

Make sure you are root in the container. Then you can do the following:

* create a folder such as with mkdir /tmp/mydrive
* use the command mount /dev/sda1 /tmp/mydrive
* jump into the folder with cd /tmp/mydrive

and you are right in the USB stick.










You never fail until you stop trying.“, Albert Einstein (1879 - 1955)

  Reply


Messages In This Thread
Answer - by SebastianSoller - March-14th-2018, 12:56 PM
Answer - by Armin@netPI - March-15th-2018, 07:22 PM
Answer - by Armin@netPI - March-23rd-2018, 03:40 PM
Answer - by SebastianSoller - March-27th-2018, 09:22 AM
Answer - by Armin@netPI - March-27th-2018, 11:41 AM
Answer - by SebastianSoller - March-27th-2018, 06:36 PM
Answer - by Armin@netPI - March-27th-2018, 07:43 PM
Answer - by Armin@netPI - March-27th-2018, 07:46 PM
Answer - by SebastianSoller - April-17th-2018, 08:40 AM
Answer - by Armin@netPI - April-17th-2018, 09:30 AM
Answer - by SebastianSoller - April-25th-2018, 10:39 AM
Answer - by Armin@netPI - April-25th-2018, 06:37 PM
Answer - by SebastianSoller - April-25th-2018, 08:16 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  TOSILOCK for CONTAINER COswald 3 2,309 July-13th-2021, 11:32 AM
Last Post: Armin@netPI
  Access to RTC from my own container application tad 1 3,620 March-19th-2021, 02:58 PM
Last Post: Armin@netPI
  [SOLVED] Starting services/commands/scripts at startup of a container Jonas.Sellmann@outlook.de 9 6,362 March-9th-2021, 08:47 AM
Last Post: WalterSchaefer
  OpenVPN container Armin@netPI 0 1,686 January-3rd-2021, 12:13 PM
Last Post: Armin@netPI
  operating Console of a container on netPI connected to Wi-Fi tethering tad 3 2,749 December-3rd-2020, 12:32 PM
Last Post: tad
  NIOT-E-NPIX-4DI4DO with netpi-netx container WalterSchaefer 3 6,845 November-25th-2020, 01:06 PM
Last Post: zen89
  NPIX-4DI4DO and NetPi-Nodered container issues alhammi 4 8,013 November-16th-2020, 01:35 PM
Last Post: alhammi
  Get host MAC via REST API inside container bschandra 4 3,780 November-16th-2020, 09:26 AM
Last Post: bschandra
  Exporting and importing container images Armin@netPI 3 3,236 May-20th-2020, 11:24 AM
Last Post: COswald
Exclamation Creating a container Linnerz 6 4,650 March-6th-2020, 02:47 PM
Last Post: Armin@netPI

Forum Jump:


Users browsing this thread: 1 Guest(s)