Guide: How to Share A Folder Between Ubuntu/Linux and Windows
转载:
Steps to Share a Folder in Ubuntu
Step 1: Open file manager and right-click on the folder which you want to share. Click on the option “Local Network Share” in the context menu.
Local Network Share Option
Step 2: Click on the Share this folder checkbox in the Folder Sharing dialog.
This would install Samba packages in your system. Samba is used to share files and printers over the network between Windows and Unix systems.

Folder Sharing Option – Install Samba
Step 3: After samba installation, do the following to share a folder or directory.
sudo smbpasswd -a Username
username should be a valid user of the respective Ubuntu system.
You should be all set now to access the folder/directory.
关键的就是上面这一步,设置一个username进来。要是这个名字不起作用了,就得再执行一遍。
本文提供了一种在Ubuntu和Windows之间共享文件夹的详细步骤。首先,在Ubuntu的文件管理器中右键点击要共享的文件夹,选择Local Network Share。接着,启用Share this folder并安装Samba。然后,使用`sudo smbpasswd -a Username`命令设置Samba用户。完成这些步骤后,你应该能够访问共享的文件夹。

8183

被折叠的 条评论
为什么被折叠?



