Tagged Questions
1
vote
1answer
292 views
osx fstab mounting windows share with wrong osx user
My fstab on the osx server is as follows:
192.168.9.99:/TST /Users/HMTS01/BACKUP cifs automated,username=TEST,password=TEST,uid=hmts01,gid=staff,file_mode=0700,dir_mode=0700 0 0
The windows share ...
5
votes
2answers
997 views
Auto mount network share
Hello i am trying to get my slave media center to mount a network drive at startup automatic.
I have written this to my /etc/fstab/
\\192.168.1.2\root /media/data cifs ...