View Single Post
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#153
I hear you brother, but still, I just would like to get it right the first time.

Besides, I try to give it 100% effort on any goals I've set no matter how challenging they might be for me.

So here's the latest rundown.

Mounted partition 2 (ext2) on mmc1.
Tried to extract the rootfs from mmc2 to mounted partition using sudo.
Tried to extract the rootfs from mmc1, first partition (fat32), to mounted partition using sudo.
Tried to extract the rootfs from mmc1, second partition (ext2), to mounted partition using sudo.
Did all of these two times each, seemed to work, but every time, right there in the end, my memory card would disappear all together.

So here's the only way I've got the whole rootfs to completely unpack...

rootfs on mmc2

mounted partition 2 on mmc1

copied rootfs to mounted drive

cd to mounted drive

unpacked it as root.

So here's what I have.


Is it not working because everything is set as root?

How can I change the permissions for the entire partition?

I feel like I'm so close!