nathan909

Members
  • Posts

    23
  • Joined

  • Last visited

nathan909's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I would like to track drive Start Stop counts, power on hours, and read/writes. Is there a tool that does this? Seems it would be beneficial stat tool for someone who wants to optimize spin down to save on power and heat without inflicting unneeded cycles.
  2. OK perfect, THANKS! That did bring them both online and they are balancing So when complete, I am going about this the right way, or is there a better way? Stop Array, Shutdown PC Remove NVMe Install New NVMe boot unraid btrsf format new NVMe add new NVMe to pool with SSD start pool balance it remove SSD from pool balance it again now that I write this out there's gotta be a better way
  3. I have home assistant running on a VM, my nortek zwave USB mounts upon boot 90% of the time. I uncheck the optional checkbox, not sure if that helps?
  4. Thanks for your help Jorge, this is way above my head
  5. root@NAS:~# btrfs-select-super -s 1 /dev/sdg1 using SB copy 1, bytenr 67108864 root@NAS:~# btrfs fi show Label: none uuid: 7a650073-3aaa-4476-ae27-7429a5b8c663 Total devices 1 FS bytes used 412.00KiB devid 1 size 1.00GiB used 126.38MiB path /dev/loop2 Label: none uuid: 3385c42f-7bc2-4191-ae99-8f03ddf305ab Total devices 2 FS bytes used 263.81GiB devid 1 size 465.76GiB used 430.03GiB path /dev/nvme0n1p1 devid 2 size 476.94GiB used 430.03GiB path /dev/sdg1
  6. Yes, I mistakenly started to pool with the NVMe instead of the mirrored SSD, that is when i tried to reverse it and bring up the pool with the mirrored SSD, but that is when things went south. root@NAS:~# btrfs-select-super -s 1 /dev/nvme0n1p1 warning, device 2 is missing using SB copy 1, bytenr 67108864
  7. Also I meant to say it was a raid 1 Mirrored Pool (edited)
  8. That was with the array off line, here it is with it online, if that makes a difference nas-diagnostics-20221215-1055.zip
  9. Sorry here it is nas-diagnostics-20221215-1052.zip
  10. OK so I needed to upgrade my cash drive so I created a raid 1 pool by added a SSD to mirror my nvme, after complete i pulled them off line and tried to start the pool back up with just the SSD online, but that didn't work so i pull the array offline and added the nvme, but now i get a Unmountable: No pool uuid. Haven't written to anything to either drive so both should be good with data How do i get one drive or the pool back up? nvme drive log: https://pastebin.com/rgRw7VG2 SSD drive log https://pastebin.com/Mn8SzXrT system: https://pastebin.com/62kj46Rb
  11. No it wouldn't delete. I just uninstalled plugin, then edited/removed the bad entry in: /boot/config/plugins/unassigned.devices/samba_mount.cfg Then reinstalled This solved my problem, Thanks for your help!!!
  12. With the GUI. I had problems connecting so I updated plug-in, after update I couldn't edit share so I added a new one. FYI I've tried removing/installing plug-in, but shares are still there.
  13. I'm having issues removing a SMB share, any time I try it says success, but its still there. It looks to have a mount point of "_". If I change the mount point, it adds a new share that I can remove. If i change mount point to "_", I get a fail
  14. Ok im a bit lost here. I installed TMM docker and have been using it. I installed this docker with a shared appdata folder. I now need to run a TMM command after Plex saves a DVR'ed TV show, to add the episode.nfo's tinyMediaManager.sh tvshow --updateX=2 --rewriteNFO plex has a place to run a postprocess script after show is downloaded (as does radarr/sonarr), but I'm not sure how to get one docker to run a command in another. in addition i would like to add different command lines to radarr and sonarr. i see this https://github.com/Eshaan7/Flask-Shell2HTTP im not sure if this is the solution or even how to implement it.