Share the Folder in windows.
run this command on Ubuntu:
echo 0 > /proc/fs/cifs/LinuxExtensionsEnabled
Mount the share in Ubuntu:
mount -t cifs //win.ip.no.here/ShareName /Floder-in-Ubuntu -o username=administrator,password=password-for-admin,
uid=1000,umask=000
Mount permanently by add this line into /etc/fstab:
//win.ip.no.here/ShareName /Folder-in-ubumntu smbfs auto,username=Administrator,password=password 0 0
No comments:
Post a Comment