autofs issues
#9
Quote:I followed a guide which said to create an fstab entry for my network share of the thumbnail folder. Unfortunately this did not work for me because I am using wifi and the share tried to mount before the wifi was up. I confirmed this by doing a
Code:
sudo mount -a
over ssh and the share mounted and all was good, just doesnt work on start up.

You state here that typing sudo mount -a from an ssh terminal successfully mounts your share. But:

Quote:I first tried the /etc/network/if-up.d/fstabmount method. This is the contents
Code:
#!/bin/sh
sh /home/bob/smbmount.sh

Did you, or can you try by changing the contents to what I suggested ?

#!/bin/sh
mount -a

This should effectively work in the same way as you ssh'ing in and typing it in manually as it will only be executed once the network is up, or every time it comes up.
Reply


Messages In This Thread
[LIVE] autofs issues - by Mr. Cookie - 2012-01-20, 20:02
[No subject] - by gsgleason - 2012-01-20, 21:18
[No subject] - by gsgleason - 2012-01-20, 21:23
[No subject] - by Mr. Cookie - 2012-01-20, 21:42
[No subject] - by darkscout - 2012-01-20, 23:45
[No subject] - by jawilljr - 2012-01-21, 00:37
[No subject] - by norms - 2012-01-21, 01:21
[No subject] - by Mr. Cookie - 2012-01-22, 08:47
[No subject] - by norms - 2012-01-22, 18:35
[No subject] - by Mr. Cookie - 2012-01-22, 19:41
[No subject] - by norms - 2012-01-22, 19:49
[No subject] - by Mr. Cookie - 2012-01-22, 21:30
[No subject] - by norms - 2012-01-22, 23:32
Logout Mark Read Team Forum Stats Members Help
autofs issues0