Jump to content

ghostserverd

Members
  • Posts

    2
  • Joined

  • Last visited

ghostserverd's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Does anyone have thoughts on how to add this to an autofs mount? For instance, I have this line in auto.unraid /share/media_server -fstype=cifs,rw,soft,noserverino,uid=1000,gid=1000,file_mode=0644,dir_mode=0755,credentials=/share/.cifs ://192.168.1.64/media_server and the actual mount lines look like this /etc/auto.unraid on /share/media_server type autofs (rw,relatime,fd=6,pgrp=736,timeout=300,minproto=5,maxproto=5,direct,pipe_ino=28845) //192.168.1.64/media_server on /share/media_server type cifs (rw,relatime,vers=3.1.1,cache=strict,username=<user>,uid=1000,noforceuid,gid=1000,noforcegid,addr=192.168.1.64,file_mode=0644,dir_mode=0755,soft,nounix,mapposix,rsize=4194304,wsize=4194304,bsize=1048576,echo_interval=60,actimeo=1,closetimeo=1) which seems to be missing the noserverino flag even though it's in the mount definition.
  2. FWIW options i915 enable_dc=0 seems to have fixed my crashing issues on a 9900k. It's not definitive yet, but I've been running stable for several days now, whereas I was crashing almost hourly before making that change. Update 2023-10-26: still stable after making this change
×
×
  • Create New...