How to share files between Windows and Xubuntu

Okay,this is a instructional tutorial,Follow the instruction step by step ,and you will make it!
1.Install samba and smbfs.
sudo apt-get install samba smbfs
2.Install fusesmb,this will make thing easier to browser network places in Thunar.
sudo apt-get install fusesmb
However, in order to use it, it is necessary to add in the fuse modules loaded at startup:
sudo sh -c "echo fuse >> /etc/modules"
If you want to enjoy it without restarting:
sudo modprobe fuse
3.Add users can use FUSE fuse in the group, for example:
sudo adduser hongjun fuse
4.Once the fuse module loaded (modprobe fuse or reset), the module is materialized by / dev / f use, but the default rights are not correct.
sudo chgrp fuse /dev/fuse
4.Create a folder that you want mount the LAN network resources to:
sudo mkdir /media/network
sudo chmod 777 /media/network
5. Use the command below,and work done!
fusesmb /media/network
cd to /media/network and you will see shared resoureces in your LAN,using
fusesmb.cache to refresh hosts.

0 Comments:

Post a Comment