View Single Post
Addison's Avatar
Posts: 3,811 | Thanked: 1,151 times | Joined on Oct 2007 @ East Lansing, MI
#155
The rootfs is on mmc2 and the ext2, second partition is on mmc1 (that's the screenshot of the mounted drive I think).

It's only on mmc2 for stability since my removable memory card enjoys taking big, meaty dumps on me for some reason.

So what I'm doing is cp that rootfs from mmc2 to the 2nd partition on mmc1 first.

Code:
[1|user@Nokia-N800-43-7|~]sudo qmount /dev/mmcblk1p2 /floppy
Mounting...
using device: /dev/mmcblk1p2
blkid: error while loading shared libraries: libuuid.so.1: cannot open shared object file: No such file or directory
Don't know : Using ext2 file system
Using ext2 file system
mounting device: /dev/mmcblk1p2
I've always had this same message no matter how many different angles I've tried.

I thought that was a normal error for some reason.

BTW, on my mmc1, fat32 is around 1.14 GB (?), the 2nd and only other partition for that card is ext2 at 2.51 GB.


Edit:
Sorry, here's a copy of ls /floppy -l

Code:
[1|user@Nokia-N800-43-7|~]ls /floppy -l
ls: /floppy/tmp: Input/output error
ls: /floppy/sys: Input/output error
ls: /floppy/srv: Input/output error
ls: /floppy/opt: Input/output error
ls: /floppy/media: Input/output error
ls: /floppy/selinux: Input/output error
ls: /floppy/build: Input/output error
drwx------    2 root     root         4096 Apr 24 22:59 bin
drwxr-xr-x    2 root     root         4096 Aug  5  2008 boot
-rw-r--r--    1 root     root    424287901 Apr 24 22:10 debian-m5-v3b-rootfs.tar.bz2
drwx------    4 root     root         4096 Apr 24 22:59 dev
drwx------  101 root     root         4096 Apr 24 22:59 etc
drwx------    3 root     root         4096 Apr 24 22:59 home
drwx------   11 root     root         4096 Apr 24 23:00 lib
drwx------    2 root     root        16384 Sep  8  2008 lost+found
drwxr-xr-x    2 root     root         4096 Aug  5  2008 mnt
drwxr-xr-x    2 root     root         4096 Aug  5  2008 proc
drwxr-xr-x   11 root     root         4096 Feb 17 00:33 root
drwxr-xr-x    2 root     root         4096 Feb 13 16:29 sbin
drwx------   10 root     root         4096 Apr 24 22:59 usr
drwxr-xr-x   13 root     root         4096 Apr 24 22:18 var
[1|user@Nokia-N800-43-7|~]

Last edited by Addison; 2010-04-25 at 07:01.