SLMS Network Share / NAS has moved

The network share (NAS/Network Attached Storage) has now moved to: nas.space.southlondonmakerspace.org

For Windows 10 + 11 you need to use the username/password: slms because of how Windows works.

Important!

Storage on this is not backed up, your files can and will be deleted at random.

Thanks to Yaz

Many thanks to @ylatef for the donation of the Raspberry Pi and SSD this is now running on, and for setting this up.

Info for Techs

Going forward if it would be useful we can probably setup some read only public storage for the techs if they’d like a place to drop things, rather than the current setup of putting them in the top level folder and hoping for the best.


This section is for the purpose of updating a bunch of old posts which are no longer editable, or not mine:

3 Likes

I would argue we should wipe the storage on a periodic basis to make this abundantly clear. It will also avoid crap accumulating.

Something else that might be nice is creating folders for every member automatically. We obviously don’t have any access control on it but at least having folders already there encourages people to keep their files tidy.

4 Likes

Folders for every member would be lovely, but requires access to an API that we don’t have right now, I’ve written one that could be used by members for stuff like this, but it needs testing as it was done in the blind, and it requires directors to give me or someone access to install it.

Not sure 700 folders help that much, probably clearing the drive regularly would be better and also make sure people remember it is not a backup…

1 Like

Can we clear the contents of all folders. and leave the folders at root. that way the organisation is already there for people that already use it but we don’t need to populate all 700 folders. Maybe top level readme with retention policy and a Users DIR

Create folders for anyone that has tapped their fob in the past 30 days?

It’s all possible but the current focus is on Tool Control Mk8 and feature development, I’ve DM’ed to see if you want to get involved?

My vote would be to nuke it every week during cleaning :slight_smile:

Can someone remap the share on the cnc computers? Lasers and the 2 desktops would be value add but not essential.

2 Likes

Okay, I’ve added a web GUI too:
http://nas.space.southlondonmakerspace.org (local only, and won’t work i you use a custom DNS setting)


Theres a lot of stuff in there, but also theres a shit load of space still so I’m not sure if it matters or not about wiping it.

I’ve also tidied up the various generic techs folders into a single Techs folder which is read only for most users.

If you need the password for write access please DM me.

Idea I guess is you can put things in here that other people can’t mess up, such as files to share during induction.

However it still doesn’t have a backup.

I really want to avoid the heartache for folks when something happens and the drive disappears, even for tech documents. We’ve used discourse and tool pages or tech areas for that in the past. Storage folks rely on really needs to be backed up, versioned, etc

I will try today to update all the computers.

I can’t connect to either NAS this morning, it seems x.x Not sure if I can do anything, as I can’t see the new pi on the network or access the cabinet =T

Seems to be available to me over SSH, HTTP and SMB.

Hmm, I might be doing something wrong? Should it be http://nas.space.southlondonmakerspace.org in browser and smb://nas.space.southlondonmakerspace.org in file explorer?

1 Like

Correct.

If you have an external DNS like 1.1.1.1 or 8.8.8.8 setup it won’t work because you are effectively bypassing SLMS DNS with a public DNS Server.

So I’ve tried off the 3DPrinting laptop and my home laptop with no avail, but haven’t had a chance to fiddle DNS on either yet. Will have a look on mine and see if I have any luck, but am bouncing between a few things so may take a while

Try with 10.0.11.217

IP works on my laptop for SSH and SMB, HTTP redirects to the FQDN which fails. On the 3DPrint laptop, ssh stalls, trying to connect via smb in Files gets a Connection Timeout regardless with FQDN or with IP. So possibly it’s a DNS issue on my laptop, and then a separate issue for the 3dPrint laptop?

What are the DNS servers for the space? Here’s what I’m seeing:

yaz@Yasers-MacBook-Air ~ % scutil --dns | grep ‘nameserver’
nameserver[0] : 100.64.0.2
nameserver[0] : 100.64.0.2
nameserver[0] : 10.0.10.1
nameserver[0] : 100.64.0.2
yaz@Yasers-MacBook-Air ~ % nslookup nas.space.southlondonmakerspace.org
Server: 100.64.0.2
Address: 100.64.0.2#53

** server can’t find nas.space.southlondonmakerspace.org: NXDOMAIN

So possibly I need to kill that first entry and be using 10.0.10.1?