OESF Portables Forum
Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: VirtusRex on May 09, 2006, 04:38:31 pm
-
Hello,
I was wondering if someone could help me, I keep getting the following error from the Package Manager Log when I try to install a package onto my SD card.
Installing aircrack...mv: unable to stat
'/mnt/card/usr/lib/ipkg/status/status.new': Input/output error
The funny thing is that I can install fine on internal memory.
Anybody know what the problem is???
Thanks,
Virtusrex
-
Hello,
I was wondering if someone could help me, I keep getting the following error from the Package Manager Log when I try to install a package onto my SD card.
Installing aircrack...mv: unable to stat
'/mnt/card/usr/lib/ipkg/status/status.new': Input/output error
The funny thing is that I can install fine on internal memory.
Anybody know what the problem is???
Thanks,
Virtusrex
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126307\"][{POST_SNAPBACK}][/a][/div]
Is your card formatted ext2 (3) ?
Chero.
-
Yes, it's ext2 formatted. I have a lot of my programs stored on imy SD card like Firefox, Wellenreiter, etc, and they work fine.
-
Yes, it's ext2 formatted. I have a lot of my programs stored on imy SD card like Firefox, Wellenreiter, etc, and they work fine.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126313\"][{POST_SNAPBACK}][/a][/div]
is it full?
-
Yes, it's ext2 formatted. I have a lot of my programs stored on imy SD card like Firefox, Wellenreiter, etc, and they work fine.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126313\"][{POST_SNAPBACK}][/a][/div]
try it:
$ umount /mnt/card
$ e2fsck -f -p /dev/mmcda1
-
Yes, it's ext2 formatted. I have a lot of my programs stored on imy SD card like Firefox, Wellenreiter, etc, and they work fine.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126313\"][{POST_SNAPBACK}][/a][/div]
try it:
$ umount /mnt/card
$ e2fsck -f -p /dev/mmcda1
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126339\"][{POST_SNAPBACK}][/a][/div]
ok, i tried what you said and got the follow in return:
/dev/mmcd/disc0/disc: Inode 80257 has imagic flag set.
/dev/mmcd/disc0/disc: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e without -a or -p options)
Any ideas on what my next course of action should be?
-
Yes, it's ext2 formatted. I have a lot of my programs stored on imy SD card like Firefox, Wellenreiter, etc, and they work fine.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126313\"][{POST_SNAPBACK}][/a][/div]
try it:
$ umount /mnt/card
$ e2fsck -f -p /dev/mmcda1
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126339\"][{POST_SNAPBACK}][/a][/div]
ok, i tried what you said and got the follow in return:
/dev/mmcd/disc0/disc: Inode 80257 has imagic flag set.
/dev/mmcd/disc0/disc: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e without -a or -p options)
Any ideas on what my next course of action should be?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126345\"][{POST_SNAPBACK}][/a][/div]
The -p option is to automatically repair; just run it without ('e2fsck -f /dev/mmcda1'), as it obviously wants to ask you a question on how you'd like it fixed...
-
Yes, it's ext2 formatted. I have a lot of my programs stored on imy SD card like Firefox, Wellenreiter, etc, and they work fine.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126313\"][{POST_SNAPBACK}][/a][/div]
try it:
$ umount /mnt/card
$ e2fsck -f -p /dev/mmcda1
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126339\"][{POST_SNAPBACK}][/a][/div]
ok, i tried what you said and got the follow in return:
/dev/mmcd/disc0/disc: Inode 80257 has imagic flag set.
/dev/mmcd/disc0/disc: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e without -a or -p options)
Any ideas on what my next course of action should be?
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126345\"][{POST_SNAPBACK}][/a][/div]
The -p option is to automatically repair; just run it without ('e2fsck -f /dev/mmcda1'), as it obviously wants to ask you a question on how you'd like it fixed...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126350\"][{POST_SNAPBACK}][/a][/div]
I ran 'e2fsck -p /dev/mmcd/disc0/disc' and it returned information about how it had checked and passed blocks on my mmcd.
Now when I use Package Manager and tried to install on my SD Card, which has 400megs free, I get the following:
Installing aircrac.../usr/bin/ipkg: line 525: /mnt/card/usr/lib/ipkg/status: Is a directory
I tried using Ipkg at the command like and it install aircrack onto my SD card without any problems. I guess for the time being I'll have to resort to ipkg at the command for all my installs of packages.
-
I ran 'e2fsck -p /dev/mmcd/disc0/disc' and it returned information about how it had checked and passed blocks on my mmcd.
Now when I use Package Manager and tried to install on my SD Card, which has 400megs free, I get the following:
Installing aircrac.../usr/bin/ipkg: line 525: /mnt/card/usr/lib/ipkg/status: Is a directory
I tried using Ipkg at the command like and it install aircrack onto my SD card without any problems. I guess for the time being I'll have to resort to ipkg at the command for all my installs of packages.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=126413\"][{POST_SNAPBACK}][/a][/div]
Weird...
I gave up using the graphical package manager some time ago too - the command line version is so much less hassle.