2009年9月8日火曜日

How to mount windows share folder on Linux

Ubuntu
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 件のコメント: