record my way to ubuntu
sudo mount -t smbfs //192.168.1.2/Video ~/video -o credentials=/etc/samba/cred-file,uid=ronadams,gid=users
mount -t smbfs -o username=xxxx,password=xxxx //windows-machine/shared-folder /local-ubuntu-server/hh
Post a Comment
1 comment:
mount -t smbfs -o username=xxxx,password=xxxx //windows-machine/shared-folder /local-ubuntu-server/
hh
Post a Comment