Why cant I copy or transfer files to my shares

Joined
Dec 4, 2019
Messages
10
I have them set up I can see them on th network but when I try to get in it it asks for my credentials then says access is denied.
 

Rand

Guru
Joined
Dec 30, 2013
Messages
906
Are the ACLs set correctly? There is an entry in the manual for that...
 
Joined
Dec 4, 2019
Messages
10
chown: /mnt/wickedsmedia/iocage/jails/clamav/root/dev/fd/4: Bad file descriptor
chown: /mnt/wickedsmedia/iocage/jails/clamav/root/dev/fd: Permission denied
chown: /mnt/wickedsmedia/iocage/jails/emby/root/dev/fd/4: Bad file descriptor
chown: /mnt/wickedsmedia/iocage/jails/emby/root/dev/fd: Permission denied
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,553
chown: /mnt/wickedsmedia/iocage/jails/clamav/root/dev/fd/4: Bad file descriptor
chown: /mnt/wickedsmedia/iocage/jails/clamav/root/dev/fd: Permission denied
chown: /mnt/wickedsmedia/iocage/jails/emby/root/dev/fd/4: Bad file descriptor
chown: /mnt/wickedsmedia/iocage/jails/emby/root/dev/fd: Permission denied
You shouldn't touch permissions inside the iocage dataset. The proper way of adding storage to a plugin or jail is the method detailed in the user guide: https://www.ixsystems.com/documentation/freenas/11.2-U7-legacy/jails.html#add-storage

If this is a new setup, why don't you try 11.3 RC1. It has a graphical ACL manager, which you can use to set the permissions on the dataset that you've added to the jail.
 
Joined
Dec 4, 2019
Messages
10
You shouldn't touch permissions inside the iocage dataset. The proper way of adding storage to a plugin or jail is the method detailed in the user guide: https://www.ixsystems.com/documentation/freenas/11.2-U7-legacy/jails.html#add-storage

If this is a new setup, why don't you try 11.3 RC1. It has a graphical ACL manager, which you can use to set the permissions on the dataset that you've added to the jail.
Man there is just an overload of documentation and it jumps all over the F'n place, and I'm a newbie just built my system all new items and cant load crap.
 
Joined
Dec 4, 2019
Messages
10
Man there is just an overload of documentation and it jumps all over the F'n place, and I'm a newbie just built my system all new items and can't load crap.
so I don't think legacy jails do me any good. and once again lets go from legacy to 11.3 bneta how about one that just simply works for the 11.23 Ive got installed. I don't know who had the YouTube show said yeah you can do a freeness in 15 minutes somebody needs to sew their lips closed.
 

anodos

Sambassador
iXsystems
Joined
Mar 6, 2014
Messages
9,553
so I don't think legacy jails do me any good. and once again lets go from legacy to 11.3 bneta how about one that just simply works for the 11.23 I've got installed. I don't know who had the YouTube show said yeah you can do a FreeNAS in 15 minutes somebody needs to sew their lips closed.

Steps to configure an SMB share via the webui in 11.2-U7
1) create a zpool
2) create a dataset for the SMB share (example tank/SMB)
3) create a group for your users (example, smbusers)
4) change permissions of SMB so that it's owned by smbusers group
5) create user in the UI (for example, "bob", and make it a member of "smbusers")
6) create SMB share with path to "/mnt/tank/SMB". Do not check guest access.
7) connect to SMB share with the user you created in (5).

Those steps should be reasonably quick and give the desired results.

A common permissions mistake is to strip the Other e(x)ecute bit from the zpool (/mnt/tank). This will typically break all shares.
 
Top