Alright, we're back in business (I hope) ... issues fixed with my mobo. It's now recognizing all 8MB RAM. Attached is my latest debug report. I'm still having the same issues trying to access my files as described above. Any help and suggestions will be greatly appreciated! Thank you! :)
Hi!
Meet with 8GB of RAM is not mean your fully match with ALL HW recommendation:
- 4*2GB RAM modul how I see not ECC so this mean good for testing but not for production (if you have critical data - like my family pictures and video). Non-ECC RAM with single bit error will kill your complete zpool without any notification. Why because uses as write cache and also correct for wrong data in scrubs.
- Marvel LAN is not best in performance, but if you just test it: no problem. I also have in my old NAS but slow. I measures about 30-40MByte/sec on Marvel and 70MByte/sec on Intel PRO/1000 CT Gigabit (limited by my HW). On my big PC over 110MByte/sec possible. If you copy lot of big (>10GB files) you understand.
- Desktop motherboard have high current consumption (lot of not used feature running) and less speed then server motherboard based. good for temp testing but not for long term. I have 91 Watt idle consumption in my new server based HW my old one consume about 4 times more.
- Two single disk zpool is nice for testing but not for production system. In my new test system I uses mirror for testing main volume and 4disk zpool raidz2 for performance/reliability testing. I recommend you least start with testing 2 mirror or 3disk raidz1 and later just use minimal 4disk raidz2 (recommended 6 disk for speed or 8 disk for size) for production. But this is depend on you budget (you are not able add later on just initially so think before do). Actually any disk error could kill your data. I purchased 4 enterprise grade 500GB disk for performance tests in after market (cheap cost).
- For long term production dual USB boot disk recommended (thanks for mirror capability of 9.3). I have bad USB disk in past but I was config backup also. All USB have to die (just depend on time). Same size/model recommended. And third USB example I have 4GB for bootimage.
- Am I see correct e-mail not configured yet? Please also test it and use it (scrub, smart errors, any alerts/errors and recommended updates etc.)
- Be familiar with SMART commands (check status of disk like smartctl -a)
- Also you need think about different/new house which have fans front of the disks. Why because you actually overheating your disk. Recommended below 40Celsius
SMART DATA
/dev/ada1 WDC WD1600JS-75NCB1
190 Airflow_Temperature_Cel -O---K 051 045 045 Past 49
194 Temperature_Celsius -O---K 098 092 000 - 49
and
Current Temperature: 49 Celsius
Power Cycle Max Temperature: 52 Celsius
Lifetime Max Temperature: 55 Celsius
/dev/ada0 WDC WD1001FALS-00J7B0
194 Temperature_Celsius -O---K 104 100 000 - 46
and
Current Temperature: 46 Celsius
Power Cycle Min/Max Temperature: 39/48 Celsius
Lifetime Min/Max Temperature: 45/50 Celsius
I don't see to much usefully info in debug about your actual jails and access rights.
SMB2 service configured
netbios name: FREENAS
Samba share name: Media
path = /mnt/Media
guest ok = no
ea support = yes
store dos attributes = yes
I see two user:
root
Kat
I see you tested plugins:
couchpotato
sabnzbd
sickbeard
transmission
plexmediaserver
and created several datasets:
zfs create Media/movies
zfs create Media/TV
zfs create Media/Downloads
zfs create Media/Torrent-files
zfs create Media/series
but jls show no running jail at moment
+--------------------------------------------------------------------------------+
+ jls +
+--------------------------------------------------------------------------------+
JID IP Address Hostname Path
Jackson list for you:
0. If you are not familiar with Unix linux access rights learn it now:
https://www.freebsd.org/doc/handbook/permissions.html
1. You need configure and enable SSH Service.
2. Login via ssh as root
3. Check access rights:
ls -la /mnt/Media and below (check also folder and file access rights)
4. chown and chmod your friends to correct it learn to use them. Be care also possible folder don't have access right for root user also. General userID=root and group=wheel if you have least read access right for others you can see those folders and files.
5. You can use also samba GUI guest access rights initially and secure down later.
6. If your files also not their could be not copied successfully. Why can space not free meanwhile the files not exist simple check your Storage/Snapshots. I see you create one of them. If I create snapshots and delete files then I don't get free space back but file not visible. Restore Snapshot (will kill new files!) or remove them (free up space).
7. Let be familiar with non critical test data before your put production traffic over that.
8. I recommend to you do not use same folder for Samba and also jail. I have /mnt/z2test volume which have folder below /mnt/z2test/z2winshare this is the samba root. The jail are in /mnt/z2test/jails (so not visible by windows - mean virus infect of your winshare not kill jails also). MiniDLNA also good to have dedicated folder /mnt/z2test/z2winshare/MYMedia (to have also samba access for put movies up). If you have more complex system you can use the Jail/Add Storage mapping in GUI. Just learn how to works.
Separating of function give you benefit of smooth file access and folder size controls. z2winshare limited to 80% of z2test volume size mean full fill the samba share not cause broken down in jails.
9. Learn, learn and learn. That is the happy FreeNAS user way.
FYI. I have Transmission jail running parallel with MiniDLNA jail. They share same files over softlinks (meanwhile my son see on DLNA TV, Transmission seed same physical file and Samba with group authentication could copy from the disk). So this is 3 different userID/group uses same file without any problems. It is complex access rights situation but just I spent lot of times in past to learn how to do.
Good Luck and Good Job to investigate:
Jackson how is write too much