coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: using dd to prepare a file to be written to memory blocks(remove pad


From: Jann Horn
Subject: Re: using dd to prepare a file to be written to memory blocks(remove padding)
Date: Thu, 9 Aug 2012 13:46:44 +0200

Uh, you basically want to restore a partition image into a bigger partition? In that case, just write the image to the partition and leave the rest as it is. In order to extend the filesystem to the whole partition, you need to alter fs metadata, so dd is the wrong tool for that - you might want to have a look at resize2fs or so.

Sorry in case I got you totally wrong.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]