Everything posted by sheldz8
-
(SOLVED) No space left on device (28)
Thanks I did check the dockers and all the volumes were correct but I left my server alone for 1 day and the disk didn't fill up again so I don't know what happened. I'll sort out the shares when I get time.
-
(SOLVED) No space left on device (28)
The last time I set these shares to only use Cache my 1TB cache pool filled up fast and the server was unusable
-
(SOLVED) No space left on device (28)
Is it possible to see what caused it because my server was fine since I built it. I haven't made any changes to it in 2 months
-
(SOLVED) No space left on device (28)
This is the second time today I recieved this message, I'm not sure what is causing it and resolves itself after rebooting. Attached is the diagnostics (after reboot), error when trying to login and df -h output (before reboot). When this happens I can still use SSH and Plex but I can't login / access SMB shares unraid-server-diagnostics-20210920-1552.zip
-
Windows 10 VM
Did you install the guest tools? Sent from my SM-A305F using Tapatalk
-
Virtualizing Windows 11 and TPM 2.0 requirement
I hope Microsoft removes those two requirements because if someone gets the update on their old machine they won't know what to do if they aren't tech savvy Sent from my SM-A305F using Tapatalk
-
Win10 VM not working after 6.9.2
You must modify your VM settings to use the new version Sent from my SM-A305F using Tapatalk
-
General advice and buying advice for my first server
You can use Nextcloud for local cloud or use rclone and set up your cloud drive. If you don't want to use a gpu for plex transcoding you need a good CPU. My i7 8700k can't handle 4k hdr and always forces transcoding. My nvidia gpu for some reason doesn't work with plex. I used to use Ubuntu Server but since moving to Unraid I don't regret it. Unraid is more flexible. Sent from my SM-A305F using Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Referring to what Akatsuki suggested I actually forgot about the Cache being in the script. I would set the cache limit lower Sent from my SM-A305F using Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
If you want the folders deleted even though the media files are uploaded then you would need to edit the upload script to force remove directories that aren't empty. The excluded list is further down the script and to force remove it is also further down. Just google on how to do what you require with Linux commands Sent from my SM-A305F using Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
The files are being deleted after each upload so it's probably excluded files preventing it from deleting the folder. If you want the folders deleted even though the media files are uploaded then you would need to edit the upload script to force remove directories that aren't empty. Sent from my SM-A305F using Tapatalk
-
Question regarding Shares
You need to set it to only use cache under Shares otherwise it will split between cache and array disk. Sent from my SM-A305F using Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
The txt file is corrupt Sent from my SM-A305F using Tapatalk
-
[Solved] Ran out of cache space, dockers crashed/won't respond.
See if it will work by removing the VM and add it again if that doesn't work then disable Docker and VM in settings and post new diagnostics Sent from my SM-A305F using Tapatalk
-
[Solved] Ran out of cache space, dockers crashed/won't respond.
Reboot first and see if that fixes it Sent from my SM-A305F using Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
What does the upload logs say after uploading is finished? Sent from my SM-A305F using Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
You uploaded more than whatever amount of GB you set within 24 hours it should be fine now. Also ensure --drive-stop-on-upload-limit is set on the upload script because it will cause a loop if it hits 750gb it can cause issues with your gdrive api. You should be able to cancel the script on the plugin page https://github.com/rclone/rclone/issues/3857 Sent from my SM-A305F using Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Just use a cron job to run whenever you want on the user script page set to custom Example every 6 hours use: 0 */6 * * * As long as your upload script is setup correctly it will auto run every 6 hours without failing if there are files to upload and if you used below 750gb. Sent from my SM-A305F using Tapatalk
-
Guide: How To Use Rclone To Mount Cloud Drives And Play Files
Sorry I meant that it is optional if you don't plan on uploading anything. I misread your original post when I said that. LocalFileShare2 is for a 2nd remote drive and From what I read now again on your original post is that you want to copy plex to gdrive? Do you want to do this alongside the local share? I don't think that will work because I presume it will use move/copy/sync that you set for the first local Share. I would suggest using something like rsync to auto backup the plex folder periodically and point it to backup to the local folder. I haven't done this before because I know it usually corrupts the backup folder and plex restore is basically useless Sent from my SM-A305F using Tapatalk
-
SSD not recognized
Does your BIOS detect the faulty disk? Try looking in Device Manager on Windows and diskpart using cmd Try installing the pre clear plugin and see if it recognizes it I think this is a faulty ssd
-
SSD not recognized
If you are checking with Windows did you use Disk Management? If you Stop the Array does it ask you to format the unmountable drives?
-
What is your longest Unraid up time?
Where I live we always have blackouts so the longest i can go is maybe 1 month or less
-
How much RAM do you have installed in your unRAID server?
16GB i7-8700
-
How many TB's is your Unraid Server?
I only have 14TB Array + 1TB Cache and 14TB on Unassigned NTFS disks. I am moving all my data to the cloud I have 8TB left to upload to gdrive Then I will remove the unassigned devices and keep one disk in the Array and use one disk for parity.
-
Parity Drive Recovery, I messed up
Yes, from your summary i read that it was unmountable and you wanted to get it reassigned correctly so when the array can't find the disk and a file system was assigned I usually just reset the array and reassign the disks correctly.