11/12/2014

Ubuntu - Zyxel NSA 325 v2 - copy per USB-Bridge - mount linux_raid_member



    sudo apt-get install mdadm 

RAID0:

2 disks get connected (in Windows Explorer ass well): 

first partition got 511MB, 350MB swap, 145MB sysdisk.img

 

to see which partitionen (linux_raid_member) are needed:

sudo blkid -o list

to mount the raid:

sudo mdadm --assemble /dev/mdX /dev/sdXX /dev/sdXX  

now it's time to copy all your data.

to unmount linux_raid_member:

sudo mdadm --stop /dev/mdX 

 
After NAS-reassembling copied files to music are shown but new created directories beside the 5 already existing (admin, music, photo, public, video)  don't show up.

JBOD 2 disks 

First partition got 511MB, 350MB swap, 145MB sysdisk.img,
gets mounted (in Windows Explorer as well):

the other partition gets mounted as "md127". 



Keine Kommentare:

Kommentar veröffentlichen