Archive for July, 2008

Mounting Windows Shares Automatically

Tuesday, July 15th, 2008

If you want to mount a remote windows share,

you can use the command below:

sudo mount -t smbfs //path/to/share /path/to/local/directory -o
username=username,password=password,rw,uid=user_id,gid=group_id

You can edit /etc/rc.local in order to enable mount operation everytime system boots up.

I am updating the web site.

Monday, July 14th, 2008

Welcome to my website. I am currently updating it. The content from previous web site will be moved to this site.