Here is my fpaste /etc/samba/smb.conf
https://paste.fedoraproject.org/paste/7 ... p6JEQsBCg/
my current greyhole.conf:
And now my saved greyhole.conf that I found:# This file is automatically generated by Amahi on 2018-07-20 01:15:38 -0700
# Any manual changes WILL BE OVERWRITTEN!
# Set the defaults (carefully) in /var/hda/platform/html/config/greyhole.yml
db_engine = mysql
db_host = localhost
db_user = greyhole
db_pass = greyhole
db_name = greyhole
sticky_files = Music/
# add any group of other settings
# here in multiple lines
delete_moves_to_trash = yes
modified_moves_to_trash = no
email_to = root
drive_selection_algorithm = most_available_space
greyhole_log_file = /var/log/greyhole.log
df_cache_time = 15
log_memory_usage = no
check_for_open_files = yes
ignored_files = (\..*\.[0-9a-zA-Z]{6}|[0-9A-F]{8}\.tmp|\.cprestoretmp.*)
ignored_folders = .*/_UNPACK_.*
log_level = INFO
storage_pool_drive = /var/hda/files/drives/drive1/gh, min_free: 10gb
storage_pool_drive = /var/hda/files/drives/drive2/gh, min_free: 10gb
num_copies[Pictures] = 2
# This file is automatically generated by Amahi on 2017-07-30 17:53:35 -0700
# Any manual changes WILL BE OVERWRITTEN!
# Set the defaults (carefully) in /var/hda/platform/html/config/greyhole.yml
db_engine = mysql
db_host = localhost
db_user = greyhole
db_pass = greyhole
db_name = greyhole
sticky_files = Music/
# add any group of other settings
# here in multiple lines
delete_moves_to_trash = yes
modified_moves_to_trash = no
email_to = root
drive_selection_algorithm = most_available_space
greyhole_log_file = /var/log/greyhole.log
df_cache_time = 15
log_memory_usage = no
check_for_open_files = yes
ignored_files = (\..*\.[0-9a-zA-Z]{6}|[0-9A-F]{8}\.tmp|\.cprestoretmp.*)
ignored_folders = .*/_UNPACK_.*
log_level = INFO
storage_pool_drive = /var/hda/files/drives/HGST2/gh, min_free: 10gb
storage_pool_drive = /var/hda/files/drives/HGST1/gh, min_free: 10gb
num_copies[Books] = 1
num_copies[Docs] = 2
num_copies[Movies] = 1
num_copies[Music] = 1
num_copies[Pictures] = 2
num_copies[Private] = 1
num_copies[Public] = 1
num_copies[Shoots] = 1
num_copies[TV] = 1
num_copies[Videos] = 1
My current stab
What it should be from my saved fstab:#
# /etc/fstab
# Created by anaconda on Thu Jul 19 18:18:14 2018
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=cd3b6352-0354-4d04-9639-71da0cbb1d1a / xfs defaults 0 0
UUID=474e23af-0c89-4f13-8cfc-a951c4e6d942 /boot ext4 defaults 1 2
UUID=853E-6242 /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=38b1626b-d3b3-45b0-b1bd-2cb77117e4f7 swap swap defaults 0 0
I'm not skilled in CLI so I kinda need baby steps...# /etc/fstab
# Created by anaconda on Mon Apr 18 19:27:39 2016
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=81cc38b1-3369-4753-89c5-e8a1c79ad13a / ext4 defaults 1 1
UUID=15e65efa-9d51-44e1-a1a9-517b39c12e67 /boot ext4 defaults 1 2
UUID=78B6-A9FF /boot/efi vfat umask=0077,shortname=winnt 0 2
UUID=a5ecd950-5d2b-4197-b56f-ccf5fcb9962e swap swap defaults 0 0
UUID=bc15ca80-57fe-4f03-b368-caf8ef42a8a3 /var/hda/files/drives/HGST1 auto auto,rw,exec 0 0
UUID=9d453025-8488-49a8-8b07-37fade96eab1 /var/hda/files/drives/HGST2 auto auto,rw,exec 0 0