How Can I Access Windows File Shares from Linux?

0
1
Asked By TechWanderer92 On

I've recently installed Arch Linux on my laptop as a way to learn before transitioning other devices over from Windows. I have a home server running Windows with a large amount of data, and I've been using Windows file sharing to access it without issues on my main PC. I'm looking for a straightforward method to access the shared files from my new Linux setup. Is setting up an FTP server necessary, or is there a simpler solution?

3 Answers

Answered By FileExplorerFan23 On

If you were using a more user-friendly distro like Linux Mint, the Windows shares would show up directly in your file browser. Since you're on Arch, you'll need to use Samba to access the files.

Answered By ShareGuru77 On

Check out localsend.org—it’s a pretty great tool for sharing files across devices.

Answered By LinuxNinja88 On

You can access your Samba share easily. Just try using the command `smb://192.168.0.x/` in your file explorer, replacing `192.168.0.x` with the actual IP address of your Windows server. This should work in most file managers like Dolphin if you're using KDE.

ArchLearner101 -

Oh wow, that sounds really simple! I didn't think it would be that easy.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.