Posts

Showing posts from September 25, 2018

Mouting a remote drive with cifs

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite I've created a remote mounted drive by adding this to my /etc/fstab : \192.x.x.xweb /mnt/web cifs username=X,password=X,domain=X and mounting it with sudo mount /mnt/web (which works perfectly!) The problem is that I can only mount the drive as root. Running mount /mnt/web (without sudo) results in the error mount: only root can mount 192.x.x.xweb on /mnt/web I read this guide that suggests the following syntax //192.168.1.100/data /media/corpnet cifs username=johnny,domain=sealab,noauto,rw,users 0 0 When I change my entry to use this syntax like this: \192.x.x.xweb /mnt/web cifs username=X,password=X,domain=X,noauto,rw,users 0 0 and run mount /mnt/web I get mount.cifs: permission denied: no match for /mnt/web found in /etc/fstab I then read this question along with it's highest voted answer, but the same error appears. I have checked that my web folder in the /mnt directory has CHMOD 775, which sh

How to install i915_bo driver in Linux Mint

Image
Clash Royale CLAN TAG #URR8PPP up vote 1 down vote favorite The chosen answer in this post mentions the installation of the i915_bo driver. I have the same OS (Linux Mint 17.3), but I'm running the i915 driver. Can someone please tell me where do I find it and how to install the i915_bo? linux-mint drivers intel-graphics i915 skylake share | improve this question edited Apr 13 '17 at 12:22 Community ♦ 1 asked Feb 13 '16 at 17:12 andrefs 6 2 add a comment  |  up vote 1 down vote favorite The chosen answer in this post mentions the installation of the i915_bo driver. I have the same OS (Linux Mint 17.3), but I'm running the i915 driver. Can someone please tell me where do I find it and how to install the i915_bo? linux-mint drivers intel-graphics i915 skylake share | improve this question edited Apr 13 '17 at 12:22 Community ♦ 1 asked Feb 13 '16 at 17:12