# \[Solved\]Permission denied while installing legato on Raspberry pi 3

**URL:** https://forum.legato.io/t/solved-permission-denied-while-installing-legato-on-raspberry-pi-3/2500
**Category:** Legato Application Framework
**Created:** [June 16, 2017, 2:27pm UTC](https://forum.legato.io/t/solved-permission-denied-while-installing-legato-on-raspberry-pi-3/2500 "2017-06-16T14:27:23Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Vamsi3012](https://avatars.discourse-cdn.com/v4/letter/v/53a042/32.png) [@Vamsi3012](https://forum.legato.io/u/Vamsi3012)
#### Post date: [June 16, 2017, 2:27pm UTC](https://forum.legato.io/t/solved-permission-denied-while-installing-legato-on-raspberry-pi-3/2500/1 "2017-06-16T14:27:23Z")

</div>

Hi,

I am new to Legato and are trying to install the legato framework on raspberry pi 3 platform. As per the Raspbian info page on legato, I installed the the raspbian lite jessie on the pi and also rebuilt the kernel with the configurations mentioned in the page.

After which I proceeded to install the legato framework by executing the following command:  
**mkdir /mnt/flash**

But this is the error I get:  
**mkdir: cannot create directory /mnt/flash : Permission denied**

Can anybody please tell what leads to this problem.

Also just to give you a view of my understanding of this subject, I am at a level what I call as _ **NoobLevel** _

Thanks in advance.

---

<div class="post-metadata">

### Author: ![Vamsi3012](https://avatars.discourse-cdn.com/v4/letter/v/53a042/32.png) [@Vamsi3012](https://forum.legato.io/u/Vamsi3012)
#### Post date: [June 16, 2017, 5:14pm UTC](https://forum.legato.io/t/solved-permission-denied-while-installing-legato-on-raspberry-pi-3/2500/2 "2017-06-16T17:14:58Z")

</div>

Needs root permissions. Thus has to be executed using **sudo mkdir**
