Click here to Skip to main content
15,887,135 members
Home / Discussions / C#
   

C#

 
Questionpartition clone with c# Pin
muteb17-May-10 17:13
muteb17-May-10 17:13 
AnswerRe: partition clone with c# Pin
Not Active17-May-10 18:07
mentorNot Active17-May-10 18:07 
AnswerRe: partition clone with c# Pin
PIEBALDconsult17-May-10 18:13
mvePIEBALDconsult17-May-10 18:13 
GeneralRe: partition clone with c# Pin
muteb17-May-10 19:10
muteb17-May-10 19:10 
GeneralRe: partition clone with c# Pin
Calla17-May-10 19:44
Calla17-May-10 19:44 
GeneralRe: partition clone with c# Pin
PIEBALDconsult18-May-10 4:49
mvePIEBALDconsult18-May-10 4:49 
AnswerRe: partition clone with c# Pin
Md. Marufuzzaman17-May-10 19:51
professionalMd. Marufuzzaman17-May-10 19:51 
AnswerRe: partition clone with c# Pin
Stanciu Vlad17-May-10 20:36
Stanciu Vlad17-May-10 20:36 
Clonning a partition is not an easy task, and by far an easy one to do with managed code.

If you want to do a full clone then your aim is to understand partition descriptors, file and folder descriptors and all the stuff that goes behind a file system when it acceses a partition. Why it is necessary to understand them, simple you can't just rely on the file system of an os and there are lots of existing partition types.

If you want just to copy all the files from a partition to another you must keep in mind that critical files opened by the operating system and/or applications are not readeable (nor writable) unless they are closed (or opened under special conditions).

ps: partition != hard drive Smile | :)
I have no smart signature yet...

AnswerRe: partition clone with c# Pin
Dave Kreskowiak18-May-10 5:13
mveDave Kreskowiak18-May-10 5:13 
Questionupdating treenode text dynamically Pin
xilefxilef17-May-10 16:15
xilefxilef17-May-10 16:15 
AnswerRe: updating treenode text dynamically Pin
PIEBALDconsult17-May-10 16:29
mvePIEBALDconsult17-May-10 16:29 
GeneralRe: updating treenode text dynamically Pin
xilefxilef17-May-10 16:42
xilefxilef17-May-10 16:42 
GeneralRe: updating treenode text dynamically Pin
PIEBALDconsult17-May-10 17:41
mvePIEBALDconsult17-May-10 17:41 
GeneralRe: updating treenode text dynamically Pin
xilefxilef17-May-10 17:52
xilefxilef17-May-10 17:52 
GeneralRe: updating treenode text dynamically Pin
PIEBALDconsult17-May-10 18:20
mvePIEBALDconsult17-May-10 18:20 
GeneralRe: updating treenode text dynamically Pin
xilefxilef17-May-10 18:30
xilefxilef17-May-10 18:30 
GeneralRe: updating treenode text dynamically Pin
PIEBALDconsult18-May-10 4:52
mvePIEBALDconsult18-May-10 4:52 
QuestionC# Sudoku Help Pin
shivamkalra17-May-10 14:07
shivamkalra17-May-10 14:07 
AnswerRe: C# Sudoku Help Pin
Luc Pattyn17-May-10 14:13
sitebuilderLuc Pattyn17-May-10 14:13 
QuestionWPF toolkit DataGrid and DataSet Pin
USAFHokie8017-May-10 12:57
USAFHokie8017-May-10 12:57 
AnswerRe: WPF toolkit DataGrid and DataSet Pin
Richard Andrew x6417-May-10 14:09
professionalRichard Andrew x6417-May-10 14:09 
Questionwat's wrong ? Pin
igalep13217-May-10 10:07
igalep13217-May-10 10:07 
AnswerRe: wat's wrong ? Pin
Not Active17-May-10 11:07
mentorNot Active17-May-10 11:07 
QuestionMessage Removed Pin
17-May-10 10:02
professionalN_tro_P17-May-10 10:02 
AnswerRe: Nullable Type or On the fly calculations Pin
Dr.Walt Fair, PE17-May-10 10:34
professionalDr.Walt Fair, PE17-May-10 10:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.