• 2 Posts
  • 6 Comments
Joined 1Y ago
cake
Cake day: Oct 22, 2023

help-circle
rss

Hello brother. 🙏 May I talk to you for a minute about our lord and savior Brother Laser Jet Printer.


It’s not “exactly like” physical media. The license portion is a similar concept. But the difference is that the variables that determine whether I can keep watching the content whenever I want, in perpetuity, lie solely with me as the person who physically possesses the media. The corporation from which I purchased the license can’t unilaterally decide to revoke my access to the content.


Since I don’t know your level of expertise, I’ll go step by step. Forgive me if you already know how to do some of this.

In terminal, type “sudo nano /etc/fstab” (without quotes). This brings up a file where you can add the mount point so it mounts at boot and set options for the mount. Go to the end of the file and enter a line like the following, substituting your info in the appropriate places:

//[static ip for nas]/[top level folder on nas you want to mount] /[mount point in Linux] [file system type for mount] [mount options, nas login credentials, permissions] 0 0

Mine looks like this: //192.168.1.0/Media /mnt/Media cifs _netdev,user=anonymouse,password=*****,uid=1000,file_mode=0777,dir_mode=0777 0 0

The “_netdev” option is the one that delays the mount until after your network is up. The “file_mode” & “dir_mode” set the mount permissions. There is info out there showing how to insert a reference to a credentials file instead of placing them in fstab in plain text, but I didn’t bother since I have my computer and user profile pretty well locked down.

To get _netdev to work, I had to enter the following in terminal (without quotes): “sudo systemctl enable systemd-networkd-wait-online”.

I couldn’t find all the sites I visited while setting this up, but here are a few:

https://unix.stackexchange.com/questions/98707/how-do-i-mount-a-cifs-share-so-i-can-fully-control-the-mounted-volume-on-the-cli

https://unix.stackexchange.com/questions/429604/fstab-not-automatically-mounting-smb-storage?rq=1

https://help.ubuntu.com/community/Fstab#Options

Hope this helps!


I’ll look up the exact info when I get home and provide links if I can find them again.

The summary is that I had to add a line to /etc/fstab with the ip and folder route of the nas drive and folder, then the mount point in linux, the file system type for the mount, options that give login creds/group id + establish permissions I want to apply to the mount, and an option that keeps the drive from trying to mount until my network is connected.

Finally, for that last option to work, I had to enable a process that I forget the name of. I think it was in systemd, but I was able to initiate it from the command line.


Server Configuration Update
Original post [here](https://lemmings.world/post/4398082). First, thanks to everyone who responded. Thought I'd write up an update on my progress. I took the advice to keep the NAS dedicated to storage and bought a Beelink mini computer (2Ghz Quad core Intel Celeron; 250GB; 4GB RAM) for the server and installed Linux Mint. I decided that the perceived complexity of Docker and Portainer were more than I wanted to tackle right now and that the benefits wouldn't be worth the effort, so I'm installing directly to the OS. So far I have Jellyfin and Audiobookshelf up and running. Most of the setup is straightforward. I've spent the most time so far learning to permanently mount the NAS and set the necessary permissions. Took a bit of online research to figure this out. Second most time was setting up NordVPN with Meshnet for remote server access. Next step is the Servarr suite. I'm thinking that's going to be a bit more of a challenge.
fedilink

Am I in over my head? Need some encouragement!
I'm a novice Linux user. Comfortable with command line but far from a whiz. Have to duckduckgo a lot of stuff to figure out what I'm doing. I just bought a WD EX2 Ultra. The Plex app is built in, but it looks like the other stuff I want to do will require Docker containers. Maybe I just need to devote more time to learning containers but, at first look, it all seems quite daunting. Here's what I want to set up. Jellyfin for music, tv & movies. Audiobookshelf for podcasts. The Servarr suite for library collection and management. VPN for security and privacy. Am I swinging too big for my skill level, or does this seem doable? Any suggestions on how to proceed? Any and all feedback is welcome!
fedilink

Maintenance has been negligible - $250 a year for oil changes & a couple hundred for replacing damaged tires. I might check into my state’s tax credits to see if that would make up the difference in cost.

The range problem is that I can’t charge at home. I could probably go as low as 140 miles if I’m willing to visit a charging station every weekend. But, the one to three times a year when I do drive somewhere for vacation or to visit family, I’d either have to plan very carefully or rent a car.


Initial cost and lack of charging infrastructure are the two biggest drawbacks for me. The lease on my current car ends in a year, and I’m looking for a viable EV. But most EVs that are bigger than a breadbox and have a 250+ mi. range start around $7-10k beyond my budget.