Partitionsgr??e ver?ndern (ohne Daten l?schen)

Jan-Benedict Glaw jbglaw at lug-owl.de
Tue Nov 28 11:50:35 CET 2000


On Mon, Nov 27, 2000 at 07:33:51PM +0100, Marco Meier wrote:
> Hi Leute,
> 
> habe einen Umzug von IDE auf SCSI HDD gemacht.
> Mit dd if=/dev/hdax of=/dev/hday.
> Da dieser Diskdump auch die Partitionsgeometrie
> kopiert habe ich nun einige Partitionen, die wesentlich
> größer sind als angezeigt. Wie kann ich ohne Datenverlust
> die Partitionsgröße maximieren?

...indem Du erst die Partitionen auf der Ziel-Platte anlegst, soe
irgendwo (als kompletten Baum unter z.B. /mnt/target) mountest, und
dann (z.B. mit tar) die Daten partitionsweise kopierst

# Kopieren von /usr/local:
cd /usr/local
tar cplf - . | ( cd /mnt/target/usr/local && tar xpvf - ; )

MfG, JBG

-- 
Fehler eingestehen, Größe zeigen: Nehmt die Rechtschreibreform zurück!!!
/* Jan-Benedict Glaw <jbglaw at lug-owl.de> -- +49-177-5601720 */
keyID=0x8399E1BB fingerprint=250D 3BCF 7127 0D8C A444 A961 1DBD 5E75 8399 E1BB
     "insmod vi.o and there we go..." (Alexander Viro on linux-kernel)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 240 bytes
Desc: not available
URL: <http://lug-owl.de/pipermail/linux/attachments/20001128/c8f6341d/attachment.sig>


More information about the Linux mailing list