Sibeesh Passion

Top Menu

  • Home
  • Search
  • About
  • Privacy Policy

Main Menu

  • Articles
    • Azure
    • .NET
    • IoT
    • JavaScript
    • Career Advice
    • Interview
    • Angular
    • Node JS
    • JQuery
    • Knockout JS
    • Jasmine Framework
    • SQL
    • MongoDB
    • MySQL
    • WordPress
  • Contributions
    • Medium
    • GitHub
    • Stack Overflow
    • Unsplash
    • ASP.NET Forum
    • C# Corner
    • Code Project
    • DZone
    • MSDN
  • Social Media
    • LinkedIn
    • Facebook
    • Instagram
    • Twitter
  • YouTube
    • Sibeesh Venu
    • Sibeesh Passion
  • Awards
  • Home
  • Search
  • About
  • Privacy Policy

logo

Sibeesh Passion

  • Articles
    • Azure
    • .NET
    • IoT
    • JavaScript
    • Career Advice
    • Interview
    • Angular
    • Node JS
    • JQuery
    • Knockout JS
    • Jasmine Framework
    • SQL
    • MongoDB
    • MySQL
    • WordPress
  • Contributions
    • Medium
    • GitHub
    • Stack Overflow
    • Unsplash
    • ASP.NET Forum
    • C# Corner
    • Code Project
    • DZone
    • MSDN
  • Social Media
    • LinkedIn
    • Facebook
    • Instagram
    • Twitter
  • YouTube
    • Sibeesh Venu
    • Sibeesh Passion
  • Awards
  • Linux Azure Function Isolated Dot Net 9 YAML Template Deployment

  • Build, Deploy, Configure CI &CD Your Static Website in 5 mins

  • Post Messages to Microsoft Teams Using Python

  • Get Azure Blob Storage Blob Metadata Using PowerShell

  • Deploy .net 6 App to Azure from Azure DevOps using Pipelines

LinuxRaspberry PI
Home›Linux›Accessing Raspbian OS Files in Windows 10

Accessing Raspbian OS Files in Windows 10

By SibeeshVenu
November 27, 2018
2628
0
Share:
Raspbian OS Files in Virtual Box

[toc]

Introduction

For the last few days I was just playing around with my Raspberry PI, it was fun. In this article, we are going to discuss some different scenario. Let’s say I have flashed Raspbian OS to my SD card now I want to access the files. As you know that Raspbian is written on top of Linux Kernal and everything uses Linux Kernal called Linux Distribution, this is just for your information. Now, coming back to the point, I am using the Operating System Windows 1o in my machine, and I will not be able to open the Linux based files in Windows 10 as it cannot identify those file types. Hm, it is expected, and nothing wrong it. But we have a workaround to do that. Here in this article, I will explain the steps you should be followed. Let’s skip the introduction and start doing some amazing things. Let’s just start then.

Background

You can see my article related to Raspberry Pi here. As I said earlier, here we are going to find out how we can access the Raspbian files in our Windows 10 machine. But before you do that, please be sure to go through the prerequisites below.

Prerequisites

  1. Virtual Box
  2. A Linux Distribution iso file
  3. SD card with Raspbian OS

Virtual Box

As the name implies, it is a virtual box where you can install any guest operating system you use. In my case, I wanted to install a Linux Distribution operating system to access my Raspbian OS files. Virtual Box is an open source hosted hypervisor which is currently being developed by the Oracle Corporation. You can download the Virtual Box from here.

A Linux Distribution iso File

You are free to use any distribution you wish, but I wish to go with Ubuntu for now, as I found it is interesting. You can find all the widely used distributions here. Now let’s just download the Ubuntu desktop.

Raspbian Files in Windows 10? Interesting?

Setup Your Virtual Box

Once you download the Virtual Box, you can go ahead and install the same.

Installing VirtualBox

Installing VirtualBox

Now you can create the Virtual Machine. You can always do that later as well, but I want to do that now as I don’t want to go through this process later.

Select Virtual Hard Disk Now

Select Virtual Hard Disk Now

Under the option Storage on the physical hard disk, you should select the dynamically allocated. You can see the hints below.

Dynamically Allocated Hard Disk

Dynamically Allocated Hard Disk

Under the settings of your Virtual Box, you can see an option Shared folder, now it is time to select a folder which can be shared between your Guest OS and Primary OS. Now let’s just get an error, click on the start button on your Virtual Box.

Raw-mode is unavailable courtesy of Hyper-V

Raw-mode is unavailable courtesy of Hyper-V

I see that you are getting an error as “raw-mode is unavailable courtesy of hyper-v. (verr_supdrv_no_raw_mode_hyper_v_root)”, but the fix to this error is very easy. First, let’s try to understand why it is showing this error, I had installed Docker in my machine, as you know that to work with Docker, we need to enable Hyper-V, so I had enabled the same. Now I need to choose between Docker and Virtual Box,  a tough choice. Sorry, Docker, I need to go with Virtual Box now, but I will be back to you soon.

Go to your control panel and turn off Hypervision and Hyper-V from your windows.

Disable Hyper-V

Disable Hyper-V

Disable Windows Hypervision

Disable Windows Hypervision

Install Ubuntu in the Virtual Box

Now let’s just click on Start, you will be asked to select the base iso image of your Linux Distribution. I am going to select the Ubuntu iso file which I have downloaded already. If you have chosen the 32-bit operating system and then if you try to use the 64 bit Ubuntu in it, you will get an error as “this kernel requires an x86-64 CPU but only detected an i686 CPU”, so just make sure that you are using the correct one.

Linux Welcome Message

Linux Welcome Message

You have an option to try out the Ubuntu with the iso file you have used before you install it. That is really wonderful, just go around and play with it before you make your decision. The Keyboard and Mouse will be auto-captured.

Installing Virtual Extension Pack

To support the USB 2.0 and 3.0 versions you need to install the Virtual Extension Pack, I installed the 5.2.22 Oracle VM VirtualBox Extension Pack, and you can download it from the Virtual Box download page. Once you download the file, you can directly go ahead and install it, the same will be added to your Virtual Box extensions.

Virtual Extension Pack

Virtual Extension Pack

You can also go to the File -> Preference -> Extension menu to do the same.

VirtualBox Preferences Extension

VirtualBox Preferences Extension

Adding SD Card to USB Device Filters

Now it is time to add our SD card to the device filters in our Virtual Box, please go to Settings – > USB -> Click on the Add SD card Attached option.

Add the SD Card Attached

Add the SD Card Attached

Now you will be able to your SD card in the Filters.

SD Card in Device Filters

SD Card in Device Filters

Go to your Ubuntu and See the Raspbian Files

Once you have added your SD card, you should restart your Ubuntu, and login back. Once you are done, you can go to Files and see new options as mentioned in the preceding image.

Raspbian OS Files in Virtual Box

Raspbian OS Files in Virtual Box

Conclusion

In this article, we have learned how to access your Raspbian files in your windows 10 machine. I really enjoyed playing with the Virtual Box, and now it is time to play with my new Guest OS. Wow, I have two OS in my two hands now. In the next article, we will try to install the Raspbian OS from our Guest OS to our SD card and then add my custom application to it. The basic idea is to do the SD card provisioning with Raspbian OS, which is a very large topic. You can expect a few more articles in this series.

Your turn. What do you think?

Thanks a lot for reading. Did I miss anything that you may think which is needed in this article? Could you find this post as useful? Kindly do not forget to share me your feedback. What are you waiting for? create your model and train.

Kindest Regards
Sibeesh Venu

 

TagsLinuxLinux DistributionLinux KernalRaspberry PIRaspbianWindows 10 and Raspbian Files
Previous Article

Custom Vision AI – Building Your Own ...

Next Article

Raspberry PI SD Card Provisioning with Windows ...

0
Shares
  • 0
  • +
  • 0
  • 0
  • 0

SibeeshVenu

I am Sibeesh Venu, an engineer by profession and writer by passion. Microsoft MVP, Author, Speaker, Content Creator, Youtuber, Programmer.

Related articles More from author

  • Login raspberry pi
    IoTRaspberry PI

    Setting Up Your First Raspberry PI

    November 15, 2018
    By SibeeshVenu
  • Windows 10 IoT Core After Installation
    IoTRaspberry PI

    Raspberry PI SD Card Provisioning with Windows 10 IoT Core – Create FFU Image and Flash

    November 22, 2018
    By SibeeshVenu
  • newappxpkg output
    IoTRaspberry PI

    Raspberry PI SD Card Provisioning with Windows 10 IoT Core – Adding Packages to the Existing FFU Image

    December 9, 2018
    By SibeeshVenu
  • Raspberry Pi 4, What is There for You, Worth Buying
    IoT

    Raspberry Pi 4, What is There for You, Worth Buying?

    August 11, 2019
    By SibeeshVenu
  • Raspberry Configuration
    IoTRaspberry PI

    Setting Up Your Raspberry PI with Microsoft Windows 10 IoT Core

    November 19, 2018
    By SibeeshVenu
0

My book

Asp Net Core and Azure with Raspberry Pi Sibeesh Venu

YouTube

MICROSOFT MVP (2016-2022)

profile for Sibeesh Venu - Microsoft MVP

Recent Posts

  • Linux Azure Function Isolated Dot Net 9 YAML Template Deployment
  • Build, Deploy, Configure CI &CD Your Static Website in 5 mins
  • Easily move data from one COSMOS DB to another
  • .NET 8 New and Efficient Way to Check IP is in Given IP Range
  • Async Client IP safelist for Dot NET
  • Post Messages to Microsoft Teams Using Python
  • Get Azure Blob Storage Blob Metadata Using PowerShell
  • Deploy .net 6 App to Azure from Azure DevOps using Pipelines
  • Integrate Azure App Insights in 1 Minute to .Net6 Application
  • Azure DevOps Service Connection with Multiple Azure Resource Group

Tags

Achievements (35) Angular (14) Angular 5 (7) Angular JS (15) article (10) Article Of The Day (13) Asp.Net (14) Azure (65) Azure DevOps (10) Azure Function (10) Azure IoT (7) C# (17) c-sharp corner (13) Career Advice (11) chart (11) CSharp (7) CSS (7) CSS3 (6) HighChart (10) How To (9) HTML5 (10) HTML5 Chart (11) Interview (6) IoT (11) Javascript (10) JQuery (82) jquery functions (9) JQWidgets (15) JQX Grid (17) Json (7) Microsoft (8) MVC (20) MVP (9) MXChip (7) News (18) Office 365 (7) Products (10) SQL (20) SQL Server (15) Visual Studio (10) Visual Studio 2017 (7) VS2017 (7) Web API (12) Windows 10 (7) Wordpress (9)
  • .NET
  • Achievements
  • ADO.NET
  • Android
  • Angular
  • Arduino
  • Article Of The Day
  • ASP.NET
  • Asp.Net Core
  • Automobile
  • Awards
  • Azure
  • Azure CDN
  • azure devops
  • Blockchain
  • Blog
  • Browser
  • C-Sharp Corner
  • C#
  • Career Advice
  • Code Snippets
  • CodeProject
  • Cognitive Services
  • Cosmos DB
  • CSS
  • CSS3
  • Data Factory
  • Database
  • Docker
  • Drawings
  • Drill Down Chart
  • English
  • Excel Programming
  • Exporting
  • Facebook
  • Fun
  • Gadgets
  • GitHub
  • GoPro
  • High Map
  • HighChart
  • How to
  • HTML
  • HTML5
  • Ignite UI
  • IIS
  • Interview
  • IoT
  • JavaScript
  • JQuery
  • jQuery UI
  • JQWidgets
  • JQX Grid
  • Json
  • Knockout JS
  • Linux
  • Machine Learning
  • Malayalam
  • Malayalam Poems
  • MDX Query
  • Microsoft
  • Microsoft ADOMD
  • Microsoft MVP
  • Microsoft Office
  • Microsoft Technologies
  • Microsoft Windows
  • Microsoft Windows Server
  • Mobile
  • MongoDB
  • Monthly Winners
  • MVC
  • MVC Grid
  • MySQL
  • News
  • Node JS
  • npm
  • Number Conversions
  • October 2015
  • Office 365
  • Office Development
  • One Plus
  • Outlook
  • Page
  • PHP
  • Poems
  • PowerShell
  • Products
  • Q&A
  • Raspberry PI
  • React
  • SEO
  • SharePoint
  • Skype
  • Social Media
  • Software
  • Spire.Doc
  • Spire.PDF
  • Spire.XLS
  • SQL
  • SQL Server
  • SSAS
  • SSMS
  • Storage In HTML5
  • Stories
  • Third Party Software Apps
  • Tips
  • Tools
  • Translator Text
  • Uncategorized
  • Unit Testing
  • UWP
  • VB.Net
  • Videos
  • Virtual Machine
  • Visual Studio
  • Visual Studio 2017
  • Wamp Server
  • Web API
  • Web Platform Installer
  • Webinars
  • WebMatrix
  • Windows 10
  • Windows 7
  • Windows 8.1
  • Wordpress
  • Writing

ABOUT ME

I am Sibeesh Venu, an engineer by profession and writer by passion. Microsoft MVP, Author, Speaker, Content Creator, Youtuber, Programmer. If you would like to know more about me, you can read my story here.

Contact Me

  • info@sibeeshpassion.com

Pages

  • About
  • Search
  • Privacy Policy
  • About
  • Search
  • Privacy Policy
© Copyright Sibeesh Passion 2014-2025. All Rights Reserved.
Go to mobile version