1. install smbfs
sudo apttitude install smbfs
2. mount windows share folder to linux machine mount point
mount -t smbfs //windows machine(ip or name)/folder_name/ /linux_mount_folder_name/
Fedora
1. install cifs
su
yum install samba-client
2. mount windows share folder to linux machine mount point
mount -t cifs //windows machine(ip or name)/folder_name/ /linux_mount_folder_name/
Let's enjoy...
0 件のコメント:
コメントを投稿