Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mv can't rename folder after unzip #41

Closed
fdu123 opened this issue Apr 7, 2016 · 2 comments
Closed

mv can't rename folder after unzip #41

fdu123 opened this issue Apr 7, 2016 · 2 comments

Comments

@fdu123
Copy link

fdu123 commented Apr 7, 2016

Inside a Linux folder created on /.
for example I tried:
root@localhost:/# mkdir /mx6
root@localhost:/# cd /mx6
root@localhost:/mx6# cp /mnt/c/buildroot_master.zip .
root@localhost:/mx6# unzip buildroot_master.zip
....
root@localhost:/mx6# mv buildroot-master buildroot2
mv: cannot move ‘buildroot-master’ to ‘buildroot2’: Permission denied

also if I try to execute a make of my buildroot
I failed with patch system that cannot rename some file.
Regards

@patryk9200
Copy link

@fdu123 Are you trying to build linux image for freescale i.mx6 family processor? ;P
I tried build linux Yocto for i.MX UltraLite today #16, but failed :-(

First, did you run bash from windows as administrator? If not, you have privilages to access only files in your windows user directory. Run cmd.exe as administrator and then run bash.

Read more about this here:
https://insights.ubuntu.com/2016/03/30/ubuntu-on-windows-the-ubuntu-userspace-for-windows-developers/

@russalex
Copy link
Contributor

Looks like a dup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants