Daniel70
2025-01-10 10:25:36 UTC
Prior to installing MGA9 (which, eventually, I'd then upgrade to MGA10),
my HD looks like ....
[***@localhost daniel]# lsblk -o NAME,FSTYPE,MOUNTPOINT,LABEL,SIZE
NAME FSTYPE MOUNTPOINT LABEL SIZE
sr0 1024M
sda 465.8G
├─sda4 1K
├─sda2 ntfs /media/win_d Programs 19.5G
├─sda12 ext4 24.4G
├─sda9 ext3 / 10.1G
├─sda10 ext3 /MGA4 10.7G
├─sda7 ext3 /MGA3 7.8G
├─sda5 swap [SWAP] 3.9G
├─sda3 ntfs /media/win_e Games 22.5G
├─sda1 ntfs /media/win_c C:\ 60.1G
├─sda13 ext4 / 48.9G
├─sda11 ext4 24.4G
├─sda8 ext4 /home 223.1G
└─sda6 ext3 /MDA2009 10.4G
[***@localhost daniel]#
I want to back-up my 500GB Internal HD to a 2TB External HD. Previously
(i.e. at about the time I installed MGA6), I used a single 'dd' command
to copy the entire 500GB to the ext drive (including the 4GB SWAP
Partition) back some time ago.
Reading up yesterday (which, of course, I can't locate tonight), which
ever web sight it was gave me the impression I could use the 'dd'
command to back-up partition one at a time .... but, on that web-page,
the back-up was onto the same, internal, hard-drive.
To save me backing up the (useless) Swap drive to my external
Hard-drive, can I use 'dd' to back up, one partition at a time, to my
External Hard-Drive??
e,g, dd if sda1 of sdb/240120/Win7Sys/
then
dd if sda2 of sdb/240120/WinEXE/sdb2/240120/WinEXE/
and
dd if sda3 of sdb/240120/WinStuff/
and
dd if sda6 of sdb/240120/MDA2009
and
dd if sda10 of sdb/240120/MGA4
etc ... etc ... etc??
Or might there be a more suitable command to carry out my situation??
my HD looks like ....
[***@localhost daniel]# lsblk -o NAME,FSTYPE,MOUNTPOINT,LABEL,SIZE
NAME FSTYPE MOUNTPOINT LABEL SIZE
sr0 1024M
sda 465.8G
├─sda4 1K
├─sda2 ntfs /media/win_d Programs 19.5G
├─sda12 ext4 24.4G
├─sda9 ext3 / 10.1G
├─sda10 ext3 /MGA4 10.7G
├─sda7 ext3 /MGA3 7.8G
├─sda5 swap [SWAP] 3.9G
├─sda3 ntfs /media/win_e Games 22.5G
├─sda1 ntfs /media/win_c C:\ 60.1G
├─sda13 ext4 / 48.9G
├─sda11 ext4 24.4G
├─sda8 ext4 /home 223.1G
└─sda6 ext3 /MDA2009 10.4G
[***@localhost daniel]#
I want to back-up my 500GB Internal HD to a 2TB External HD. Previously
(i.e. at about the time I installed MGA6), I used a single 'dd' command
to copy the entire 500GB to the ext drive (including the 4GB SWAP
Partition) back some time ago.
Reading up yesterday (which, of course, I can't locate tonight), which
ever web sight it was gave me the impression I could use the 'dd'
command to back-up partition one at a time .... but, on that web-page,
the back-up was onto the same, internal, hard-drive.
To save me backing up the (useless) Swap drive to my external
Hard-drive, can I use 'dd' to back up, one partition at a time, to my
External Hard-Drive??
e,g, dd if sda1 of sdb/240120/Win7Sys/
then
dd if sda2 of sdb/240120/WinEXE/sdb2/240120/WinEXE/
and
dd if sda3 of sdb/240120/WinStuff/
and
dd if sda6 of sdb/240120/MDA2009
and
dd if sda10 of sdb/240120/MGA4
etc ... etc ... etc??
Or might there be a more suitable command to carry out my situation??
--
Daniel
Daniel