I'd like to make a cd which would be a copy of my OS and its softwares as it is possible to do with Ghost Windows. Is it possible to do it with shell commands?
Printable View
I'd like to make a cd which would be a copy of my OS and its softwares as it is possible to do with Ghost Windows. Is it possible to do it with shell commands?
The command you're looking for is dd. That will make an exact image of your drive. Alternatively, you can tar the whole drive (-virtual file systems) or just create one big ISO (if you're burning to DVD). 8)