Ich soll

Das Teil ist in einem Corsair 700D Gehäuse verpackt und hat 5 HDD's. OS ist WIN7.
Bedingung ist, bevor ich das platt machen darf, die auf allen Platten verteilten Bilder und Videos zu sichern.
Heute hatte ich schon mal Zugang mit Linux und konnte grob feststellen, daß es sich hauptsächlich um .jpg und .mov-Dateien
handelt.
Im Moment hätte ich eine usb-Platte mit 250GB zur Verfügung, weiß aber gar nicht, ob das ausreichend ist.
Wie könnte ich die Bilder und Videos finden, ihre Gesamtgröße erfahren und auf ein externes Medium kopieren ?
Möglichst mit einem Befehl/Script, meinetwegen Platte für Platte.

Habt Ihr da etwas im Ärmel?

So sieht er aus:
- Code: Alles auswählen
Willkommen - Parted Magic (Linux 3.8.10-pmagic64)
root@partedmagic:~# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465,8G 0 disk
└─sda1 8:1 0 465,8G 0 part
sdb 8:16 0 232,9G 0 disk
└─sdb1 8:17 0 232,9G 0 part
sdc 8:32 0 232,9G 0 disk
└─sdc1 8:33 0 232,9G 0 part
sdd 8:48 0 931,5G 0 disk
└─sdd1 8:49 0 931,5G 0 part
sde 8:64 1 960M 0 disk
└─sde1 8:65 1 315M 0 part
sr0 11:0 1 1024M 0 rom
loop0 7:0 0 61,3M 1 loop
loop1 7:1 0 228,6M 1 loop
- Code: Alles auswählen
root@partedmagic:~# parted -l
Model: ATA WDC WD5000AAKS-0 (scsi)
Disk /dev/sda: 500GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 500GB 500GB primary ntfs
Model: ATA WD2502ABYS-23B7A (scsi)
Disk /dev/sdb: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 32,3kB 250GB 250GB primary ntfs boot
Model: ATA ST3250820AS (scsi)
Disk /dev/sdc: 250GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 32,3kB 250GB 250GB primary ntfs
Model: ATA DriveXpert HDD0 (scsi)
Disk /dev/sdd: 1000GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 1000GB 1000GB primary ntfs
- Code: Alles auswählen
root@partedmagic:~# fdisk -l -u -c
Disk /dev/sdb: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x1d371d36
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 488392064 244196001 7 HPFS/NTFS/exFAT
Disk /dev/sdc: 250.1 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders, total 488397168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x69ce69ce
Device Boot Start End Blocks Id System
/dev/sdc1 63 488395119 244197528+ 42 SFS
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x2fce0819
Device Boot Start End Blocks Id System
/dev/sda1 2048 976769023 488383488 7 HPFS/NTFS/exFAT
Disk /dev/sdd: 1000.2 GB, 1000215724032 bytes
255 heads, 63 sectors/track, 121602 cylinders, total 1953546336 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0aac20df
Device Boot Start End Blocks Id System
/dev/sdd1 2048 1953544191 976771072 7 HPFS/NTFS/exFAT
- Code: Alles auswählen
root@partedmagic:~# blkid -c /dev/null -o list
device fs_type label mount point UUID
--------------------------------------------------------------------------------------------------------
/dev/loop0 squashfs (in use)
/dev/loop1 squashfs (in use)
/dev/sdb1 ntfs windows 7 (not mounted) 00742B78742B6F98
/dev/sdc1 (not mounted)
/dev/sda1 ntfs New Volume (not mounted) CC54C6B354C6A016
/dev/sdd1 ntfs New Volume (not mounted) D0603CFA603CE8BC