Thank You. I did the following and it worked.

First Found the drive using

$ sudo fdisk -l

Then Selected the desired drive and create a directory in the /mnt path

$ sudo mkdir hda

Now Mount the sda5(can be different for you)

$ sudo mount -t auto -v /dev/sda5 /mnt/hda

after the work is done can unmount using

sudo unmount /dev/sda5 (not checked this part yet)

Thanks
Kashyap Gada
smartsys india
gada(.)kashyap(@)gmail(.)com

$sudo mount -t


On Fri, May 30, 2014 at 4:40 PM, Burton, Ross <ross.bur...@intel.com> wrote:

> On 30 May 2014 05:06, Kashyap Gada <gada.kash...@gmail.com> wrote:
> >> bash:
> >> /media/kashyap/3E0800DC08009555/yocto/poky/scripts/oe-setup-builddir:
> >> Permission denied
>
> You appear to be running Yocto on external media and your system has
> likely mounted it with the "noexec" flags to prevent malicious
> programs.  You'll want to remount it with the "exec" flag, using mount
> -o exec,remount /media/kashyap/3E0800DC08009555 should do the trick.
>
> Ross
>
-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to