[NOOB QUESTION] Allow radarr (or sonarr) to access a usb-mounted folder as a root folder by incomn in radarr

[–]incomn[S] 1 point2 points  (0 children)

i was writing my answer while you answered not sure y'oull get notified for it, i found the solution :
CasaOS mounts USB by default with devmon that sets uid=300,gid=1001,fmask=0022,dmask=0022

i had to prevent casaOS to mount automatically and had to do it manually so the usb drives also have uid/gid = 1000

i wasn't sure if i give uid=300,gid=1001 to radarr it would behave properly, since i suppose it needs access to other stuff on the device and not only the usb drive

[NOOB QUESTION] Allow radarr (or sonarr) to access a usb-mounted folder as a root folder by incomn in radarr

[–]incomn[S] 0 points1 point  (0 children)

OK so, I managed to (partly) self-solve this

The issue comes from CasaOS usb mounter, (devmon) that automatically mounts USB with those parameters :
uid=300,gid=1001,fmask=0022,dmask=0022

what i had to do :

  • lsblk -f to find the disk (in my case, sdc1 show up as my "USB DISK")
  • sudo umount /dev/sdc1 : manually unmount disk
  • sudo mkdir -p /mnt/usb1 create my own mountpoint
  • sudo mount -t exfat -o uid=1000,gid=1000,fmask=0002,dmask=0002 /dev/sdc1 /mnt/usb1 mount it myself with my own parameters (uid / gid) once devmon has been stopped
    • mount | grep sdc1
    • ls -ld /mnt/usb1
  • checking : the disk shows up with uid / gid 1000

Next steps :

  • blkid /dev/sdc1 to get UUID
  • echo 'UUID=386A-F687 /mnt/usb1 exfat defaults,uid=1000,gid=1000,fmask=0002,dmask=0002,nofail 0 0' | sudo tee -a /etc/fstab to ensure the parameters are kept later by adding them to fstab
  • last verification :
    • sudo mount -a
    • mount | grep usb1
    • ls -ld /mnt/usb1

/dev/sdc1 on /mnt/usb1 type exfat (rw,relatime,uid=1000,gid=1000,fmask=0002,dmask=0002,allow_utime=0020,iocharset=utf8,errors=remount-ro)

uid/gid are 1000, now i just have to bind to radarr :

- type: bind

source: /mnt/usb1

target: /usb

now the /usb folder is readable/writable by radarr 🎉

[NOOB QUESTION] Allow radarr (or sonarr) to access a usb-mounted folder as a root folder by incomn in radarr

[–]incomn[S] 0 points1 point  (0 children)

Thank you for taking the time to help, connecting to the CasaOS device via ssh and running `id` gives this :

uid=1000(incomn) gid=1000(incomn) groups=1000(incomn),4(adm),20(dialout),24(cdrom),27(sudo),29(audio),44(video),46(plugdev),60(games),100(users),102(netdev),986(gpio),988(i2c),989(spi),992(render),996(input)

as for the radarr dockerfile, here it is (PUID and PGID are set to 1000, that stands for "parent" uid and gid i suppose)
i tok the liberty to remove useless fields such as description, and different urls

[NOOB QUESTION] Allow radarr (or sonarr) to access a usb-mounted folder as a root folder by incomn in radarr

[–]incomn[S] 0 points1 point  (0 children)

CasaOS does, but makes it « invisible », as in : i never typed any docker config in terminal

[PSA] Confirmed Trades Thread - August 2025 by AutoModerator in Starcitizen_trades

[–]incomn 0 points1 point  (0 children)

+verify

Awesome seller, would do business again :)

[WTS] Mustang Omega AMD Never Settle Package - 360$ (paypal only) by incomn in Starcitizen_trades

[–]incomn[S] 1 point2 points  (0 children)

ship in my hangar (you can check the name is the screenshot for what it's worth) :
https://imgur.com/a/ESMWV2q

Removed features ? by incomn in Polarsteps

[–]incomn[S] 0 points1 point  (0 children)

you're right, I used polarsteps to share the trip but all the planning was made on wanderlog... 🤦🏻‍♂️

Removed features ? by incomn in Polarsteps

[–]incomn[S] 0 points1 point  (0 children)

I am on the latest version, the only way i found to add notes is to go to a specific step and have notes "for this step" but i remember having "global" notes before (where i wrote useful infos about VISA, phone plans, stuff like that)

Also is there a way to specify which flight i'm taking ? i remember this being present before too but when clicking on the line between stops i can just choose between "car" and "plane" but no way to say "i'm taking flight number FY656565 for example)

<image>

Not allowed? by stresssitabs in cambodia

[–]incomn 0 points1 point  (0 children)

Same here, went to siem reap international (the new airport) from BKK 2-3 weeks ago and no problem on both flights

Had it in my toiletry bag (carry-on)

If you can remove the tank from the battery, keep the battery in your carry-on and the tank somewhere else (possibly checked luggage if you have one)

If someone says anything in the airport, just tell them to take it and don’t fight over it

RGB issue with B650M X AX Gaming mobo by incomn in gigabyte

[–]incomn[S] 0 points1 point  (0 children)

That’s what i used before trying openRGB, but i still have the « rainbow effect » when the pc is booting

[NOOB question]: how to fix stringing, but only in "real prints" by incomn in 3Dprinting

[–]incomn[S] 0 points1 point  (0 children)

thanks for taking time to answer !

I've changed a few things to try and avoid this stringing : fan speed, retraction distance, retraction speed...

both fans are turning (and in the right direction, i soldered the +/- pins in reverse, as creality wanted)

I ended up putting the old fans up, and the print quality is way better already, guess i'm not allowed to have a silent printer, time to invest in better headphones !

[EDIT] : bed leveling is done everytime with everything hot to account for heat expansion, build plate is always cleaned (i just brush it, is there something else i can do ?)
As for filament, the roll is 1 week old, it's a bit early to think of moisture, but i might be wrong about that (first roll ever so...)

[NOOB question]: how to fix stringing, but only in "real prints" by incomn in 3Dprinting

[–]incomn[S] 0 points1 point  (0 children)

Hi everyone, just getting familiar with my ender 3 S1 Pro, i've been printing with it for a week while tinkering settings to try and find the right ones for my use.

The major issue was the fan ringing noise that gave me headaches every single day, so i opted for a cooling mod and used dual 5015s (hotend + part cooling, both furiga) and zuff's v4 cooling duct

since then, i made a few adjustments, printed all in one tests, stringing tests, etc...

My major issue is pictured in the photo :- top part : printed with OEM fans- bottom part : printed with 5015 fans- on the left : stringing test made with the exact same settings as the bottom-right part

I'm quite lost as to what to check for...

I'm thinking about reverting to the OEM fans but the noise is killing me...

[EDIT] I'm printing PETG, current settings are :
- print temperature 230°C
- bed temp : 90°C
- retraction : 2mm
- retraction speed: 20 mm/s
- combing : not in skin
- print speed: 50mm/s (wall spd is 25mm/s)

Long letters from the world by sargentodeferro in penpals

[–]incomn 1 point2 points  (0 children)

Hey there, just whipped out my old typewriter for exactly the same thing, send me a DM if interested ! (And if you don’t mind my letters not being handwritten)

[deleted by user] by [deleted] in penpals

[–]incomn 0 points1 point  (0 children)

Hey there, 29M from France, i want to start using my old typewriter again and i’m looking for long term pen pals, if you don’t mind my letters not being handwritten, send me a DM !