Tips Linux Explorers | ![]() |
All Things Linux Forum | ![]() |
Great Linux Links | ![]() |
LinuxClues.com | ![]() |
Hometown | ![]() |
CODE |
$ df -h | grep /win |
CODE |
$ df -h |
CODE |
$ cp -p /mnt/win_c /home/bruno/backup/ |
CODE |
$ cp -p /home/backup/win_c /mnt/ |
QUOTE (Peachy @ Forum 2003) |
Another alternative is to use tar to create a compressed image of your Windows partition: $ tar -cvzf win_backup.tar.gz /mnt/win_c This command will do it because the -z parameter will automatically use gzip to do the compression. |
Tips Linux Explorers | ![]() |
All Things Linux Forum | ![]() |
Great Linux Links | ![]() |
LinuxClues.com | ![]() |
Hometown | ![]() |