Johans notes, links etc RSS

This is just another unimportant web page with links and pictures of things that I like or just don't want to forget. Contact me
My lifestream

Archive

Apr
21st
Mon
permalink

Simple script to mount using smbfs

#!/bin/sh
sudo mount -t smbfs -o uid=1000,gid=1000,username=username,password=password //host/and/path /where/to/mnt

Comments (View)
blog comments powered by Disqus