The Following User Says Thank You to eight For This Useful Post: | ||
|
2012-01-28
, 01:04
|
Posts: 958 |
Thanked: 483 times |
Joined on May 2010
|
#2552
|
|
2012-01-28
, 05:29
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#2553
|
|
2012-01-28
, 06:10
|
Posts: 64 |
Thanked: 24 times |
Joined on Aug 2007
@ Germany ...
|
#2554
|
Mount failure! /media/mmc1/ed-squeeze-final.ext3 failed to mount on loop0 mount: mounting /dev/loop0 on /.debian failed: Invalid argument
|
2012-01-28
, 14:23
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#2555
|
The Following User Says Thank You to Estel For This Useful Post: | ||
|
2012-01-28
, 16:01
|
Posts: 182 |
Thanked: 69 times |
Joined on Nov 2009
@ Netherlands
|
#2556
|
# Sample config for chroot # Device or image containing Debian filesystem. # Default: first in /home/user/MyDocs/debian*.img*, /media/mmc1/debian*.img* # Some examples: IMGFILE=/home/user/MyDocs/ed-squeeze-final.ext3 #IMGFILE=/media/mmc1/debian-squeeze-m5.img.ext2 #IMGFILE=/dev/mmcblk1p2 #IMGFILE=/dev/mmcblk0p4 # Filesystem used; must always be set when using a partition. # Default: from extension of IMGFILE, or ext2. IMGFS=ext3 # Mount point for Debian. # Default: /debian CHROOT=/.debian # New /tmp dir size for printing / PDF creation # Default: 6M #TMPSIZE=6M # Debian user to drop privileges # Default: user #DEBUSER=user
|
2012-01-28
, 16:15
|
|
Posts: 106 |
Thanked: 81 times |
Joined on Dec 2011
@ /
|
#2557
|
Nokia-N900:/home/user# mount -o loop -t ext3 /home/user/MyDocs/1Files/OS\+img/ed-squeeze-final.ext3 /mnt/ed-img/ mount: mounting /dev/loop0 on /mnt/ed-img/ failed: Invalid argument
Nokia-N900:/home/user/MyDocs/1Files# lzma -d maemo-sdk-v1_2.img.ext2.lzma ...
Nokia-N900:/home/user/MyDocs/1Files# lzma -d maemo-sdk-v1_2.img.ext2.lzma lzma: Cannot open output file maemo-sdk-v1_2.img.ext2 Nokia-N900:/home/user# mount ... /dev/mmcblk0p1 on /home/user/MyDocs type vfat (rw,noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir) Nokia-N900:/home/user# dmesg ... [31237.416351] FAT: Filesystem error (dev mmcblk0p1) [31237.416381] fat_free_clusters: deleting FAT entry beyond EOF [31237.416412] File system has been set read-only
Nokia-N900:/home/user/MyDocs/1Files# cd ../.. Nokia-N900:/home/user# umount /dev/mmcblk0p1 Nokia-N900:/home/user# fsck -r /dev/mmcblk0p1 fsck 1.41.3.maemo0 (12-Oct-2008) dosfsck 2.11, 12 Mar 2005, FAT32, LFN FATs differ but appear to be intact. Use which FAT ? 1) Use first FAT 2) Use second FAT ? 1 Reclaimed 1024 unused clusters (16777216 bytes). Perform changes ? (y/n) y /dev/mmcblk0p1: 5812 files, 903148/1277519 clusters Nokia-N900:/home/user# mount -o rw,noauto,nodev,noexec,nosuid,noatime,nodiratime,utf8,uid=29999,shortname=mixed,dmask=000,fmask=0133,rodir /dev/mmcblk0p1 /home/user/MyDocs/
The Following User Says Thank You to eight For This Useful Post: | ||
|
2012-01-29
, 10:26
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#2558
|
|
2012-01-29
, 13:52
|
Posts: 182 |
Thanked: 69 times |
Joined on Nov 2009
@ Netherlands
|
#2559
|
|
2012-01-29
, 14:07
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#2560
|
Tags |
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze |
|
I fail at extracting the lzma archive directly on the n900 through lzma. I think it's not a problem related to your image, but I thought I'd post it here.
When trying to extract the archive the following error shows up: lzma: SetDecoderProperties() error.
Though it works with p7zip to extract the archive after renaming to .7z.
Last edited by eight; 2012-01-28 at 00:00.