I’m trying to connect my Linux laptop to the network at my workplace so I can share files with colleagues, but it’s not clear how to do it.
I can plug in the Ethernet cable and get a connection to public internet but cannot see any storage drives on the local network.
What should I do?
Debian 13, GNOME 43.


If you can see how the other machines on the network access the drives, like with
net usein the windows command prompt, then you will know the protocol and address and share name to connect to.If it’s something like \\computername\a\path\here that’s a windows file share which you can connect to with samba. On modern Linux desktop systems you can sometimes get away with opening a file browser and typing in a location like smb://computername/a/path/here and it may just work
Keep in mind computername could be an IP address instead, and some file browsers are sneaky about letting you type in a path (nautilus/gnome, which I think is Ctrl+L) if smb://… Doesn’t work smbfs:// may be worth a try