Ubuntu: Connect windows to shared folder as guest

$> sudo apt-get install cifs-utils $> sudo mkdir /mnt/shared $> sudo mount -t cifs -o username=guest,password=,rw,iocharset=utf8,file_mode=0777,dir_mode=0777,noperm //<windows address>/the_folder /mnt/shared/
Use this to open windows shared folder that accept guest user and read/write permissions.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.