-
Gray J started following How to increase SMB file name length , [Support] Djoss - Czkawka , The Enclosure Thread and 4 others
-
The Enclosure Thread
https://a.co/d/9hRZ5GJ https://www.amazon.com/dp/B0D4ZJM1GM?ref_=ppx_hzsearch_conn_dt_b_fed_asin_title_5 Generic ZhenLoong LF24-12G 4U 24 Bay Server Chassis Hard Drive Disk hot swappable SATA SAS Rackmount Case with 12G backplane SFF8643 Interface,USB 2.0.sea Shipping and Express delivery About 40 Days Above is a case I have recently bought and have been talk with the manufacturer about improving on. It has 24x 3.5 bays and so far has been really easy to build in. It has support ATX motherboards and an ATX power supply, but I would advise not using the fans. The server fans it came with are for server motherboards, so it killed the fan headers on my test motherboard and a fan controller I was using. They are also loud like server fans, so I would just advise replacing them either way. I will be replacing the fans with these ARTIC packs https://a.co/d/gaxOWJ2 https://www.amazon.com/dp/B0D5B2CT2M?ref=ppx_yo2ov_dt_b_fed_asin_title&th=1 ARCTIC S12038-8K (3 Pack) https://a.co/d/izEAO3t https://www.amazon.com/dp/B09VGW7L6Y?ref=ppx_yo2ov_dt_b_fed_asin_title ARCTIC S8038-10K - Server Fan, 80x80x38 mm, 500–10000 RPM, PWM Regulated, 4-pin Connector, 12 V DC, Rack Cooling Fan - Black I want to get an accelerometer to make sure that the case is under 0.2 G in force when fully filled and fired up. I will update this post if I get around to that. This case was a goldilocks case for me, and so far has been perfect. And the manufacturer has been very communicative on suggestion on improving the case design and support with components. Turn around from them has been about a month long each time since they are from China and I am from California, but for the price the case is, and the free steel parts they have shipped me, one month turn around is more than acceptable. I want this manufacture's business to succeed, so I am sharing it here in case it might fit other's use cases as well.
-
Data from my photos folder are gone
All the data in my photos folder has disappeared but the array shows no size change. The terminal and smb do not show any contents in the folder at all and the folder size is zero, but the total array capacity has not changed. This was at least 3 TB of data. Can someone please tell me what is going on here. diagnostics attached below tower-diagnostics-20240511-1415.zip
-
User script to force a Recyclarr sync
#!/bin/bash docker exec recyclarr recyclarr sync Add that to use scripts and run it when ever you want to force a sync onto the docker container Recyclarr. Requires user scripts and recyclarr https://forums.unraid.net/topic/48286-plugin-ca-user-scripts/ https://recyclarr.dev/wiki/installation/unraid/
-
WinDirStat for Unraid?
Personally I like czkawka (aka hiccup file duplication detection) for file duplication detection since it also does videos and photos of different sizes using a form of machine vision. It also supports creating hard links, sym links, and the like. Also it is free and recently added to unraid.
-
Trying to create a script to make a PIA wiregaurd config for all the dockers that require it.
I'm trying to make a script that adds a wiregaurd file to my docker containers that need it, like my torrents. This script is being made for PIA specifically and is based off their https://github.com/pia-foss/manual-connections repo. My script downloads the repo that contains all the script files, then runs them using the command given in the repo above which creates a config at /etc/wireguard/pia.conf What I want to know is that since I am using the config for VPN purposes, should I also be adding the port of the docker container to the vpn config? #!/bin/bash # grab the current wiregaurd script from PIA git clone https://github.com/pia-foss/manual-connections.git cd manual-connections find . -type f -exec chmod +x {} \; # rFlood_VPN Config sudo VPN_PROTOCOL=wireguard DISABLE_IPV6=yes DIP_TOKEN=no AUTOCONNECT=true PIA_PF=false PIA_DNS=true PIA_USER=p0000000 PIA_PASS=PIA_PASSWORD ./run_setup.sh # Source file path source_file="/etc/wireguard/pia.conf" # rFlood_vpn Destination directory destination_directory="/mnt/user/appdata/rflood-vpn/wireguard" # Destination file name destination_file="w0.config" # Check if the source file exists if [ -e "$source_file" ]; then # Create destination directory if it doesn't exist mkdir -p "$destination_directory" # Move and rename the file mv "$source_file" "$destination_directory/$destination_file" echo "File moved successfully to $destination_directory/$destination_file" else echo "Source file $source_file not found." fi
-
How to increase SMB file name length
I am aware of this, python3 offers to increase the path name during instal. That is usually how I get around it on windows. I was hoping Unraid also had a trick to increasing it as well. Does FTP or NFS also have this limitation on Unraid?
-
How to increase SMB file name length
well that is unfortunate.
-
How to increase SMB file name length
Doubling it to 512 would be fine, or to 384, I believe would be the longest string I would have in my windows backups.
-
How to increase SMB file name length
Is there a way to increase or unlock the file name length in SMB on unriad via config or setting change?
-
[Support] ich777 - Application Dockers
Before I use that command, what should I expect it to do?
-
[Support] ich777 - Application Dockers
I am unable to. When I right or left click, nothing happens. Is there a key combination to bring windows forward or a key combo to change focus?
-
[Support] ich777 - Application Dockers
Help I somehow minimized Krusader and the progress bar and I can't figure out how to bring either of them back
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
Has anyone else having trouble with exfat drives, macOS, and smb share? I have a usb 3.0 drive hooked up to Unraid via unassigned drives, I have it shared as a private smb share, but only around half of all the top dir folders are showing up in MacoOS. is there any way to fix this?
-
Start GUI from command
Does anyone know if there is a list or an actual man page for all the commands like this?
-
-
Gray J changed their profile photo
-
Dynamix File Integrity plugin
Is the program actively ignoring excluded shares for anyone else? I mean it is still checking shares that have been marked as excluded.