• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

rdev

calutateo

Member
Hallo,

kennt jemand das Bootdisk-HOWTO oder das Kommando rdev...?

Ich bin im HOWTO http://en.tldp.org/HOWTO/Bootdisk-HOWTO/x703.html#TRANSFERRINGWITHOUTLILO auf folgenden Absatz gestossen:

Finally, set the root device to be the diskette itself, then set the root to be loaded read/write:
rdev /dev/fd0 /dev/fd0
rdev -R /dev/fd0 0

Warum steht beim vorletzten Kommando zweimal /dev/fd0???
Tippfehler?

Gruss, Carsten
 

admine

Ultimate Guru
calutateo schrieb:
Finally, set the root device to be the diskette itself, then set the root to be loaded read/write:
rdev /dev/fd0 /dev/fd0
rdev -R /dev/fd0 0

Warum steht beim vorletzten Kommando zweimal /dev/fd0???
Tippfehler?

Gruss, Carsten

Moin,

mit
rdev /dev/fd0 /dev/fd0

weist du an, dass das Rootsystem auf der Diskette zu suchen ist.
http://ldp.rtin.bz/linuxfocus/Deutsch/May1998/article37.html
 

snaewe

Hacker
Aus der man-Page:
Code:
 rdev [ -o offset ] [ image [ root_device [ offset ] ] ]
Also:
Das 1. für das Image (wohin schreiben)
Das 2. for das root_device (was nach 1. schreiben)


HTH

Stefan
 
Oben