Automounting NFS share during boot failes after power cable was plugged out

Status
Not open for further replies.

senior_hombre

Explorer
Joined
Feb 11, 2012
Messages
51
Hi,
yesterday someone plugged out the power cable from my NAS, fornutately nothing broke, the volumes seems to be ok too.
But something must have changed because my main pc (opensuse 13.1) was configured to automount two shares using this /etc/fstab configuration (btw: this worked before!):
Code:
....
192.168.0.10:/mnt/volume1/jack/Musik /home/jack/Musik nfs auto 0 0
192.168.0.10:/mnt/volume1/jack/Bilder /home/jack/Bilder nfs auto 0 0


But when the pc starts now the mounting seems to fail: the boot.log shows this errors:
Code:
Starting LSB: NFS client services...
[[[32m OK [[0m] Reached target Host and Network Name Lookups.
Starting /etc/init.d/boot.local Compatibility...
[[[32m OK [[0m] Started /etc/init.d/boot.local Compatibility.
[[[32m OK [[0m] Started LSB: NFS client services.
[[[32m OK [[0m] Reached target Remote File Systems (Pre).
Mounting /home/jack/Bilder...
Mounting /home/jack/Musik...
Starting SuSEfirewall2 phase 2...
[[[1;31mFAILED[[0m] Failed to mount /home/jack/Bilder.
See 'systemctl status home-jack-Bilder.mount' for details.
[[[1;33mDEPEND[[0m] Dependency failed for Remote File Systems.
[[[1;33mDEPEND[[0m] Dependency failed for Postfix Mail Transport Agent.


And "systemctl status home-jack-Bilder.mount" shows this:
Code:
home-jack-Bilder.mount - /home/jack/Bilder
Loaded: loaded (/etc/fstab)
Active: failed (Result: exit-code) since Do 2014-11-27 11:03:47 CET; 5min ago
Where: /home/jack/Bilder
What: 192.168.0.10:/mnt/volume1/jack/Bilder
Process: 885 ExecMount=/bin/mount 192.168.0.10:/mnt/volume1/jack/Bilder /home/jack/Bilder -t nfs -o auto (code=exited, status=32)


I do not know whats wrong here, because the share is ok! i can manually mount the same share using
sudo mount /home/jack/Bilder
with nothing more, that means that the fstab is still correct.
And the data can get accessed as well, so there is definitely no other error or problem with the NAS!
Is there any other log i can look into, maybe something on the NAS?
 
D

dlavigne

Guest
Anything related in /var/log/messages on the FreeNAS side?
 

senior_hombre

Explorer
Joined
Feb 11, 2012
Messages
51
No nothing (at least not in the /var/log/messages) but the successful mount i did manually after booting was logged (as a successful mount) and before that was just the successful umount from yesterday evening as my pc was going to shutdown (i did a manual mount too yesterday).
 

senior_hombre

Explorer
Joined
Feb 11, 2012
Messages
51
Any other tips? It is getting pretty annoying to mount those shares manually each time i boot the pc, because it was owrking in the beginning.
 
Status
Not open for further replies.
Top