Does the dd command run from Ubuntu 11.10 Live CD touch a hard drive in a way that would change environment variables?

Asked by Kent Neilson

I used the Live CD to boot and duplicate a hard disk using the dd command.
Duplication command: sudo dd if=/dev/sda of=/dev/sdb bs=512k
After duplication the original drives environment variables had changed? Can the Live CD do this?

Thank you,

Kent

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu coreutils Edit question
Assignee:
No assignee Edit question
Solved by:
Kent Neilson
Solved:
Last query:
Last reply:
Revision history for this message
Wyatt Smith (wyatt-smith) said :
#1

dd performs low-level copying of raw data. It will not change the environment variables.

I am curious as to what environment variables changed. Where these nix environment or windows environment?

Revision history for this message
Kent Neilson (kentneil) said :
#2

These were nix environment variables.