|
2011-07-09
, 05:03
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#2342
|
mount
|
2011-07-10
, 01:22
|
Posts: 1,335 |
Thanked: 3,931 times |
Joined on Jul 2010
@ Brittany, France
|
#2343
|
Nokia-N900:~# ls /home/user/MyDocs/Easydebianimageinstall/ debian-m5-lc-v1a-lamp.img.ext2 Nokia-N900:~# qmount /home/user/MyDocs/Easydebianimageinstall/debian-m5-lc-v1a- lamp.img.ext2 /.debian Mounting... using image file: /home/user/MyDocs/Easydebianimageinstall/debian-m5-lc-v1a-lamp.img.ext2 fs type is ext2 Using ext2 file system mounting /home/user/MyDocs/Easydebianimageinstall/debian-m5-lc-v1a-lamp.img.ext2 on loop .../home/user/MyDocs/Easydebianimageinstall/debian-m5-lc-v1a-lamp.img.ext2 mounted on loop0 Nokia-N900:~# mount /dev/mmcblk1p2 /mnt/n900sd Nokia-N900:~# mount rootfs on / type rootfs (rw) ubi0:rootfs on / type ubifs (rw,bulk_read,no_chk_data_crc) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) tmpfs on /tmp type tmpfs (rw,noatime,size=1024k) tmpfs on /var/run type tmpfs (rw,nosuid,noatime,size=256k,mode=755) none on /dev type tmpfs (rw,noatime,size=10240k,mode=755) devpts on /dev/pts type devpts (rw,gid=5,mode=620) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noatime,size=65536k) /dev/mmcblk0p2 on /home type ext3 (rw,noatime,errors=continue,commit=1,data=writeback) /home/opt on /opt type none (bind) cgroup on /dev/cgroup/cpu type cgroup (cpu,memory) nodev on /sys/kernel/debug type debugfs (0) /opt/pymaemo/usr/lib/python2.5 on /usr/lib/python2.5 type bind (bind) /opt/pymaemo/usr/share/pyshared on /usr/share/pyshared type bind (bind) /opt/pymaemo/usr/lib/pyshared on /usr/lib/pyshared type bind (bind) /opt/pymaemo/usr/share/python-support on /usr/share/python-support type bind (bind) /opt/pymaemo/usr/lib/python-support on /usr/lib/python-support type bind (bind) /dev/mmcblk0p1 on /home/user/MyDocs type vfat (rw,noauto,nodev,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=000,rodir) /dev/mmcblk1p1 on /media/mmc1 type vfat (rw,noauto,nodev,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=000,rodir) /dev/loop1 on /.debian type ext2 (loop,noatime,nobh,nodiratime) /dev/mmcblk1p2 on /mnt/n900sd type ext3 (0) Nokia-N900:~# ls /.debian bin home media root sys boot install1 mnt sbin tmp dev lib opt selinux usr etc lost+found proc srv var Nokia-N900:~# ls /mnt/n900sd Nokia-N900:~#
|
2011-07-10
, 01:34
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#2344
|
|
2011-07-10
, 10:02
|
Posts: 182 |
Thanked: 69 times |
Joined on Nov 2009
@ Netherlands
|
#2345
|
|
2011-07-10
, 16:16
|
Posts: 1,335 |
Thanked: 3,931 times |
Joined on Jul 2010
@ Brittany, France
|
#2346
|
What config files did you change for migrating ED to ext4?
It hasn't worked so far for me; when I start OO, ez-chroot tells me 'mmcblk1p2 failed to mount on /.debian'
I have successfully mounted it manually (mount -t ext4 /dev/mmcblk1p2 /.debian), but I still get the message.
I believe I have set up the partition with the ED filesystem correctly (it was quite a hassle, and I did get an error, but I don't think that is the issue here).
I looked at qmount, it does not seem to support ext4, maybe that is the problem. But that is a bit beyond me to change.
Edit: after upgrading to the latest EasyDebian in extras-devel, and rebooting, it seems to work. I have done my benchmark again, and indeed, it does help;
Fresh boot, stock speed: 1:10min
2nd try 50 secs
3rd 40 secs
4th, O/C@1000MHz: Just under 30 seconds (!)
|
2011-07-10
, 19:10
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#2347
|
The Following User Says Thank You to Estel For This Useful Post: | ||
|
2011-07-15
, 11:22
|
Posts: 1,335 |
Thanked: 3,931 times |
Joined on Jul 2010
@ Brittany, France
|
#2348
|
|
2011-07-15
, 18:34
|
Posts: 182 |
Thanked: 69 times |
Joined on Nov 2009
@ Netherlands
|
#2349
|
mkfs.ext4 /dev/mmcblk*p*
mkdir /mnt/ed-img mkdir /mnt/n900sd mount -o loop /path/to/debian-image.ext2 /mnt/ed-img mount -t ext4 /dev/mmcblk*p* /mnt/n900sd cd /mnt/ed-img #this command while take a good long time.. (15 minutes?) tar cf - . | tar xfp - -C /mnt/n900sd #un-mount the filesystems. cd ~ umount /mnt/ed-img umount /mnt/n900sd
IMGFILE=/dev/mmcblk*p*
IMGFS=ext4
|
2011-07-15
, 21:17
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#2350
|
Tags |
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze |
|
Why doesn't it work with the tar command?
P.S.
When I mount the ext2 image into /.debian using "qmount", the terminal states that the filesystem is ext2. But my dedicated partition will be ext3. Could it be that that prevents the copy from the /.debian directory (mounting point of the ext2 file) to the /mnt/n900sd (mounting point of the ext3 dedicated partition)?
Last edited by Kabouik; 2011-07-09 at 03:24.