PDA

View Full Version : AAF Maxiboot Installer v1.5 - not showing HDD partitions



ManikM
31-08-2011, 11:57 AM
I have a strange problem with the above tool, when i connect to my ICE with Maxiboot, its showing SDA1 (the HDD) but not showing my partitions. (configured to run E2 from HDD)

Also, if i plug a usb stick in, and then reboot, and connect via Maxiboot installer, it then sees SDB1 - BUT.... if i right click either of the disks, i can partition them ok, but it then doesn't show them up (even after a reboot) - in the right hand pane.



any ideas?!

ManikM
31-08-2011, 12:35 PM
I think it might be to do with EXT2 partitions, i dont think the software sees them. I will try EXT3 when i get home, and update.

Cheers!

ManikM
01-09-2011, 01:15 AM
it wasnt that...

i have errors in my
C:\Program Files\Maxiboot Installer\logs\mi.log file

look here, can anyone suss the problem?

thanks

Connect with Maxiboot Installer V1.5
ls /dev/tmp
[0;0malarm.tmp[0m [0;0mlocking.tdb[0m [0;0mntprinters.tdb[0m [0;0msecrets.tdb[0m
[0;0mbrlock.tdb[0m [0;0mlog.jdc1004[0m [0;0mosdaddr.tmp[0m [0;0mshare_info.tdb[0m
[0;0mconfig.tmp[0m [0;0mlog.smbd[0m [0;0mpfdata.tmp[0m [0;0msmbd.pid[0m
[0;0mconnections.tdb[0m [0;0mmessages.tdb[0m [0;35mplugincmdin.fifo[0m [0;0msmbpasswd[0m
[0;0mcursvc.tmp[0m [0;0mmsgqupdate.tmp[0m [0;35mplugincmdout.fifo[0m [0;0mstate.tmp[0m
[0;35mdeamonfifo[0m [0;0mnetname.tmp[0m [0;0mpmt1_1.tmp[0m [0;0msvcname.tmp[0m
[0;0men_x.tmp[0m [0;0mntdrivers.tdb[0m [0;0mprinting.tdb[0m
[0;0mfavgroup.tmp[0m [0;0mntforms.tdb[0m [0;0mresolv.conf[0m
~ #

~ #
rm -rf /var/helper
mkdir /var/helper
~ # mkdir /var/helper
~ #
Original image = True
export LD_LIBRARY_PATH=/var/helper:/usr/lib:/lib:$LD_LIBRARY_PATH
~ #
cd /var/helper
/var/helper #
cd /var/helper
/var/helper #
ls -l | grep helper.tar.gz
-rw-r--r-- 1 root root 735909 Jul 1 00:16 helper.tar.gz
/var/helper #
tar xzf helper.tar.gz
tar: write error: No space left on device
/var/helper #
rm helper.tar.gz
/var/helper #
/var/helper/sfdisk -s
/dev/sda: 312571224
total: 312571224 blocks
/var/helper #
cat /proc/mounts | grep /dev/sda
/dev/sda1 /STORAGE/HDD jfs rw 0 0
/var/helper #
/var/helper/busybox fdisk -l /dev/sda
Bus error
/var/helper #
/var/helper/blkid
-sh: /var/helper/blkid: not found
/var/helper #
cat /.maxiboot
cat: can't open '/.maxiboot': No such file or directory
/var/helper #
cat /.maxiboot
cat: can't open '/.maxiboot': No such file or directory
/var/helper #
cat /etc/imageinfo
cat: can't open '/etc/imageinfo': No such file or directory
/var/helper #

the problem is also described in a polish forum
_http://tinyurl.com/3lanv3o

by the user NOWY.

ManikM
01-09-2011, 10:47 AM
i think clue is in the question "tar: write error: No space left on device" is the culprit....

i will remove all my plugins first, if that doesnt work, i will reflash my firmware and do a factory reset to see if that creates enough space.

ManikM
01-09-2011, 10:28 PM
YES! it worked, i cleared some crap out of /var and it now works...

cool