Sally-san

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by Sally-san

  1. So I need to move my docker folders to a new drive, what is the correct way to do this? Last time I did this it screwed up permissions and some of my containers didn't work because certain files couldn't be copied.
  2. I am looking to upgrade my server from an ancient 2nd gen i5. I'm looking at a midrange 6 core desktop CPU with quick sync. I've narrowed is down to the 12600 or 12600k. The primary difference being that the 12600k has e core. Now my question is: 1. Can linux and specifically Unraid take advantage of e cores 2. I know e cores help alot with heavily mutitheaded productivity tasks like video encoding etc. But do e cores help with multi-tasking. My server runs plex, sonarr, radarr, overseerr, syncthing, a reverse proxy and when I get my upgrade also a php webserver for development.
  3. I have 4 drives in raidz configuration mounted to the unraid file system under /mnt/Data. I'm not sure if unraid manages file permissions automatically if you create shares on btrfs. But I'm having this issue with next cloud, the /data directory is mounted to /mnt/Data/nextcloud. I've used the dynamix file manager to set the permissions to this folder to write/read for owner/group/other (I think this is 777 permissions). When I setup next cloud is says I need to change my data folder permissions to 0770. I'm not sure what the first 0 is but in the file manager I set the permissions to read/write for owner/group and none for others. Next cloud then throws an error saying It has no write permissions. Now I'm stumped and need some help.
  4. I misspelt "usr" as "user" in the go file. Its fixed, I'm so happy I could kiss you thank you for the help
  5. So that didnt work. I'm not sure if I edited the right file. I edited /boot/config/go The file now looks like this #!/bin/bash # Start the Management Utility /user/local/sbin/emhttp & #Adjusting ARC memory usage (limit 1GB) echo 8589934592 >> /sys/module/zfs/parameters/zfs_arc_max I've attached updated logs tower-diagnostics-20221125-1242.zip
  6. Yeah sorry i just figured out how to get the diagnostics, without the web gui tower-diagnostics-20221125-1159.zip
  7. So my unraid server lost power due to a power cut. I can connect to the SMB shares so I think that means the array is atleast starting. But the web ui isnt connecting as well as the docker containers and plex can't connect either. I've also connected a keyboard mouse and screen to the unraid server, launched in gui mode. And Linux launched but it says unable to connect to localhost in the browser
  8. I see that "expand" has been added to ZFS for raidz configs, is this feature part of the ZFS plugin yet? Or do we have to wait for and update? If it is part of the Unraid ZFS plugin already, how do we use it. I'm still a newb.
  9. Current setup: 1 ZFS pool mounted to the file system ZFS pool accessible through network with "Samba extra configuration" under SMB Settings, with the plugin unassigned devices. Simple question: I know how to make a folder discoverable, writable to specific users. The last thing I want to limit is stopping people from executing exe's through the network, is this possible?
  10. Simple question that I don't know if it has a solution. So I have a few containers on a custom network and a few on bridge. I want 1 container on the custom network to have access to a container on bridge
  11. So I figured it out. Instead of using unraids cache pool instead I used zfs l2arc caching which let's you add a cache drive to a pool using this command zpool add *pool* cache *sdX*
  12. Ok so first time using unraid, im finally getting an understanding of unraid and I'm so close to purchasing my license. My one last issue is trying to cache my ZFS pool. So my config is the following: Unraid Array : 1 x 32gig flash drive Cache Pool: 1 x 1tb SSD ZFS pool: 3 x 16tb HDD is raidz So from what I've seen I can only cache shares that are stored on the array. I have tried creating a symbolic link from the zpool to a share on the array. The initial zpool directory linked to the share as well as files i put into the folder after linking then get stored on the cache. However once the mover is run and the symlink folder is moved off the cache pool. Any new files copied to the zpool despite having a symlink to the cached share are not cached. Any help on this would be appreciated.
  13. Im not sure if this is possible but lets have I have a Work share that is read-only among people and you want grant them write access to a specific directory how would i do that?
  14. Hi, so this is my first ever unraid setup and I spent a few months researching, deciding on my NAS os, how many HDDs I should get, watching tutorials etc etc. I am currently running: Unraid: 6.10.1 (trial licence) ZFS plugin: 2.1.2 CPU: i5 4690k (to be upgraded) Ram: 16gigs DDR3 (to be upgraded) Raidz pool: 3 * 16tb Seagate exos Cache drive: 1tb Sabrent pci-e3 Unraid array: 32gb USB3 flash drive So followed the "Spaceinvader One" tutorial on creating the boot flash having the correct bios settings getting some started plugins then i followed ZFS tutorial (on the unraid forums) from creating pools to setting compression then setting up directories and docker settings. (I didnt want to bother with snapshots/backups until i had a working NAS). Then i added my flash drive to the array and the SSD to the cache pool, chose the filesystem and hit start array. I formatted the array and cache. Issue 1: The unraid default shares weren't automatically created and from the "Spaceinvader One" videos i watched it should. Edit: I realised the default shares werent generate because i changed docker and vm folder directories Troubleshooting: - Checking drives are formatted - Checking my global shares "user shares" are enabled - Starting from scratch without ZFS. Going to tools -> New config. Removing all drives from zpools, arrays, cache pool and just having 1 HDD in the array. Start array. Format HDD. Still no default shares. Issue 2: Minor issue, when I'm install the Plex plugin where do I point "Host path 2" and "Host path 3". I watched a tutorial on it. But where would i point them with the context me trying to use ZFS. Any help would be greatly appreciated. I've attached syslog where I attempted to start from scratch with ZFS. as well as screenshots of various things i think might be important Installed Plugins: syslog.txt