Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to access Windows shared folders using emacs

Tags:

linux

emacs

tramp

I am using Emacs on Linux and would want to know how to access my Windows shared folders from Emacs. I am able to perform this operation using nautilus (gnome file manager).

like image 598
ggg Avatar asked Feb 20 '23 09:02

ggg


1 Answers

Windows shared folders are usually samba shares which can be accessed using tramp. You can find the relevant part in the tramp documentation here in the "smb -- smbclient" subsection. The correct syntax should be something along the lines of

/smb:USER%DOMAINNAME@HOST:/REMOTEPATH
like image 171
elemakil Avatar answered Feb 22 '23 23:02

elemakil