![]() |
2011-02-10
, 07:51
|
Posts: 255 |
Thanked: 61 times |
Joined on Feb 2010
|
#452
|
Yup.. pretty sure i got the idea that .ext2 was a disk image. Similar to an iso.
And that .bz2 are like a .zip or .rar file.
What I dont know how to do is extract files from the bz2 and create a ext2 image out of them. Only amount of linux i have used is the tiniest amount of ubuntu and the n900. heh.
did a quick search on how i might be able to do this and I was sent to this site: http://www.fs-driver.org/
dd if=/dev/zero of=/path/to/file/file2G.img bs=1M count=2048
mkfs.ext2 file2G.img
mount /path/file2G.img /media/image cd /media/image
tar xjvf nameoffile.bz2
The Following User Says Thank You to ear0wax For This Useful Post: | ||
![]() |
2011-02-10
, 14:19
|
Posts: 175 |
Thanked: 70 times |
Joined on Dec 2009
|
#453
|
![]() |
2011-02-10
, 18:01
|
Posts: 255 |
Thanked: 61 times |
Joined on Feb 2010
|
#454
|
Cool thanks for all the info! Even after all that I am sure it wont be as easy to just replace the other ubuntu image, but at least I learned something!
Will certainly give it a try.
Thanks!
![]() |
2011-02-10
, 21:05
|
Posts: 185 |
Thanked: 62 times |
Joined on Sep 2010
@ Veitshöchheim, Germany
|
#455
|
![]() |
2011-02-10
, 21:41
|
Posts: 255 |
Thanked: 61 times |
Joined on Feb 2010
|
#456
|
can anyone give a current state? i do not want to read 46 pages to know where this project is currently at.
![]() |
2011-02-10
, 22:38
|
Posts: 185 |
Thanked: 62 times |
Joined on Sep 2010
@ Veitshöchheim, Germany
|
#457
|
Sure, lets just make a review post every page for people too lazy to skim a forum.
![]() |
2011-02-11
, 13:42
|
|
Posts: 194 |
Thanked: 266 times |
Joined on May 2010
|
#458
|
![]() |
2011-02-11
, 13:47
|
|
Posts: 194 |
Thanked: 266 times |
Joined on May 2010
|
#459
|
Good work, i will install It this weekend. Btw what about https://wiki.ubuntu.com/ARM/LucidReleaseNotes ? It supports TI OMAP3 Beagle board. Is our (N900) TI OMAP3, a Beagle board ?????
![]() |
2011-02-11
, 14:16
|
Posts: 1,751 |
Thanked: 844 times |
Joined on Feb 2010
@ Sweden
|
#460
|
Just found that its not, it was a silly question after all. http://en.wikipedia.org/wiki/Beagle_Board
![]() |
Tags |
bada rox |
Thread Tools | |
|
And that .bz2 are like a .zip or .rar file.
What I dont know how to do is extract files from the bz2 and create a ext2 image out of them. Only amount of linux i have used is the tiniest amount of ubuntu and the n900. heh.
did a quick search on how i might be able to do this and I was sent to this site: http://www.fs-driver.org/