record my way to ubuntu

Monday, August 21, 2006

mount samba folder

sudo mount -t smbfs //192.168.1.2/Video ~/video -o credentials=/etc/samba/cred-file,uid=ronadams,gid=users


that's the way, use command to mount samba folder

1 comment:

Uaresmiling said...

mount -t smbfs -o username=xxxx,password=xxxx //windows-machine/shared-folder /local-ubuntu-server/

hh

Followers