Search found 9 matches

by mothravsmechabilbo
Mon May 27, 2024 9:24 pm
Forum: Installation
Topic: Docker drive size vs. actual media drive
Replies: 3
Views: 1756
Virgin Islands (USA)

Re: Docker drive size vs. actual media drive

This is what I have for Radarr: radarr: image: lscr.io/linuxserver/radarr container_name: radarr environment: - PUID=${PUID} - PGID=${PGID} volumes: - ${MEDIA_DIRECTORY}/movies:/movies - ${MEDIA_DIRECTORY}/downloads:/downloads - ${INSTALL_DIRECTORY}/config/radarr:/config And the env variable for my ...
by mothravsmechabilbo
Mon May 27, 2024 5:31 pm
Forum: Installation
Topic: Docker drive size vs. actual media drive
Replies: 3
Views: 1756
Virgin Islands (USA)

Docker drive size vs. actual media drive

I'm confused about the (perceived) storage in a Docker container. See this screen clip from Radarr, which was installed from YAMS docker compose on macos: https://imgur.com/q9UpvFC The media server drive itself has 14tb or so of free space, but according to that screenshot above, the media folder wi...
by mothravsmechabilbo
Sun May 26, 2024 4:30 pm
Forum: Installation
Topic: sed -e no such file or directory
Replies: 4
Views: 1642
Virgin Islands (USA)

Re: sed -e no such file or directory

Thanks rogs , that's what I'm planning to do now. When you say make changes manually, do you mean filling in the vars in the docker-compose which I would have populated via the install.sh instead? I plan to have a .env file for the guid and media location and such (basically copying the env file tha...
by mothravsmechabilbo
Sun May 26, 2024 2:15 am
Forum: Installation
Topic: sed -e no such file or directory
Replies: 4
Views: 1642
Virgin Islands (USA)

Re: sed -e no such file or directory

I'm on macOS 14.5 by the way.

by mothravsmechabilbo
Sun May 26, 2024 2:14 am
Forum: Installation
Topic: sed -e no such file or directory
Replies: 4
Views: 1642
Virgin Islands (USA)

sed -e no such file or directory

I'm getting this error every time I get to a certain part of the install process, and I can't tell what file or directory it is referring to. I have no issues until this point, i.e. selecting the media directory is fine. Can anyone tell me where to dig? What's your VPN password? (if you are using mu...
by mothravsmechabilbo
Fri May 24, 2024 5:11 pm
Forum: Installation
Topic: Changing the media drive after installation
Replies: 5
Views: 1618
Virgin Islands (USA)

Re: Changing the media drive after installation

Hey rogs , I just wanted to make sure I have a grasp on the steps after reading the config backup/restoration article: Copy all media from Media Drive A to Temp Drive Unmount Media Drive A Stop YAMS Create a backup of the configuration via the provided steps Restore a backup of the configuration via...
by mothravsmechabilbo
Fri May 24, 2024 5:03 pm
Forum: Installation
Topic: Changing the media drive after installation
Replies: 5
Views: 1618
Virgin Islands (USA)

Re: Changing the media drive after installation

Oh, amazing. I didn't see this, thanks!

by mothravsmechabilbo
Fri May 24, 2024 4:45 pm
Forum: Installation
Topic: Changing the media drive after installation
Replies: 5
Views: 1618
Virgin Islands (USA)

Changing the media drive after installation

Hello! I am working on getting all the pieces together for my media server and am planning to use yams for it. However, there is one thing I haven't been able to find much info for in the excellent documentation. Here's my situation: Currently I have access to a 14tb Raid 1 media drive setup which I...