Author Topic: Read xfs partition  (Read 1581 times)

roglopes

  • Calf
  • *
  • Posts: 8
Read xfs partition
« on: January 29, 2018, 07:52:46 AM »
My Linkstation LS441D broke, now I want to read the dada from one of the disks.
I'm using an Usb adaptor to connect the HD to my notebook, and I'm using Debian linux with the command fdisk -l to get the list of the disks, this is the result:

Code: [Select]
Device        Start        End    Sectors   Size Type
/dev/sdb1        34    2000000    1999967 976.6M Microsoft basic data
/dev/sdb2   2000896   11999231    9998336   4.8G Microsoft basic data
/dev/sdb3  11999232   12000000        769 384.5K BIOS boot
/dev/sdb4  12000001   12000001          1   512B Microsoft basic data
/dev/sdb5  12000002   14000000    1999999 976.6M Microsoft basic data
/dev/sdb6  14000128 7796875263 7782875136   3.6T Microsoft basic data

I want to read the /dev/sdb6 device, How I mount and read this device?