- Code: Select all
awk -F '[ /]' '{print $4}' /proc/cmdline
dev
- Code: Select all
# ls -l /dev/sysdisk
lrwxrwxrwx 1 root root 8 2025-04-27 11:52 /dev/sysdisk -> /dev/sda
- Code: Select all
# ls -l /dev/sda*
brw-rw---- 1 root root 8, 0 2008-01-03 15:06 /dev/sda
brw-rw---- 1 root root 8, 1 2008-01-03 15:06 /dev/sda1
brw-rw---- 1 root root 8, 2 2008-01-03 15:06 /dev/sda2
brw-rw---- 1 root root 8, 3 2025-04-27 11:52 /dev/sda3
brw-rw---- 1 root root 8, 4 2008-01-03 15:06 /dev/sda4
brw-rw---- 1 root root 8, 5 2008-01-03 15:06 /dev/sda5
brw-rw---- 1 root root 8, 6 2008-01-03 15:06 /dev/sda6
brw-rw---- 1 root root 8, 7 2008-01-03 15:06 /dev/sda7
brw-rw---- 1 root root 8, 8 2014-05-30 05:19 /dev/sda8
brw-rw-rw- 1 root root 8, 9 2013-08-09 15:22 /dev/sda9
Since it doesn't display properly in latest Firefox ESR 128.9.x, I used Vivaldi to remove the name of the NAS. I think I put it there because NAS name wouldn't appear on other computers / router. Later I learnt this was a bug in version 18.2.
I then confirmed the change.
About the RAM allocation change, I rarely use the Web GUI and rather have NFS and Transmission have the maximum amount of RAM. Is it wise to set it to "High"?
About Transmission's settings.json, after movinf I now see the server is said not to be installed :hairpull I'd rather not lose all files. Will reinstalling it keep files in /share/1000/tr-daemon/torrents and /share/1000/tr-daemon/resume? Or can I temporarily move it elsewhere before reinstalling and copying it back to its original location? When I have a look at its content, it seems rather OK to me…
Finally, about patch02, that's precisely what I tried to install it right after upgrade, but it didn't give me any feedback on the Web GUI even though at least one folder was "touched" in fvdw. What feedback is it supposed to give? Or is there a way to install patch from the command line so as to get more info?

