Blog

Mount a Windows Shared Drive on Linux with Read and Write Permissions

Posted 19th August 2024

Edit /etc/fstab and add the following:

//network/path /mnt/share-letter cifs rw,relatime,vers=2.0,cache=strict,uid=1000,noforceuid,gid=1000,noforcegid,addr=192.168.1.110,file_mode=0755,dir_mode=0755,soft,nounix,mapposix,echo_interval=60,actimeo=1,closetimeo=1,user=myuser

Run $ mount /mnt/share-letter

Important parts:

uid = 1000
gid = 1000
This sets the windows user to the default user

vers=2.0

user=myuser [the user for the shared drive]

A Guide to Content Management Systems

Posted 15th February 2012

Some people are put off by the phrase “content management system” or “CMS”. These may be unfamiliar terms. However, these days, the majority of new websites are built using some kind of content management system. 

The basic feature of a content management system is that it allows staff to update the website in a simple and intuitive way without having to get involved in any of the code.  It provides a way to manage the content of the website.