Quantcast
Channel: how do you clone a hard drive
Browsing all 6 articles
Browse latest View live

how do you clone a hard drive

Yes, exactly. Some of  the FileStream constructors do take a IntPtr/SafeFileHandle as parameter. Using one of these construcrors sould enable you to accomplish your task.

View Article



how do you clone a hard drive

thank you for the help on this. The info you gave me was great. when you say normal .net api are you refering to system.io.filestream read()?

View Article

how do you clone a hard drive

I don't think you can clone a HD wit hthe IClonable, and I even wounder if you can do what you want to do in .NET

View Article

how do you clone a hard drive

IClonable.Clone is not what you are looking for - this just creates a copy of a .NET managed object.To clone a disk/partition you'd use some low level APIs.First you open a handle to the reguestet...

View Article

how do you clone a hard drive

im sure someone will help but I would like to post my 2 cents here and hope it helps you understand a bit better. Please, any corrections here are most welcome! :-) firstly you cannot clone your...

View Article


how do you clone a hard drive

I'm tring to write a program to clone and or image a hard drive and put it into virtual pc.I figured it would be a console app. and i need the system::IO namespace but I've never used the iCloneable...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images