Decided to restart my Freenas 8.0.2 RC1 this morning, since my queue in sabnzbd become stuck.
After the restart I can't see my Media volume. The volume is a striped single disk zfs
I notice this message from dmesg
ada1 is my Media disk, it is a 2Tb disk.
I tried
But it doesn't seem to do anything...
Help please?
Much appreciated in advance
	
		
			
		
		
	
			
			After the restart I can't see my Media volume. The volume is a striped single disk zfs
I notice this message from dmesg
Code:
GEOM: da0s1: geometry does not match label (16h,63s != 255h,63s).
GEOM: ada1: the primary GPT table is corrupt or invalid.
GEOM: ada1: using the secondary instead -- recovery strongly advised.
Trying to mount root from ufs:/dev/ufs/FreeNASs1a
ZFS NOTICE: Prefetch is disabled by default if less than 4GB of RAM is present;
            to enable, add "vfs.zfs.prefetch_disable=0" to /boot/loader.conf.
ZFS filesystem version 4
ZFS storage pool version 15
(da0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 10 7 df 0 0 58 0 
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: MEDIUM ERROR asc:11,0 (Unrecovered read error)
(da0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 10 7 df 0 0 58 0 
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: MEDIUM ERROR asc:11,0 (Unrecovered read error)
(da0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 10 7 df 0 0 58 0 
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: MEDIUM ERROR asc:11,0 (Unrecovered read error)
(da0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 10 7 df 0 0 58 0 
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: MEDIUM ERROR asc:11,0 (Unrecovered read error)
(da0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 10 7 df 0 0 58 0 
(da0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(da0:umass-sim0:0:0:0): SCSI status: Check Condition
(da0:umass-sim0:0:0:0): SCSI sense: MEDIUM ERROR asc:11,0 (Unrecovered read error)
g_vfs_done():ufs/FreeNASs1a[READ(offset=537849856, length=4096)]error = 5
g_vfs_done():ufs/FreeNASs1a[READ(offset=537862144, length=45056)]error = 5
ZFS WARNING: Unable to attach to ada1.
ZFS WARNING: Unable to attach to ada1.
ZFS WARNING: Unable to attach to ada1.
ZFS WARNING: Unable to attach to ada1.
ZFS WARNING: Unable to attach to ada1.
ZFS WARNING: Unable to attach to ada1.
ZFS WARNING: Unable to attach to ada1.
ada1 is my Media disk, it is a 2Tb disk.
I tried
Code:
gpart recover /dev/ada1
But it doesn't seem to do anything...
Help please?
Much appreciated in advance