From: Josef <pe...@p-...> - 2011-05-31 14:59:42
|
Hello, I'm having problems with automount under debian (squeeze). I have this line in my fstab: /opt/mfs/bin/mfsmount /mnt/mfs fuse mfsmaster=172.16.100.2,mfsport=9421,_netdev 0 0 during the startup debian finds out, that it is a net device, so calls if-ip.d/mountmfs, but I fails: Configuring network interfaces...if-up.d/mountnfs[eth0]: waiting for interface eth1 before doing NFS mounts ... (warning). can't connect to mfsmaster ("172.16.100.2":"9421") If I call mount -a -t fuse after boot mfs is mounted correctly. |