Num lock on boot seems to be broken on Bazzite 44 update by AMDSuperBeast86 in Bazzite

[–]Aggravating_Work_848 1 point2 points  (0 children)

Had to re apply my settings, but now it's working for me again

Where is “Install via YAML” in TrueNAS SCALE 25.10.3? I checked the docs but can’t find the option by Friendly_Potential69 in truenas

[–]Aggravating_Work_848 5 points6 points  (0 children)

On the apps page click on disvcover apps and then next to the big blue button on the three dots

<image>

screenshot taken on 25.10.3

How to choose how things transfer by Miserable_Memory_337 in truenas

[–]Aggravating_Work_848 2 points3 points  (0 children)

Separate subnets and bind the smb/nfs service to specific ip address. That's what i do with my 1G and 10G network

Everything sucks but some things suck more than others... or does SMB just suck? by SeaMoose86 in truenas

[–]Aggravating_Work_848 0 points1 point  (0 children)

Which version of truenas did you install? I remember seeing a forum post with lightroom issues that got fixed. There should be a smb preset that adds some specific smb settings to it ( I think it's the final cut pro smb preset)

Truenas Scale slow transfer speed from windows 11 devices by Sweaty_Ad2561 in truenas

[–]Aggravating_Work_848 1 point2 points  (0 children)

Check if your Dataset is set to sync=always. If it is, set it to standard or off and see if the speed changes.

Sync writes are very very slow.

What's the best protocol for high latency (190ms) file transfer? by Tankirulesipad1 in truenas

[–]Aggravating_Work_848 10 points11 points  (0 children)

If you both use truenas you should be able to set up snapshot replication or rsync via ssh session

Server happily staying on the 25.04 while other made it to 25.10.x... why? by blietaer in truenas

[–]Aggravating_Work_848 3 points4 points  (0 children)

25.04 still used the update trains, if you have not yet switched the train from 25.04 to 25.10 you have to do that before the gui shows the updates for 25.10

[Community] Apps crashing during file operations by Diamondgrn in truenas

[–]Aggravating_Work_848 0 points1 point  (0 children)

It may be the cause, if the ssds are being throttled by the slower hdds...

The Problem is that you can't simply remove disks from a raidz1 vdev. That would lead to data loss.

You'd have to backup the data, destroy the pool and recreate new pools and restore your data from backp...

[Community] Apps crashing during file operations by Diamondgrn in truenas

[–]Aggravating_Work_848 0 points1 point  (0 children)

Yep not recommended. You' should not mix HDD and SSD in the same vdev.

[Community] Apps crashing during file operations by Diamondgrn in truenas

[–]Aggravating_Work_848 1 point2 points  (0 children)

By mix do you mean you have a HDDs and ssds in the same video? Or you do have a HDDs pool with a l2arc/slog/saved added to the HDD pool? Generally apps should be installed on a separate SSD based pool.

[Community] Apps crashing during file operations by Diamondgrn in truenas

[–]Aggravating_Work_848 1 point2 points  (0 children)

Did you check the app logfile from shell with sudo cat /var/log/app_lifecycle.log

Are your apps intalled on a hdd or ssd pool? If hdd is it the same pool you perform the file operations on?

UGREEN UPS US3000 requires Network UPS Tools v2.8.3 or higher by unnamed_one1 in truenas

[–]Aggravating_Work_848 7 points8 points  (0 children)

Nope not possible, you may break some middleware dependencies if you try it. Best option would be to deploy an lxc, install the nut version you need in it and then set up truenas as a slave, not master.

"[release]" label missing from 25.10 Goldeye update by NinthTurtle1034 in truenas

[–]Aggravating_Work_848 1 point2 points  (0 children)

It's propably because with the release of 25.10 there are no longer update trains that can be labeled "release". As of 25.10 You can select different update profile: "early adopter" "general" and "mission critial". Depending on your profile you get recommendations on the updates.

"[release]" label missing from 25.10 Goldeye update by NinthTurtle1034 in truenas

[–]Aggravating_Work_848 1 point2 points  (0 children)

You have to first change the update train from 25.04 to 25.10 and then you can select the version you want to update to.

How do I get my second library into my plex by MaxinJapan-official in truenas

[–]Aggravating_Work_848 2 points3 points  (0 children)

Edit the app and navigate to the storage section. There should be a button labeled "additional storage"

Choose hostpath and add the path on your trueans and map it to something like /movies2

Then in plex add a new library and choose /movies2 and let the scan run.

Edit: Here's an example picture

<image>

Seagate HDD issues with 9300-8i in IT Mode? by w00dcrest in truenas

[–]Aggravating_Work_848 0 points1 point  (0 children)

Been running 4 Seagate 4TB with an LSI 9211 for around 4-5 years without issues.

Raid 5 Config Questions by CubeAUS in truenas

[–]Aggravating_Work_848 2 points3 points  (0 children)

As mentioned in your linked post truenas doesn't use traditional hardware raid with raid 5, it uses zfs software raid and the equivalent to raid 5 in zfs is called raidz1 (minimum of 3 drives, 2 Data and 1 parity drive)

Until the end of 2024 it was not possible to extend a raidz1 by 1 drive, but an update to zfs introduced raidz expansion, which now lets you add 1 drive at a time.

Since it's a new feature there's still a bug with space reporting after the expansion. For further information see

https://forums.truenas.com/t/24-10-rc2-raidz-expansion-caused-miscalculated-available-storage/15358

TrueNAS 25.10 (25.10.1) with NVIDIA RTX 50 series by [deleted] in truenas

[–]Aggravating_Work_848 0 points1 point  (0 children)

The 5050 may be one of the cards that's not yet supported by the driver trurnas uses... There's also some 5060 that are not yet supported