Unable to mount UFS volumes after crash

Status
Not open for further replies.

mrjibbles

Cadet
Joined
Apr 24, 2013
Messages
2
Hello,
My FreeNAS 8.3.0 crashed last night and I have had to re-install onto a new USB drive.
I have 3 x HDD (2 x 1TB single UFS and 1 x 250GB NTFS).
I have been able to auto import the NTFS volume successfully, but the 2 x 1TB are not being seen.
the following is the output from the gpart show:

=> 34 1953525101 ada1 GPT (931G)
34 262144 1 ms-reserved (128M)
262178 2014 - free - (1M)
264192 1953259520 2 linux-data (931G)
1953523712 1423 - free - (711k)

=> 34 1953525101 ada2 GPT (931G)
34 262144 1 ms-reserved (128M)
262178 2014 - free - (1M)
264192 1953259520 2 linux-data (931G)
1953523712 1423 - free - (711k)

A gpart list shows both diss are state OK.

Does anyone know the reason why I cannot see these on the import option and how I can manually get these imported/mounted please?

Thanks in advance.

Mr Jibbles
 

mrjibbles

Cadet
Joined
Apr 24, 2013
Messages
2
You probably need to run fsck on those disks http://www.freebsd.org/cgi/man.cgi?query=fsck&sektion=8

Do a glabel status and run fsck on the linux partition.

For example: fsck /dev/ada1p2

Thanks for the prompt reply.
There is the output from the glabel status:
[root@freenas] ~# glabel status
Name Status Components
gptid/0340b2d0-39ae-11e2-8dd5-68b59972cff3 N/A ada2p1
ntfs/Storage2 N/A ada2p2
gptid/e542bc95-fa8e-4c01-a9fc-31527e8ca098 N/A ada2p2
ufs/FreeNASs3 N/A da0s3
ufs/FreeNASs4 N/A da0s4
ufs/FreeNASs1a N/A da0s1a
gptid/8852d09a-7d43-11e2-ae85-68b59972cff3 N/A ada0p2
gpt/Microsoft reserved partition N/A ada1p1
gptid/0340b2ca-39ae-11e2-8dd5-68b59972cff3 N/A ada1p1
ntfs/Storage1 N/A ada1p2
gpt/Basic data partition N/A ada1p2
gptid/a2ad462e-c2c1-476f-884d-33c84ae5a654 N/A ada1p2

Running a fsck command came back with:

[root@freenas] ~# fsck /dev/ada1p2
fsck: Could not determine filesystem type
[root@freenas] ~# fsck /dev/ada2p2
fsck: Could not determine filesystem type

I have also tried the following:

fsck -t ufs /dev/ada1p2
** /dev/ada1p2
Cannot find file system superblock
ioctl (GCINFO): Inappropriate ioctl for device
fsck_ufs: /dev/ada1p2: can't read disk label

Cheers
Mr Jibbles
 
Status
Not open for further replies.
Top