TenForward: Where Every Vulcan Knows Your Name
/c/TenForward: Your home-away-from-home for all things Star Trek!
Re-route power to the shields, emit a tachyon pulse through the deflector, and post all the nonsense you want. Within reason of course.
~ 1. No bigotry. This is a Star Trek community. Remember that diversity and coexistence are Star Trek values. Any post/comments that are racist, anti-LGBT, or generally "othering" of a group will result in removal/ban.
~ 2. Keep it civil. Disagreements will happen both on lore and preferences. That's okay! Just don't let it make you forget that the person you are talking to is also a person.
~ 3. Use spoiler tags.
Use spoiler tags in comments, and NSFW checkbox for posts.
This applies to any episodes that have dropped within 3 months prior of your posting. After that it's free game.
~ 4. Keep it Trek related. This one is kind of a gimme but keep as on topic as possible.
~ 5. Keep posts to a limit. We all love Star Trek stuff but 3-4 posts in an hour is plenty enough.
~ 6. Try to not repost. Mistakes happen, we get it! But try to not repost anything from within the past 1-2 months.
~ 7. No General AI Art. Posts of simple AI art do not 'inspire jamaharon'
~ 8. No Political Upheaval. Political commentary is allowed, but please keep discussions civil. Read here for our community's expectations.
Fun will now commence.
Sister Communities:
Want your community to be added to the sidebar? Just ask one of our mods!
Creator Resources:
Looking for a Star Trek screencap? (TrekCore)
Looking for the right Star Trek typeface/font for your meme? (Thank you @kellyaster for putting this together!)
view the rest of the comments
Oh man, looks like I have a bunch of googling ahead of me.
etc/fstab is my hint.
Basically I had to make a folder in mnt and then add this upcoming line manually. Fun fact! It doesn't like spaces, thus 040POOL. Idk why but an underscore didn't work either. I didn't know this at first and wanted to slam my face into my keyboard by the time I got it working.
Confirm it works with terminal command:
sudo mount -a
Then reboot and see if it automounted:
mount | grep nas
"nas" is whatever you called the mnt subdirectory you created.
This is a very fucking stupid process vs right clicking a folder on my NAS in Windows and mapping a network drive so it gets a storage device letter. However, it's fun to rant about.