auto.network

bartali

Vu+ Newbie
Hi,
i'm using auto.master and auto.network under /etc to mount my NAS.
I just copied these files i did use under VTI, but OBH does not mount my NAS.

Code:
root@vusolo2:~# mount
rootfs on / type rootfs (rw)
ubi0:rootfs on / type ubifs (rw,sync,relatime)
devtmpfs on /dev type devtmpfs (rw,relatime,size=286148k,nr_inodes=71537,mode=755)
proc on /proc type proc (rw,relatime)
sysfs on /sys type sysfs (rw,relatime)
tmpfs on /media type tmpfs (rw,relatime,size=64k)
tmpfs on /var/volatile type tmpfs (rw,relatime)
devpts on /dev/pts type devpts (rw,relatime,gid=5,mode=620)
/etc/auto.network on /media/net type autofs (rw,relatime,fd=6,pgrp=510,timeout=300,minproto=5,maxproto=5,indirect)

Here is my auto.master
Code:
# $Id: auto.master,v 1.4 2005/01/04 14:36:54 raven Exp $
#
# Sample auto.master file
# This is an automounter map and it has the following format
# key [ -mount-options-separated-by-comma ] location
# For details of the format look at autofs(5).
#/smb    /etc/auto.smb
#/net    /etc/auto.net
#/autofs     /etc/auto.hotplug
/media/net  /etc/auto.network

and here my auto.network
Code:
# automatically generated by enigma 2
# do NOT change manually!

nas -fstype=nfs,rw,soft,tcp,nolock,rsize=32768,wsize=32768 192.168.1.39:/volume1/media

data -fstype=nfs,rw,soft,tcp,nolock,rsize=32768,wsize=32768 192.168.1.39:/volume2/data

I did install autofs
Code:
root@vusolo2:~# opkg list-installed auto*
autofs - 5.1.0-r0

Is autofs different to other images?

tia
 
Top