john pfeiffer
  • Home
  • Categories
  • Tags
  • Archives

Recover buffalo raid drive mdadm gpt xfs

buffalo link station raid 1

fdisk -l

WARNING: GPT (GUID Partition Table) detected on '/dev/sdc'! The util fdisk doesn't support GPT. Use GNU Parted.

Device Boot Start End Blocks Id System /dev/sdc1 1 976773167 488386583+ ee GPT

GPT = xfs based file system

mount /dev/sdc1 /mnt/data ERROR: mount: unknown filesystem type 'linux_raid_member'

sudo apt-get update sudo apt-get install mdadm

mdadm --assemble --scan

mdadm: /dev/md0 has been started with 1 drive (out of 2). mdadm: /dev/md/1 has been started with 1 drive (out of 2). mdadm: /dev/md/10 has been started with 1 drive (out of 2). mdadm: /dev/md/2 has been started with 1 drive (out of 2).

Of the 4, this one looks about right...

Disk /dev/md2: 484.8 GB, 484830812160 bytes 2 heads, 4 sectors/track, 118366897 cylinders, total 946935180 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: 0x00000000

mount /dev/m2 /mnt/data

ls /mnt/data


  • « maven eclipse servlet package war
  • Burn cd dvd blu ray from commandline cdrecord or k3b »

Published

Sep 8, 2012

Category

linux

~157 words

Tags

  • buffalo 1
  • drive 7
  • gpt 1
  • linux 249
  • mdadm 1
  • raid 4
  • recover 1
  • xfs 1