MD auf USB Stick

Hallo zusammen,

Ich habe die neueste MD Version als Livesystem am laufen, wenn ich diese installieren möchte (auf einem USB Stick) erhalte ich die Fehlermeldung das keine oder eine HDD mit weniger als 8GB vorhanden ist.

Stick ist frisch formatiert mit 16 GB

Ausgabe uname -a

Linux mobydick 2.6.18.8 #13 SMP PREEMPT Tue May 11 18:00:27 CEST 2010 i686 GNU/Linux

Ausgabe fdisk -l

Device Boot Start End Blocks Id System
/dev/sda1 1 16143 16530431+ 83 Linux

Ausgabe mount:

root@mobydick:/TARGET/etc/admin# mount
rootfs on / type rootfs (rw)
proc on /proc type proc (rw)
sysfs on /sys type sysfs (rw)
tmpfs on /RAMDISK type tmpfs (rw)
/dev/hda on /SYSTEM type iso9660 (ro)
/dev/cloop on /FIRMWARE type iso9660 (ro)
unionfs on /TARGET type aufs (rw,si=dfee3cc0,xino=/RAMDISK/all/.aufs.xino,br:/RAMDISK/all=rw:/FIRMWARE=ro)
unionfs on /TARGET/etc type aufs (rw,si=c236aec0,xino=/RAMDISK/etc/.aufs.xino,br:/RAMDISK/etc=rw:/CUSTOM/etc=ro:/FIRMWARE/etc=ro)
unionfs on /TARGET/var type aufs (rw,si=c236acc0,xino=/RAMDISK/var/.aufs.xino,br:/RAMDISK/var=rw:/CUSTOM/var=ro:/FIRMWARE/var=ro)
unionfs on /TARGET/dev/.static/dev type aufs (rw,si=dfee3cc0,xino=/RAMDISK/all/.aufs.xino,br:/RAMDISK/all=rw:/FIRMWARE=ro)
tmpfs on /TARGET/dev type tmpfs (rw)
tmpfs on /TARGET/dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /TARGET/dev/pts type devpts (rw,nosuid,noexec)
/dev/sda on /fs type ext2 (rw)

soweit ich in der /TARGET/sbin/mobydick.pl gesehen habe ist das anzusprechende device aber sda - von daher verstehe ich sein Problem nicht?

Kann hier jemand weiterhelfen?

Gruß,
Matthias

Hallo,

in besagtem mobydick.pl gibt es eine Variable:

my $minimum_discsize=8000; #Minimum disksize in MegaBytes

evtl. wird die Größe des USB Sticks falsch ermittelt, wir haben das nur mit Festplatten getestet. Setze das doch einfach mal runter. Nachdem Du das Skript verändert hast muss du mit einem killall mobydick.pl das Skript killen; das startet dann von alleine neu.

LG
Mathias