Results 1 to 10 of 10
So I have searched the boards and was able to find the post below but had concerns using the mdadm not knowing what I am actually doing. I am looking ...
- 09-16-2011 #1Just Joined!
- Join Date
- Sep 2011
- Posts
- 5
[Solved] Unable to mount Buffalo LinkStation array
So I have searched the boards and was able to find the post below but had concerns using the mdadm not knowing what I am actually doing. I am looking to copy my data off of a drive that was mirrored in a Buffalo Linkstation and I am getting the unable to mount location error.
linuxforums.org/forum/newbie/172603-unable-mount-array.html
Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 1 125 1004031 83 Linux
/dev/sda2 126 748 5004247+ 83 Linux
/dev/sda4 749 60801 482375722+ 5 Extended
/dev/sda5 749 873 1004031 82 Linux swap / Solaris
/dev/sda6 874 60690 480480021 83 Linux
Disk /dev/sdb: 4127 MB, 4127195136 bytes
16 heads, 32 sectors/track, 15744 cylinders
Units = cylinders of 512 * 512 = 262144 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 1 15744 4030448 b W95 FAT32
Thanks for your help.
- 09-17-2011 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,971
I don't know about the LinkStation, but I mount my two TeraStations using the CIFS network file system to a mount point on my Linux box using the command:
Code:mount -t cifs //tstation-network-address/directory local-mount-point -o user=tstation-userid,password=tstation-passwd,uid=local-name,gid=local-group
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 09-17-2011 #3Just Joined!
- Join Date
- Sep 2011
- Posts
- 5
Sorry my topic was misleading. I had the mirror setup on the linkstation but one of the drives died. I pulled the working drive out of the linkstation and I now have that working drive plugged into my Ubuntu system and need to recover the data. Ubuntu recognizes that there was array setup on this drive so I am not sure how to access the data on the single drive because of the unable to mount error.
You can also disregard the W95 FAT32 device as that is my thumb drive I was attempting to copy the data to.
Thank you.
- 09-17-2011 #4In any case, Ubuntu should display its details in output of fdisk. Are you sure Ubuntu has detected it correctly? Isn't /dev/sda internal Hard disk having Ubuntu?I pulled the working drive out of the linkstation and I now have that working drive plugged into my Ubuntu system and need to recover the data. Ubuntu recognizes that there was array setup on this drive so I am not sure how to access the data on the single drive because of the unable to mount error.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-17-2011 #5Just Joined!
- Join Date
- Sep 2011
- Posts
- 5
The details of the fdisk in the original post are from one of the drives I pulled out of the linkstation. I am currently booting Ubuntu from a CD Rom.
- 09-18-2011 #6
In that case, there shouldn't be any problem in mounting partition.
Try to mount /dev/sda6 in Terminal :
In case it doesn't work, specify filesystem too.Code:mkdir part6 sudo mount /dev/sda6 part6
Post exact error message here, if any.Code:sudo -t ext3 /dev/sda6 part6 cd part6 ls
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-18-2011 #7Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,971
I think that the Buffalo devices use xfs as their native file system which may not be configured into the Ubuntu CD-ROM boot/kernel image.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 09-19-2011 #8Just Joined!
- Join Date
- Sep 2011
- Posts
- 5
ubuntu@ubuntu:~$ mkdir part6
ubuntu@ubuntu:~$ sudo mount /dev/sda6 part6
mount: unknown filesystem type 'linux_raid_member'
I did not specify the filesystem as Rubberman stated they do use xfs.
Are you able to point me in the right direction in obtaining a version that does include xfs?
- 09-20-2011 #9I would suggest you to try ext3 once.I did not specify the filesystem as Rubberman stated they do use xfs.
Have you tried Graphical Interface of mount command? I am sure about its path in Ubuntu LiveCD. Check it in System - Disk and Network File systems - Add Mount - Filesystem -- and select RAID device.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-21-2011 #10Just Joined!
- Join Date
- Sep 2011
- Posts
- 5
Thank you all for your help this has been great! I tried Knoppix and Parted Magic and just could not get it recognized properly.
I found a spare linkstation and have it limping along on 1 drive.(its shuts down every 5 minutes)
I have 60GB to copy so it is taking me a couple of hours to get it.
Thanks again.


