Cannot mount ZFS hard disk

Status
Not open for further replies.

vangelisb

Cadet
Joined
Jan 22, 2014
Messages
3
Hello all

I have a pc with freenas installed on a flash drive and a 500gb hard disk for file storing
all of a sudden i could get into the share and freenas gave me an error.

i tried instaling the latest version, i unmounted the drive and tried to mount it again.
Any help would be apreciated as this disk contains some files that i need
and the latest backup is a week ago.

The error that i get when i am trying to automount the disk is below and and when i try to automount again the hdd disapears from the list


Request Method: POST
Request URL: http://10.0.0.240/storage/auto-import/
Software Version: FreeNAS-9.1.1-RELEASE-x86 (a752d35)
Exception Type: KeyError
Exception Value:
'volume'
Exception Location: /usr/local/www/freenasUI/../freenasUI/storage/forms.py in done, line 667
Server time: Wed, 22 Jan 2014 06:49:36 -0800
Traceback

Environment:
Software Version: FreeNAS-9.1.1-RELEASE-x86 (a752d35)
Request Method: POST
Request URL: http://10.0.0.240/storage/auto-import/
Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
109. response = middleware_method(request, callback, callback_args, callback_kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view
165. return login_required(view_func)(request, *view_args, **view_kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py" in _wrapped_view
25. return view_func(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/views/generic/base.py" in view
68. return self.dispatch(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/formtools/wizard/views.py" in dispatch
227. response = super(WizardView, self).dispatch(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/views/generic/base.py" in dispatch
86. return handler(request, *args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/formtools/wizard/views.py" in post
290. return self.render_done(form, **kwargs)
File "/usr/local/lib/python2.7/site-packages/django/contrib/formtools/wizard/views.py" in render_done
332. done_response = self.done(final_form_list, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/storage/forms.py" in done
667. vol = cdata['volume']
Exception Type: KeyError at /storage/auto-import/
Exception Value: 'volume'
Request information

GET

No GET data
POST

VariableValue
2-__all__ u''
2-volume_disks u'hdd500g|2273334859262152053'
__form_id u'dijit_form_Form_2'
auto_import_wizard-current_step u'2'
FILES

No FILES data
COOKIES

VariableValue
csrftoken 'SCpMsjbBE2DLF97rqIvzQAVDQPPWr0Q1'
sessionid '78ts4ukogi5n0qeqsrqovwim5gyqpei5'
fntreeSaveStateCookie 'root%2Croot%2F56%2Croot%2F56%2F63%2Croot%2F56%2F63%2F64'
META

VariableValue
wsgi.multiprocess False
HTTP_REFERER 'http://10.0.0.240/'
REDIRECT_STATUS '200'
SERVER_SOFTWARE 'nginx/1.4.1'
SCRIPT_NAME u''
HTTP_X_CSRFTOKEN 'SCpMsjbBE2DLF97rqIvzQAVDQPPWr0Q1'
REQUEST_METHOD 'POST'
PATH_INFO u'/storage/auto-import/'
HTTP_ORIGIN 'http://10.0.0.240'
SERVER_PROTOCOL 'HTTP/1.1'
QUERY_STRING ''
CONTENT_LENGTH '117'
HTTP_USER_AGENT 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.76 Safari/537.36'
HTTP_CONNECTION 'keep-alive'
HTTP_COOKIE 'fntreeSaveStateCookie=root%2Croot%2F56%2Croot%2F56%2F63%2Croot%2F56%2F63%2F64; csrftoken=SCpMsjbBE2DLF97rqIvzQAVDQPPWr0Q1; sessionid=78ts4ukogi5n0qeqsrqovwim5gyqpei5'
SERVER_NAME 'localhost'
REMOTE_PORT '24333'
wsgi.url_scheme 'http'
SERVER_PORT '80'
SERVER_ADDR '10.0.0.240'
DOCUMENT_ROOT '/usr/local/etc/nginx/html'
HTTP_CONTENT_LENGTH '117'
HTTP_X_REQUESTED_WITH 'XMLHttpRequest'
DOCUMENT_URI '/storage/auto-import/'
wsgi.input <flup.server.fcgi_base.InputStream object at 0x2c33a1ec>
HTTP_HOST '10.0.0.240'
wsgi.multithread True
HTTP_CONTENT_TYPE 'application/x-www-form-urlencoded'
REQUEST_URI '/storage/auto-import/'
HTTP_ACCEPT '*/*'
wsgi.version (1, 0)
GATEWAY_INTERFACE 'CGI/1.1'
wsgi.run_once False
wsgi.errors <flup.server.fcgi_base.TeeOutputStream object at 0x2c5923cc>
REMOTE_ADDR '10.0.0.247'
HTTP_ACCEPT_LANGUAGE 'el,en;q=0.8,nl;q=0.6,de;q=0.4'
CONTENT_TYPE 'application/x-www-form-urlencoded'
CSRF_COOKIE u'SCpMsjbBE2DLF97rqIvzQAVDQPPWr0Q1'
HTTP_ACCEPT_ENCODING 'gzip,deflate,sdch'
 

Knowltey

Patron
Joined
Jul 21, 2013
Messages
430
Looks like part of the web interface has become corrupted on your install. Try reinstalling a fresh FreeNAS image to the flash drive and see if that resolves the issue for you.
 

vangelisb

Cadet
Joined
Jan 22, 2014
Messages
3
I forgot to mention that i have already tried reinstalling on Another drive the new version freenas and i had the same problem
 

Knowltey

Patron
Joined
Jul 21, 2013
Messages
430
dlavigne meant the whole output of the zpool status command in code tags to preserve formatting.
 
Status
Not open for further replies.
Top