Re: Bootsector nach Partitionierung herstellen

Thomas Moritz <[email protected]> Wed, 6 Apr 2011 18:12:10 +0200
Newsgroups gmane.linux.suse.programming
Organization -
Message-ID <[email protected]>
Am Mittwoch, 6. April 2011 14:52:46 schrieb Thomas Moritz:

Sorry, war zu schnell.. 2x Returen vergessen und auf Type 'c' 
umgestellt

fdisk /dev/$mydev <<EOF >/dev/null 2>&1
d
2
n
p
2


t
2
c
w
EOF

MfG Th. Moritz