LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   using dd... (https://www.linuxquestions.org/questions/linux-software-2/using-dd-44462/)

WeNdeL 02-07-2003 10:19 AM

using dd...
 
i have a question about the dd utility...

say I have some piece of storage hardware... say I fdisk it and then make an ext3 filesystem out of it...

then I dd a large file to this piece of hardware....

does using the dd utility totally negate/overwrite the filesystem I just put in place?

Mik 02-07-2003 10:32 AM

dd writes in raw blocks so if you write directly to the storage device then it will ignore the filesystem. You can however mount the device first and then dd to a file on the filesystem.

WeNdeL 02-07-2003 11:03 AM

thanks man...


All times are GMT -5. The time now is 05:38 AM.