<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>FreeNAS 8 Forums - Sharing</title>
		<link>http://forums.freenas.org/</link>
		<description>AFP, CIFS, NFS, iSCSI, as well as Mac, Unix, and Windows shares.</description>
		<language>en</language>
		<lastBuildDate>Wed, 22 May 2013 07:23:30 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://forums.freenas.org/images/misc/rss.png</url>
			<title>FreeNAS 8 Forums - Sharing</title>
			<link>http://forums.freenas.org/</link>
		</image>
		<item>
			<title><![CDATA[[PROBLEM] NFS volume offline need help.(EMERGENCY)]]></title>
			<link>http://forums.freenas.org/showthread.php?12849-NFS-volume-offline-need-help-(EMERGENCY)&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 15:49:59 GMT</pubDate>
			<description><![CDATA[Hi 
 
I'm running FreeNAS-8.3.1-RELEASE-x64 (r13452) on a Dell PE2900 (Intel(R) Xeon(R) CPU 5130 @ 2.00GHz) with 16363MB of memory, that is...]]></description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
I'm running FreeNAS-8.3.1-RELEASE-x64 (r13452) on a Dell PE2900 (Intel(R) Xeon(R) CPU 5130 @ 2.00GHz) with 16363MB of memory, that is presenting NFS shares to two VMware ESXis.<br />
I don't exactly know what has happened, but at one point in time the ESXis lost connection to the FreeNAS box and I decided to reboot it.<br />
After the reboot, i got that blinking yellow light in the top right corner of ther web interface saying&quot; WARNING: The volume PE2900 (ZFS) status is UNKNOWN&quot;<br />
Under the volumes tab it shows &quot;PE2900	 /mnt/PE2900	 0 (Error)	 Error getting available space	 Error getting total space	 UNKNOWN&quot;<br />
If i click any of the icons in &quot;available options&quot; I get this:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">Request Method:&nbsp; &nbsp; &nbsp; &nbsp; GET<br />
Request URL:&nbsp; &nbsp; &nbsp; &nbsp; http://10.15.4.230/storage/volume/zfs-edit/1/<br />
Software Version:&nbsp; &nbsp; &nbsp; &nbsp; FreeNAS-8.3.1-RELEASE-x64 (r13452)<br />
Exception Type:&nbsp; &nbsp; &nbsp; &nbsp; KeyError<br />
Exception Value:&nbsp; &nbsp; &nbsp; &nbsp; <br />
'compression'<br />
Exception Location:&nbsp; &nbsp; &nbsp; &nbsp; /usr/local/www/freenasUI/../freenasUI/storage/forms.py in __init__, line 1094<br />
Server time:&nbsp; &nbsp; &nbsp; &nbsp; Tue, 21 May 2013 10:46:12 -0500<br />
<br />
<br />
Traceback<br />
Environment:<br />
<br />
Software Version: FreeNAS-8.3.1-RELEASE-x64 (r13452)<br />
Request Method: GET<br />
Request URL: http://10.15.4.230/storage/volume/zfs-edit/1/<br />
<br />
<br />
Traceback:<br />
File &quot;/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py&quot; in get_response<br />
&nbsp; 105.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  response = middleware_method(request, callback, callback_args, callback_kwargs)<br />
File &quot;/usr/local/www/freenasUI/../freenasUI/freeadmin/middleware.py&quot; in process_view<br />
&nbsp; 166.&nbsp; &nbsp; &nbsp; &nbsp;  return login_required(view_func)(request, *view_args, **view_kwargs)<br />
File &quot;/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py&quot; in _wrapped_view<br />
&nbsp; 20.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;  return view_func(request, *args, **kwargs)<br />
File &quot;/usr/local/www/freenasUI/../freenasUI/storage/views.py&quot; in zfsvolume_edit<br />
&nbsp; 513.&nbsp; &nbsp;  volume_form = forms.ZFSVolume_EditForm(mp=mp)<br />
File &quot;/usr/local/www/freenasUI/../freenasUI/storage/forms.py&quot; in __init__<br />
&nbsp; 1094.&nbsp; &nbsp; &nbsp; &nbsp;  self.fields['volume_compression'].initial = data['compression']<br />
<br />
Exception Type: KeyError at /storage/volume/zfs-edit/1/<br />
Exception Value: 'compression'</code><hr />
</div>This is an emergency for me, any help would be greatly appreciated</div>

]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>aim9xray</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12849-NFS-volume-offline-need-help-(EMERGENCY)</guid>
		</item>
		<item>
			<title><![CDATA[[PROBLEM] Assigning mountd NFS port no longer works the way it used to]]></title>
			<link>http://forums.freenas.org/showthread.php?12843-Assigning-mountd-NFS-port-no-longer-works-the-way-it-used-to&amp;goto=newpost</link>
			<pubDate>Tue, 21 May 2013 03:55:44 GMT</pubDate>
			<description>In earlier releases of FreeNAS 8, I used to be able to remount the root disk into read-write mode (via  
Code: 
--------- 
mount -uw / 
--------- 
...</description>
			<content:encoded><![CDATA[<div>In earlier releases of FreeNAS 8, I used to be able to remount the root disk into read-write mode (via <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">mount -uw /</code><hr />
</div> command) and then add to the bottom of the /conf/base/etc/rc.local and /etc/rc.local files the following lines in order to have my NFS ports fixed to pre-defined port numbers, as follows:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code"># Lab settings<br />
rpc_statd_flags=&quot;-p 4000&quot;<br />
rpc_lockd_flags=&quot;-p 4001&quot;<br />
mountd_flags=&quot;-p 4002&quot;</code><hr />
</div>Then after a reboot of the FreeNAS server, I could run an <div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">rpcinfo -p</code><hr />
</div> and verify that my NFS daemons were running on my fixed ports. This is needed in my environment because I have firewalls that only let these specific NFS ports through for NFS clients.<br />
<br />
Anyways, this no longer works in current releases of FreeNAS 8.3.x. For the most current release, the RPC STATD and LOCKD daemons do take these settings just fine, but the MOUNTD daemon just disregards this setting. I found the only way to adjust the MOUNTD daemon flags is to edit /etc/rc.conf.local and /conf/base/etc/rc.conf.local and go to line 389 in vi and change the line to:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">echo &quot;mountd_flags=\&quot;-p 4002 ${mountdflags}\&quot;&quot;</code><hr />
</div>As this appears to be the only way to pass in flags to the MOUNTD daemon now. I know this is all unsupported hackery of the NFS ports and maybe a general settings page is needed to allow users to adjust NFS ports via the GUI, but is there any chance in the interim we can cleanup the rc.conf.local to allow MOUNTD_FLAGS to be read from the rc.conf file again like it used to in prior releases of FreeNAS?</div>

]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>alphasupremicus</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12843-Assigning-mountd-NFS-port-no-longer-works-the-way-it-used-to</guid>
		</item>
		<item>
			<title><![CDATA[[PROBLEM] TimeMachine breaks after reboot / scrub]]></title>
			<link>http://forums.freenas.org/showthread.php?12823-TimeMachine-breaks-after-reboot-scrub&amp;goto=newpost</link>
			<pubDate>Sun, 19 May 2013 17:46:55 GMT</pubDate>
			<description>I have the TimeMachine functionality active, and it works as expected, my mac backs up when it wants to and i can log in and restore files 
...</description>
			<content:encoded><![CDATA[<div>I have the TimeMachine functionality active, and it works as expected, my mac backs up when it wants to and i can log in and restore files<br />
<br />
however, if i ever reboot the device or after doing a scrub of the volume i start to get a message on my mac that it has to complete a full backup again and i lose all the past backups..<br />
<br />
im not sure whats causing this, are there any logs i should look on on either device ?<br />
anyone know how to resolve this ?</div>

]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>oracle_sod</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12823-TimeMachine-breaks-after-reboot-scrub</guid>
		</item>
		<item>
			<title>Dataset full, now cannot delete files</title>
			<link>http://forums.freenas.org/showthread.php?12803-Dataset-full-now-cannot-delete-files&amp;goto=newpost</link>
			<pubDate>Sat, 18 May 2013 03:55:10 GMT</pubDate>
			<description>I have a dataset, to which a share is mapped, that I have a 2GB quota on.  There is still terrabytes of free space on the volume but I managed to...</description>
			<content:encoded><![CDATA[<div>I have a dataset, to which a share is mapped, that I have a 2GB quota on.  There is still terrabytes of free space on the volume but I managed to fill the 2GB quota on this dataset, now I cannot delete any of the files on the share.  The share does not have the &quot;Export Recycle Bin&quot; setting enabled.<br />
<br />
Is there a way to remove these files?</div>

]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>jwall</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12803-Dataset-full-now-cannot-delete-files</guid>
		</item>
		<item>
			<title>FreeNAS as Mac File Storage</title>
			<link>http://forums.freenas.org/showthread.php?12798-FreeNAS-as-Mac-File-Storage&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 23:08:12 GMT</pubDate>
			<description>Hi Guys, 
 
Currently I use FreeNAS as both an AFP share for Mac Users and Time Machine backup. 
 
The problem I have is that Spotlight searching...</description>
			<content:encoded><![CDATA[<div>Hi Guys,<br />
<br />
Currently I use FreeNAS as both an AFP share for Mac Users and Time Machine backup.<br />
<br />
The problem I have is that Spotlight searching doesn't work across the AFP share. The AFP share can be searched, it's just damn slow when there's a lot of content on it (in excess of 30 minutes at times).<br />
<br />
I've done some reading across the forum into this and it looks like Spotlight won't work with FreeNAS.<br />
<br />
1. Is slow searching across Mac AFP shares accepted as normal or is there a workaround i'm missing?<br />
2. Has anyone gone down the route of attaching the FreeNAS as an iSCSI target to a Mac, creating AFP shares via the Mac on the iSCSI target and testing Spotlight this way? Does it / Will it resolve the issue?<br />
<br />
Cheers, joo</div>

]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>joobie</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12798-FreeNAS-as-Mac-File-Storage</guid>
		</item>
		<item>
			<title>afp authentication</title>
			<link>http://forums.freenas.org/showthread.php?12792-afp-authentication&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 13:36:32 GMT</pubDate>
			<description>Hi 
 
have been running freenas for a couple of years, and have just established a new second NAS. In revisiting configuration, I am not...</description>
			<content:encoded><![CDATA[<div>Hi<br />
<br />
have been running freenas for a couple of years, and have just established a new second NAS. In revisiting configuration, I am not understanding if it is preferable to set password of the share or not.<br />
<br />
<br />
<br />
volume			vol1_pool	<br />
dataset			dataset_1		permisision: owner=abc, group =abc<br />
share			        ctx_share<br />
user				abc<br />
<br />
Mac user acct		abc<br />
<br />
freenas lists in finder window sidebar:Shared<br />
<br />
a. If the Share password (123) is configured then;<br />
1)  Connect As in Finder window as user=abc and pw=123 results in 'Connection failed'<br />
2) Main Menu:Go:Connect to server: afp://freenas._afpovertcp._tcp.local asks for password for ctx_share, and successfully lists dataset_1 in the finder window<br />
<br />
b. If the Share password is deleted then;<br />
1) Connect As in Finder authenicates ok  with user abc, and lists ctx_share in the finder window<br />
2) Main Menu:Go:Connect to server: afp://freenas._afpovertcp._tcp.local does not request authentication , and lists dataset_1<br />
<br />
a1. authenticating successfully, and also conncting to server via Go.. mounts the ctx_share on desktop<br />
using the command diskutil list does not list the 'mounted' ctx_share volume<br />
<br />
b2. on connection, and with dataset_1  listed as a directory in a finder window, and with a ctx_share volume on the desktop<br />
using the command diskutil list does not list the 'mounted' ctx_share volume<br />
<br />
I am not getting why configuring a password for the afp share, causes Connect As to fail<br />
I also do not understand why the desktop mounted ctx_share is not recognised as a volume ; its icon get info states kind = volume<br />
<br />
<br />
Now one thing I have just identified, is that if the AFP share is named differently to the default 'freenas', eg as hpfreenas then both freenas and hpfreenas list in the finder window sidebar. Each with different icons. <br />
<br />
I am having difficulty untangling this.</div>

]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>qubit</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12792-afp-authentication</guid>
		</item>
		<item>
			<title><![CDATA[[PROBLEM] user missing after change password]]></title>
			<link>http://forums.freenas.org/showthread.php?12784-user-missing-after-change-password&amp;goto=newpost</link>
			<pubDate>Fri, 17 May 2013 01:11:09 GMT</pubDate>
			<description>FreeNas Version : FreeNAS-8.3.1-RELEASE-p2-x64 (r12686+b770da6_dirty 
 
I just using CIFS Service,  Others are off. 
 
I have change a user password,...</description>
			<content:encoded><![CDATA[<div>FreeNas Version : FreeNAS-8.3.1-RELEASE-p2-x64 (r12686+b770da6_dirty<br />
<br />
I just using CIFS Service,  Others are off.<br />
<br />
I have change a user password, the user can't login, so I check the log.<br />
<br />
[2013/05/17 08:13:14.484348,  2] auth/auth.c:319(check_ntlm_password)<br />
  check_ntlm_password:  Authentication for user [qss1] -&gt; [qss1] FAILED with error NT_STATUS_NO_SUCH_USER<br />
<br />
So I using shell to check &quot;pdbedit -Lv qss1&quot;  message &quot;Username not found!&quot;<br />
<br />
but in &quot;Veiw Users&quot; still listed.<br />
<br />
Restart CISF service and Full Restart the Server still same.<br />
<br />
Please help.<br />
<br />
Thank You.</div>

]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>gpsboy</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12784-user-missing-after-change-password</guid>
		</item>
		<item>
			<title><![CDATA[[PROBLEM] NFS not working correctly?]]></title>
			<link>http://forums.freenas.org/showthread.php?12767-NFS-not-working-correctly&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 22:58:38 GMT</pubDate>
			<description>I have a Dlink320 and a Readynas Duo which both play nice with each other when sharing over NFS. 
 
I setup a freenas system  
AMD A8-5600K APU with...</description>
			<content:encoded><![CDATA[<div>I have a Dlink320 and a Readynas Duo which both play nice with each other when sharing over NFS.<br />
<br />
I setup a freenas system <br />
AMD A8-5600K APU with Radeon(tm) HD Graphics <br />
8Gigs<br />
Two western digital 3tb<br />
Running off a 8g usb<br />
<br />
Setup was dead simple<br />
Drive ufs (drives being added next month and all well eventually be zfs)<br />
Added the volumes and setup cifs/nfs without any problems.<br />
<br />
Now this is where things get crazy.<br />
I got one nfs share each running for both drives.<br />
<br />
Now if i go my Western digtal live  and add the nfs shares from the readynas and the dlink every-things fine.<br />
The min i add a nfs share from the freenas things go nuts.<br />
At time the other shares show nothing  or they show folder listings from the dlink or ready nas.<br />
<br />
What have i missed or is nfs broken in this build?</div>

]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>Magnus33</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12767-NFS-not-working-correctly</guid>
		</item>
		<item>
			<title><![CDATA[[PROBLEM] cifs share for anonymous access with AD groups]]></title>
			<link>http://forums.freenas.org/showthread.php?12765-cifs-share-for-anonymous-access-with-AD-groups&amp;goto=newpost</link>
			<pubDate>Tue, 14 May 2013 18:26:54 GMT</pubDate>
			<description>I have a 4 drives setup as two RAID 1’s formatted as UFS. The FreeNAS box is joined to active directory and appears to be working fine. 
 
Folder...</description>
			<content:encoded><![CDATA[<div>I have a 4 drives setup as two RAID 1’s formatted as UFS. The FreeNAS box is joined to active directory and appears to be working fine.<br />
<br />
Folder shares - structure:<br />
<br />
<br />
ShareA - /mnt/A<br />
ShareB  - /mnt/B<br />
ShareC$ - /mnt/A/ShareC<br />
<br />
I want only my AD group to have full control over everything in both ShareA and ShareB.<br />
<br />
I want read only access (no authentication required) to ShareC$<br />
<br />
I can’t seem to find a way to do this. Below are screen shots of my settings. If I try to access ShareC$, I get a windows error saying I don’t have permission to access that share.  <br />
<br />
If I check in Windows, I see the group Everyone has no permissions to ShareA but does have permission to the shareC.<br />
<br />
I found the following which appears to be similar to my issue:<br />
<br />
<a href="http://forums.freenas.org/showthread.php?6823-CIFS-error-quot-Unable-to-save-permission-changes-on-folder-the-parameter-is-incorrect-quot" target="_blank">http://forums.freenas.org/showthread...incorrect-quot</a><br />
<a href="http://support.freenas.org/ticket/1708" target="_blank">http://support.freenas.org/ticket/1708</a><br />
<br />
Can anyone help? (If I change the volume permissions to allow “others” to read and execute, I get anonymous access to the hidden share but it also gives read access to ShareA and B which I don’t want. )<br />
<br />
<a href="http://forums.freenas.org/attachment.php?attachmentid=2185&amp;d=1368555807"  title="Name:  vol_permissions.png
Views: 5
Size:  13.7 KB">vol_permissions.png</a><a href="http://forums.freenas.org/attachment.php?attachmentid=2186&amp;d=1368555830"  title="Name:  share_permissions.png
Views: 3
Size:  16.1 KB">share_permissions.png</a><a href="http://forums.freenas.org/attachment.php?attachmentid=2187&amp;d=1368555969"  title="Name:  cifs_options_1.png
Views: 3
Size:  24.5 KB">cifs_options_1.png</a><a href="http://forums.freenas.org/attachment.php?attachmentid=2188&amp;d=1368555979"  title="Name:  cifs_options_2.png
Views: 3
Size:  21.9 KB">cifs_options_2.png</a></div>


	<div style="padding:10px">

	

	

	
		<fieldset class="fieldset">
			<legend>Attached Images</legend>
			<ul>
			<li>
	<img class="inlineimg" src="http://forums.freenas.org/images/attach/png.gif" alt="File Type: png" />
	<a href="http://forums.freenas.org/attachment.php?attachmentid=2185&amp;d=1368555807">vol_permissions.png</a> 
(13.7 KB)
</li><li>
	<img class="inlineimg" src="http://forums.freenas.org/images/attach/png.gif" alt="File Type: png" />
	<a href="http://forums.freenas.org/attachment.php?attachmentid=2186&amp;d=1368555830">share_permissions.png</a> 
(16.1 KB)
</li><li>
	<img class="inlineimg" src="http://forums.freenas.org/images/attach/png.gif" alt="File Type: png" />
	<a href="http://forums.freenas.org/attachment.php?attachmentid=2187&amp;d=1368555969">cifs_options_1.png</a> 
(24.5 KB)
</li><li>
	<img class="inlineimg" src="http://forums.freenas.org/images/attach/png.gif" alt="File Type: png" />
	<a href="http://forums.freenas.org/attachment.php?attachmentid=2188&amp;d=1368555979">cifs_options_2.png</a> 
(21.9 KB)
</li>
			</ul>
			</fieldset>
	

	

	</div>
]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>FarmerFred</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12765-cifs-share-for-anonymous-access-with-AD-groups</guid>
		</item>
		<item>
			<title>Permission Denied when mounting cifs share under linux</title>
			<link>http://forums.freenas.org/showthread.php?12740-Permission-Denied-when-mounting-cifs-share-under-linux&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 23:52:03 GMT</pubDate>
			<description>I am attempting to mount a FreeNAS cifs share by doing: 
 
 
Code: 
--------- 
sudo mount -t cifs //192.168.1.20/Tunes /mnt/tunes -o...</description>
			<content:encoded><![CDATA[<div>I am attempting to mount a FreeNAS cifs share by doing:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">sudo mount -t cifs //192.168.1.20/Tunes /mnt/tunes -o user=john,rw,domain=WORKGROUP</code><hr />
</div>...but there is something wrong with permissioning:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">[johnd:/mnt] $ sudo mount -t cifs //192.168.1.20/Tunes /mnt/tunes -o user=john,rw,domain=WORKGROUP<br />
Password: <br />
[johnd:/mnt] $ ll tunes<br />
ls: cannot open directory tunes: Permission denied<br />
[johnd:/mnt] 2 $</code><hr />
</div>How can I fix the problem with mounting under linux?<br />
<br />
In an attempt to provide any information you might need, here are more details about my installation.  <br />
<br />
My user name under linux is not the same as my username under FreeNAS.<br />
<br />
My intent is to provide a share from my FreeNAS installation for media files, where one account (mine) has read-write access and all other accounts have read-only rights.  I have FreeNAS FreeNAS-8.3.1-RELEASE-p2-x64 running under VirtualBox with 4 GB RAM, a 4 GB install partition, and 4x 3TB hard drives for storage.  VirtualBOX is running under Ubuntu.<br />
<br />
I re-installed the latest version of FreeNAS today, and followed the instructions found in <a href="http://forums.freenas.org/showthread.php?12689-Permissions-Set-Up-Example-for-Dummies-COPY-from-HowTo-area" target="_blank">http://forums.freenas.org/showthread...rom-HowTo-area</a> in setting up 3 users: john, barbara and mark.  'john' will have full rights on the &quot;Tunes&quot; share, while barbara and mark will have read-only access to the sahre.<br />
<br />
I *am* able to mount the share under Windows using:<br />
<br />
<div class="bbcode_container">
	<div class="bbcode_description">Code:</div>
	<hr /><code class="bbcode_code">net use x: //192.168.1.20/Tunes</code><hr />
</div>If I login as john, I am able to list and create files on the share, just as expected.  If I login as barbara or mark, I can read but not write -- again, just as expected.  <br />
<br />
I am comfortable in linux, and work primarily in the terminal, but I am no linux guru.  Aside from my recent explorations in to FreeNAS, I have no experience in FreeBSD.<br />
<br />
I have not yet installed a jail or any plugins in my FreeNAS system, as I'm trying to take things one step at a time.</div>

]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>jdibling</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12740-Permission-Denied-when-mounting-cifs-share-under-linux</guid>
		</item>
		<item>
			<title><![CDATA[[PROBLEM] Database Error in WEBgui - sharing/services/plugins]]></title>
			<link>http://forums.freenas.org/showthread.php?12737-Database-Error-in-WEBgui-sharing-services-plugins&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 22:53:21 GMT</pubDate>
			<description>Request Method:	GET 
Request URL:	http://192.168.87.209/services/home/ 
Software Version:	FreeNAS-8.2.0-BETA2-x86 (r10638) 
Exception...</description>
			<content:encoded><![CDATA[<div>Request Method:	GET<br />
Request URL:	<a href="http://192.168.87.209/services/home/" target="_blank">http://192.168.87.209/services/home/</a><br />
Software Version:	FreeNAS-8.2.0-BETA2-x86 (r10638)<br />
Exception Type:	DatabaseError<br />
Exception Value:	<br />
no such column: services_activedirectory.ad_allow_trusted_doms<br />
Exception Location:	/usr/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py in execute, line 234<br />
<br />
<br />
<br />
Environment:<br />
<br />
Software Version: FreeNAS-8.2.0-BETA2-x86 (r10638)<br />
Request Method: GET<br />
Request URL: <a href="http://192.168.87.209/services/home/" target="_blank">http://192.168.87.209/services/home/</a><br />
<br />
<br />
Traceback:<br />
File &quot;/usr/local/lib/python2.7/site-packages/django/core/handlers/base.py&quot; in get_response<br />
  105.                         response = middleware_method(request, callback, callback_args, callback_kwargs)<br />
File &quot;/usr/local/www/freenasUI/freeadmin/middleware.py&quot; in process_view<br />
  84.         return login_required(view_func)(request, *view_args, **view_kwargs)<br />
File &quot;/usr/local/lib/python2.7/site-packages/django/contrib/auth/decorators.py&quot; in _wrapped_view<br />
  23.                 return view_func(request, *args, **kwargs)<br />
File &quot;/usr/local/www/freenasUI/services/views.py&quot; in home<br />
  39.         activedirectory = models.ActiveDirectory.objects.order_by(&quot;-id&quot;)[0]<br />
File &quot;/usr/local/lib/python2.7/site-packages/django/db/models/query.py&quot; in __getitem__<br />
  190.             return list(qs)[0]<br />
File &quot;/usr/local/lib/python2.7/site-packages/django/db/models/query.py&quot; in __len__<br />
  84.             self._result_cache.extend(self._iter)<br />
File &quot;/usr/local/lib/python2.7/site-packages/django/db/models/query.py&quot; in iterator<br />
  273.         for row in compiler.results_iter():<br />
File &quot;/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py&quot; in results_iter<br />
  680.         for rows in self.execute_sql(MULTI):<br />
File &quot;/usr/local/lib/python2.7/site-packages/django/db/models/sql/compiler.py&quot; in execute_sql<br />
  735.         cursor.execute(sql, params)<br />
File &quot;/usr/local/lib/python2.7/site-packages/django/db/backends/sqlite3/base.py&quot; in execute<br />
  234.             return Database.Cursor.execute(self, query, params)<br />
<br />
Exception Type: DatabaseError at /services/home/<br />
Exception Value: no such column: services_activedirectory.ad_allow_trusted_doms<br />
<br />
<br />
Request information<br />
<br />
GET<br />
<br />
No GET data<br />
POST<br />
<br />
No POST data<br />
FILES<br />
<br />
No FILES data<br />
COOKIES<br />
<br />
I get these on sharing/services/plugins tabs on the webgui...  So I cannot turn on CIF and manage sharing of my volumes... any ideas?</div>

]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>bahne</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12737-Database-Error-in-WEBgui-sharing-services-plugins</guid>
		</item>
		<item>
			<title>Different date / time Windows FreeNas and not connection with Windows AD</title>
			<link>http://forums.freenas.org/showthread.php?12718-Different-date-time-Windows-FreeNas-and-not-connection-with-Windows-AD&amp;goto=newpost</link>
			<pubDate>Sun, 12 May 2013 15:21:01 GMT</pubDate>
			<description>Different date / time Windows FreeNas 
 
I want FreeNas integrates with Active Directory in Windows 2003 Server. 
 
The date shows me the sentence...</description>
			<content:encoded><![CDATA[<div>Different date / time Windows FreeNas<br />
<br />
I want FreeNas integrates with Active Directory in Windows 2003 Server.<br />
<br />
The date shows me the sentence &quot;date&quot; in the shell of freenas is difrente Windows to date so no communication.<br />
<br />
As I can solve and what steps should do, thank you very much.<br />
<br />
Working with virtual machines, internal network (no exit INTERNET)<br />
<br />
I changed the date from browser accessing FreeNas, Europe / Madrid, but the time does not change</div>

]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>adrian7</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12718-Different-date-time-Windows-FreeNas-and-not-connection-with-Windows-AD</guid>
		</item>
		<item>
			<title><![CDATA[[PROBLEM] password rejected on MacOS 10.8.3]]></title>
			<link>http://forums.freenas.org/showthread.php?12716-password-rejected-on-MacOS-10-8-3&amp;goto=newpost</link>
			<pubDate>Sun, 12 May 2013 10:17:29 GMT</pubDate>
			<description><![CDATA[Hi all, 
 
I've been a user of the old 0.7 release, then my NAS broke and I left it... Worked with FW800 Disk's in the meantime! 
 
On Friday I...]]></description>
			<content:encoded><![CDATA[<div>Hi all,<br />
<br />
I've been a user of the old 0.7 release, then my NAS broke and I left it... Worked with FW800 Disk's in the meantime!<br />
<br />
On Friday I bought a HP N54L, they are currently at 230€ in Germany!!!<br />
<br />
Installed 8.3.1 created a new RAID Z1 with four 1,5TB Disk's two from the same production charge and two different one's...<br />
<br />
Now I want my MacBook-Pro to use it for TM-Backup's, so I created a share, checked the recover as TM-Drive box and go to System-Settings on my Mac. It find's the drive and ask's for my passwd but give's me an error:<br />
<br />
Time Machine couldn't access the Backup-Volume &quot;tm-mbp-15&quot;. Couldn't finish the task (OSSStatus-Error 13.)<br />
<br />
whilst I see this in /var/log/messages:<br />
May 12 12:11:51 nas afpd[3850]: AFP3.3 Login by mirco<br />
May 12 12:11:51 nas afpd[3850]: AFP logout by mirco<br />
May 12 12:11:51 nas afpd[3850]: dsi_stream_read: len:0, unexpected EOF<br />
May 12 12:11:51 nas afpd[3850]: afp_over_dsi: client logged out, terminating DSI session<br />
May 12 12:11:51 nas afpd[3850]: AFP statistics: 0.61 KB read, 0.46 KB written<br />
<br />
I hope one of you guys has a hint for me!<br />
<br />
Greetz<br />
Mircsicz</div>

]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>mircsicz</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12716-password-rejected-on-MacOS-10-8-3</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] apache WWW dir via NFS with sync=disable]]></title>
			<link>http://forums.freenas.org/showthread.php?12692-apache-WWW-dir-via-NFS-with-sync-disable&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 22:48:01 GMT</pubDate>
			<description>Hello, 
 
I was searching whole day for an answer, so I am trying the forum. 
 
I want to make a FreeNAS box, that will share data via NFS to Debian...</description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I was searching whole day for an answer, so I am trying the forum.<br />
<br />
I want to make a FreeNAS box, that will share data via NFS to Debian server with Apache on it. It will be around 500 web sites... less that 50 GB of data. The NFS will be mounted to only one server. The reason, why I don't made a storage right on Debian box, is because ZFSonlinux is not stable enough.<br />
<br />
I understand that everybody is saying that sync=disable is huge trouble in case of power loss, but most of them use NFS to store whole virtual machine (whole OS). I want to share only the web data. If some 5 seconds of data will be missing, it wont be a big trouble. I don't plan to use a SLOG/dedicated ZIL.<br />
<br />
My questions are:<br />
1. Is it still dangerous / can I lost all of the data when I will use NFS with sync=disable?<br />
2. since I will mount NFS share from only one computer, I will mount it with async option and some other options that will make NFSv4 stateless. I will also set very long expiration time for caches... Will the NFS actually send some sync writes when it will be mounted as async?<br />
3. I want to set vfs.zfs.txg.timeout=&quot;2&quot; (default is 5). Does it means that I can loose only 2 seconds of data?<br />
<br />
Thank you.<br />
<br />
To not be a jerk who only asks, I am going to try to answer some question here on forum...</div>

]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>noescape</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12692-apache-WWW-dir-via-NFS-with-sync-disable</guid>
		</item>
		<item>
			<title><![CDATA[[QUESTION] Need advice on different sized drives]]></title>
			<link>http://forums.freenas.org/showthread.php?12685-Need-advice-on-different-sized-drives&amp;goto=newpost</link>
			<pubDate>Thu, 09 May 2013 14:05:31 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I'm new to FreeNAS, but I'd like to set up a server with it in my home with what I have and can get cheap/free, so I'm looking for some...]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I'm new to FreeNAS, but I'd like to set up a server with it in my home with what I have and can get cheap/free, so I'm looking for some advice on whether this is possible and/or advised.<br />
<br />
What I have currently is 5 drives:<br />
2x 1TB<br />
2x 2TB<br />
1x 3TB<br />
<br />
I've looked around a lot and I think I've come to understand what I can and can't do, but I wanted to ask anyway to make sure. I want to combine these drives in the way that protects my data but gives me the largest possible usable capacity. My initial thought was to somehow combine each 1TB drive with a 2TB in a RAID 0 format, and then do a RAID-Z across 3x3TB (6TB usable capacity). Another thought in the same thread was to combine the 1TB drives together, and RAID-Z across all 4 &quot;drives&quot;, which would waste 1TB on the 3TB drive, but again give me 6TB usable capacity. From my reading it does not seem that this is possible, but if it is, I would like to hear about how to do it.<br />
<br />
My other idea that seemed doable, but that it seems to me is inadvisable, would be to create two separate vdevs: the 2TB drives and the 3TB drive in a RAID-Z, and then mirror the 1TB drives on each other, giving me a total of 5TB usable capacity (not as good, but acceptable).<br />
<br />
Any thoughts?</div>

]]></content:encoded>
			<category domain="http://forums.freenas.org/forumdisplay.php?20-Sharing">Sharing</category>
			<dc:creator>gillycheesesteak</dc:creator>
			<guid isPermaLink="true">http://forums.freenas.org/showthread.php?12685-Need-advice-on-different-sized-drives</guid>
		</item>
	</channel>
</rss>
