Unable to mount UFS volume from FreeNAS 9.2.0

Status
Not open for further replies.

rakesh

Dabbler
Joined
Jan 26, 2014
Messages
16
I recently upgraded my NAS to a relatively old 2 year old desktop, from a netbook. I installed all of my hard drives in the new machine and I have one 500GB drive and one 3TB. I successfully mounted and shared my 500GB drive by going to Storage>Import Volume. However, when I try to do this with my 3TB drive, I get the message:
Code:
The selected disks were not verified for these import rules. Filesystem check failed.


Do I really have to clear off all of the data and mount the volume that way?
 
D

dlavigne

Guest
What filesystem is currently on that disk and what OS was the disk in before?
 

sparkyrv

Cadet
Joined
Jul 13, 2014
Messages
1
Hi I'm facing the same issue
The disk was created as ufs on freenas 7.2 version

ada4 at ata7 bus 0 scbus5 target 0 lun 0
ada4: <WDC WD15EADS> ATA-8 SATA 2.x device
ada4: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes)
ada4: 1430799MB (2930277168 512 byte sectors: 16H 63S/T 16383C)
ada4: Previously was known as ad14

I can mount it manually by doing :

>sudo mkdir /mnt/disk4
>sudo mount -d /dev/ada4p1 /mnt/disk4

mount -t ufs /dev/ada4p1 /mnt/disk4

The web gui show me the drive with the name some times (after reboot) ada4p1s1 or ada4p1 (once I mounted it), but whatever the selection is it's still failing with the error
"The selected disks were not verified for these import rules. Filesystem check failed."

I've tested to check the drive nothing comes out :
>sudo fsck_ufs /dev/ada4p1
** /dev/ada4p1
** Last Mounted on /mnt/disk4
** Phase 1 - Check Blocks and Sizes
** Phase 2 - Check Pathnames
** Phase 3 - Check Connectivity
** Phase 4 - Check Reference Counts
** Phase 5 - Check Cyl groups
1939 files, 394813238 used, 314703456 free (1624 frags, 39337729 blocks, 0.0% fragmentation)
***** FILE SYSTEM IS CLEAN *****

how can I mount it properly to be handled into the webgui ?
 

cyberjock

Inactive Account
Joined
Mar 25, 2012
Messages
19,526
You don't. FreeNAS .7 stuff is not compatible with 8.x+. You will need to backup the data and then setup the volume with FreeNAS 8+ and then move the data back to the server.

Edit: NAS4Free is the true successor to FreeNAS .7. If the above options are not palatable then you may want to see if NAS4Free will work with that volume.

Also keep in mind UFS is already gone from 9.3. So even *if* it worked you'd never be able to upgrade ever again.
 
Status
Not open for further replies.
Top