Dataset not working after importing volume

Status
Not open for further replies.

rman215

Cadet
Joined
Jul 13, 2015
Messages
4
Build FreeNAS-9.3-STABLE-201509022158

I'm having an issue with my Dataset after importing the volume. The problem occurs when I try changing the share type from UNIX To Windows. Here is the error message I am receiving:

Code:
Environment:

Software Version: FreeNAS-9.3-STABLE-201509022158
Request Method: POST
Request URL: http://192.168.32.55/storage/dataset/edit/CYAS-VOLUME/backups/


Traceback:
File "/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py" in get_response
  105.					 response = middleware_method(request, callback, callback_args, callback_kwargs)
File "/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py" in process_view
  157.		 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
  22.				 return view_func(request, *args, **kwargs)
File "/usr/local/www/freenasUI/../freenasUI/storage/views.py" in dataset_edit
  466.							 dataset_name, val)
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in change_dataset_share_type
  5280.			 self.dataset_init_windows_meta_file(dataset)
File "/usr/local/www/freenasUI/../freenasUI/middleware/notifier.py" in dataset_init_windows_meta_file
  5241.		 with open("%s/.windows" % path, "w") as f:

Exception Type: IOError at /storage/dataset/edit/CYAS-VOLUME/backups/
Exception Value: [Errno 2] No such file or directory: u'/mnt/CYAS-VOLUME/backups/.windows'


Any help would be greatly appreciated. Thank you!
 
D

dlavigne

Guest
That's quite an old version of FreeNAS. It is quite possible that that traceback was fixed in a newer version.
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,175
I seem to recall some fixes for this sometime in the past two years.
 
Status
Not open for further replies.
Top