Author Topic: linkstation file system??  (Read 7254 times)

tony76

  • Calf
  • *
  • Posts: 2
linkstation file system??
« on: June 25, 2009, 05:03:13 AM »
   

My linkstation doesnt find drives so i try take those drives out and put my workstation but knoppix didnt find filesystem. Is there some kind of program how i can access those drives if drive is slave on my workstation.


dgkelp

  • Tatanka
  • **
  • Posts: 65
Re: linkstation file system??
« Reply #1 on: June 25, 2009, 02:07:45 PM »
   The file system is XFS.  The best option if you have already taken the drives out would be to look into a program called UFS explorer. 

Colin137

  • Big Bull
  • *****
  • Posts: 1125
Re: linkstation file system??
« Reply #2 on: June 25, 2009, 05:05:53 PM »

It really depends on the unit, and what RAID mode you were using. Please post the model number and RAID mode. UFS Explorer is a nice software for RAID recovery, but as far as I know, it only supports Windows.

 

If you have a LS Pro Duo in RAID 1, the filesystem flag is not XFS because it's part of a raid. Since RAID 1 is mirrored disks, each drive will have a full XFS filesystem.

 

  • When mounting a single disk from a raid array (RAID1) in aLinux machine, you must specify the filesystem type as XFS. If youdon't, it won't mount:
root@linuxmachine:~# mount /dev/sdb4 /mnt/data
mount: unknown filesystem type 'linux_raid_member'
  • Specify XFS as the filesystem type with the -t switch:
root@linuxmachine:~# mount -t xfs /dev/sdb4 /mnt/data
root@linuxmachine:~# ls /mnt/data
drwxrwxrwx    2 root     root           22 Feb 13 18:43 FTPTest1
drwxrwxrwx    2 root     root            6 Jan 15 02:39 FTPTest2
drwxrwxrwx   12 root     root         4096 Mar 18 14:36 Share
drwxrwxrwx    2 root     root            6 Mar 13 11:52 restricttest

 

Message Edited by Colin137 on 06-25-2009 05:06 PM

tony76

  • Calf
  • *
  • Posts: 2
Re: linkstation file system??
« Reply #3 on: June 26, 2009, 01:41:05 AM »
   Thanks for post. Disk are in raid 1 and station is link station pro duo. I am maybe the worst linux user so i try with those instructions. That station doesnt regonize disk so can i put those drives in same model different case so i dont lose data?? In normal mobo its easy.