dd use

gene bandelaria genebandelaria at bellsouth.net
Sun Dec 28 13:53:25 UTC 2008


 the best way.is you gonna have a new hard drive which is secondary hard drive and use that one for your ubuntu.that is what i have right now.so my primary is microsoft and my secondary is ubuntu.so if you have a problem to install the linux.you dont have a problem to your microsoft
  -------------- Original message from Tony Arnold <tony.arnold at manchester.ac.uk>: --------------


> Paul,
> 
> Paul Kaplan wrote:
> > I want to boot a windows computer from an Intrepid LiveCD in order to make a 
> > disk image of a Windows installation.
> > 
> > Would this be the correct dd syntax?
> > 
> > dd if /dev/sda1 of /dev/sdb1/
> 
> Not quite. To write to a file on /dev/sdb1, you will have to mount it
> first (assuming it has a file system on it). So:
> 
> mkdir /mnt/sdb1
> mount /dev/sdb1 /mnt/sdb1
> dd if /dev/sda1 of /mnt/sdb1/
> 
> should do it.
> 
> Regards,
> Tony.
> -- 
> Tony Arnold,                        Tel: +44 (0) 161 275 6093
> Head of IT Security,                Fax: +44 (0) 870 136 1004
> University of Manchester,           Mob: +44 (0) 773 330 0039
> Manchester M13 9PL.                 Email: tony.arnold at manchester.ac.uk
> 
> -- 
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.comModify settings or unsubscribe at: 
> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20081228/21307d0b/attachment.html>


More information about the ubuntu-users mailing list