this post was submitted on 20 Mar 2026
8 points (90.0% liked)

Linux

64034 readers
544 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] mvirts@lemmy.world 1 points 4 days ago* (last edited 4 days ago)

If you can see how the other machines on the network access the drives, like with net use in 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