> Michael,

> selbst in der Türkei sind PC-Verschieber froh, wenn sie den restlichen
> Floppy-Kram aus dem Lager kriegen.

Klar, es ist wie bei uns:
die Einen wollen es nicht lernen und werden abgezockt (glauben bloß, es
durch illegales Verwenden von XP "denen heimzahlen" zu können), die
Anderen sehen zu mit dem klarzukommen, was es gibt. Es gibt eine Reihe von
türkischen Linux-Distris und beim Thema KDE-light haben die auch eigene
Beiträge "ganze vorne" abgeliefert. Linux ist immer noch eine Domäne an
den Unis.

> guck mal bei Vatan Computer vorbei
> (http://www.vatanbilgisayar.com, sehr leicht zu merkende URL ), da gibt
> es ein  1.44 MB DÝSKET SÜRÜCÜ BEJ für 6 $ + KDV. Da kann man doch nicht
> nein sagen, oder?

Da hast Du Dich als Mensch und als Businessmann selbst übertroffen! ;-)
Danke!

> Habe eben gerade mal 10 Stück bestellt, man weiß ja
> nie... ;-)

Schlusswort Disketten:
Das Laufwerk war keineswegs kaputt. Es lag an den Disketten. Eine ließ
sich gar nicht mehr formatieren mit vfat - Fehler im Anfangssektor.
Dann erst mit mkfs.minix formatiert und danach mit mkfs.ext2 (gibt
detaillierte Ausgabe). Sodann war es möglich das Teil als grub boot floppy
zu verwenden - dass es funktionierte war dann der Beweis!
Ernst hat recht: die Qualität dieser Dinge ist so billigheimerisch und
mies dass man im Alltag nur Lebenszeit verliert.

Als das Boothilfsmittel aber, wenn sonst nichts mehr geht, finde ich eine
grub boot floppy toll:

   http://www.justlinux.com/forum/showthread.php?t=144294

Das hat hier Eindruck gemacht. Man überlege nur mal, wie lange man mit
einer XP-CD braucht, bis man soweit ist...

Gruß und Danke,

Michael Bischof

   ------------------------------------------

Ein Auszug, der hier relevant ist:

Task C: To boot Dos, Windows, BSD or Solaris using a Grub floppy
Note : This is using a Grub floppy to boot a non-Linux system.

 C1: To boot any Dos or Windows from 1st bootable disk by Grub floppy
 Note : For system in 2nd, 3rd or 4th primary partition use (hd0,1),
(hd0,2) and (hd0,3) in the root statement. Makeactive statement is only
needed if there is another system using the bootable flag in the same
drive. MS System is in the first partition of the bootable drive.

Code:

root (hd0,0)
chainloader +1
makeactive
boot


 C2: To boot any Dos or Windows from 2nd bootable disk by Grub floppy
 Note : System installed in 1st bootable drive but later moved to 2nd
drive. The two map statements let the MS system reclaim the 1st bootable
disk status.

Code:

root (hd1,0)
map (hd1) (hd0)
map (hd0) (hd1)
chainloader +1
makeactive
boot


 C3: To boot multiple installations of Dos and Windows by Grub floppy
 Note : System was originally installed in 1st bootable drive 2nd
partition and has another MS system in front. Later the disk was moved to
4th disk position.

Code:

root (hd3,1)
hide (hd3,0)
unhide (hd3,1)
map (hd3) (hd0)
map (hd0) (hd3)
chainloader +1
boot
 ----------------------------------------------------------------------------
 PUG - Penguin User Group Wiesbaden - http://www.pug.org


-- 
----------------------------------------------------------------------------
PUG - Penguin User Group Wiesbaden - http://www.pug.org

Antwort per Email an