Cannot mount FreeNAS mirror

Status
Not open for further replies.

akarupt

Cadet
Joined
Feb 9, 2018
Messages
5
Hello,
I already search all over the place and I don't find anything. #sleeplessMode

Have a FreeNAS 8 with 2 disks on raid(Mirror) of 1Tb each and only 1Gb Ram. I didn't notice that it only have 1Gb ram and update to FreeNAS 10 because I need install OpenVPN. When the system boot up it was very slow and I thing that something goes wrong and do a fresh install on the USB stick of FreeNAS 9. After I realize it have only 1Gb I upgrade to 8Gb and install a fresh installation of FreeNAS 11.

Now I cant import the RAID to FreeNAS. If I do ls on server I found a mirror/Nasmirror but on import and zfs status don't appear.

Solutions?
 
Last edited by a moderator:

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
Please read our forum rules again, apparently you just scrolled through them and didn't read them. The comments I'm giving you here are to help you as we can't help you without the proper information.

1) The title "Help" is meaningless. You will be ignored for a title like this. Change the title, I can do this for you if you have a new title you would like to use.
2) You provided minor detailed on system specs, you need to provide everything, all the hardware and firmware details, if you have an LSI card, is it flashed to IT mode and what firmware is it running.
3) What are your drives format? UFS or ZFS?

I hope you can provide the details we need to help you out and please read the forum rules, they are short and to the point.

I'm sure we can find a solution, we just need some good details to provide you the proper answers.
 

akarupt

Cadet
Joined
Feb 9, 2018
Messages
5
1) Sorry, I didn't notice the title.
2) Normal computer, 2 SATA 1TB Disks and 1 Sandisk USB Pen for OS.
3) How can I see that?
 
Last edited by a moderator:

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
To see what the drives are in the GUI Shell type gpart list and look under the "type:", it should say "freebsd-zfs".
 

akarupt

Cadet
Joined
Feb 9, 2018
Messages
5
To see what the drives are in the GUI Shell type gpart list and look under the "type:", it should say "freebsd-zfs".


root@freenas:~ # gpart list
Geom name: da0
modified: false
state: OK
fwheads: 255
fwsectors: 63
last: 30595031
first: 40
entries: 152
scheme: GPT
Providers:
1. Name: da0p1
Mediasize: 524288 (512K)
Sectorsize: 512
Stripesize: 0
Stripeoffset: 20480
Mode: r0w0e0
rawuuid: 6996e0cc-0c4e-11e8-993e-00270e0c14d3
rawtype: 21686148-6449-6e6f-744e-656564454649
label: (null)
length: 524288
offset: 20480
type: bios-boot
index: 1
end: 1063
start: 40
2. Name: da0p2
Mediasize: 15664107520 (15G)
Sectorsize: 512
Stripesize: 0
Stripeoffset: 544768
Mode: r1w1e1
rawuuid: 69a16be0-0c4e-11e8-993e-00270e0c14d3
rawtype: 516e7cba-6ecf-11d6-8ff8-00022d09712b
label: (null)
length: 15664107520
offset: 544768
type: freebsd-zfs
index: 2
end: 30595023
start: 1064
Consumers:
1. Name: da0
Mediasize: 15664676864 (15G)
Sectorsize: 512
Mode: r1w1e2

Disks not appear here.


Extra comand:

root@freenas:~ # gmirror status
Name Status Components
mirror/Nasmirror COMPLETE ada1 (ACTIVE)
ada0 (ACTIVE)


root@freenas:~ # camcontrol devlist
<Hitachi HDS721010CLA332 JP4OA3MA> at scbus3 target 0 lun 0 (ada0,pass0)
<ST1000DM003-1SB10C CC43> at scbus6 target 0 lun 0 (ada1,pass1)
<SanDisk Cruzer Blade 1.00> at scbus10 target 0 lun 0 (pass2,da0)
 

wblock

Documentation Engineer
Joined
Nov 14, 2014
Messages
1,506
2) Normal computer, 2 Sata 1TB Disks and 1 Sandisk USB Pen for OS.
We were really hoping for something more specific, like manufacturer and model, motherboard, CPU, that type of thing.

mirror/Nasmirror is a gmirror. Support for UFS storage was dropped way, way back.

There are two options:
1. Create a new volume with new disks, then import the data onto that volume. This cannot be done in-place, it would require at least one, but preferably two new disks.
2. Reinstall FreeNAS 8. It will work better now with an adequate amount of memory.
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
Your drives are UFS. Roll back to FreeNAS 9.3 and see if you can import the drives. If you can then you can backup your data and then destroy the pool and recreate it as a zfs mirror, then you can put your data back on it and upgrade to FreeNAS 11 if you like.
 

akarupt

Cadet
Joined
Feb 9, 2018
Messages
5
We were really hoping for something more specific, like manufacturer and model, motherboard, CPU, that type of thing.

mirror/Nasmirror is a gmirror. Support for UFS storage was dropped way, way back.

There are two options:
1. Create a new volume with new disks, then import the data onto that volume. This cannot be done in-place, it would require at least one, but preferably two new disks.
2. Reinstall FreeNAS 8. It will work better now with an adequate amount of memory.

How can i mount that to take out data?
Freenas 8 dont suport jail for openVPN.
 

wblock

Documentation Engineer
Joined
Nov 14, 2014
Messages
1,506
FreeNAS 11 can import data from UFS. Probably from UFS mirrors, although I have not tried it. A jail is not required. But it can't change a mirror in-place, so you would have to create a new volume for the imported data.
 

rs225

Guru
Joined
Jun 28, 2014
Messages
878
It can probably be mounted in FreeNAS 11. I would create a separate mount-point, since it is unsupported.

Code:
mkdir /mnt2
mount /dev/mirror/Nasmirror /mnt2
ls -l /mnt2


If you get an error on mount, it might need to be fsck'd.
 
Status
Not open for further replies.
Top