So I run this commands:

/etc/init.d/fstab stop
uci add fstab mount
uci set fstab.@mount[-1].target=/tmp/mounts/Disc-A1
uci set fstab.@mount[-1].device=//my_NAS_IP/
uci set fstab.@mount[-1].fstype=cifs
uci set fstab.@mount[-1].options=user=username,password=password
uci set fstab.@mount[-1].enabled=1
uci commit fstab
/etc/init.d/fstab start

I also added to the /etc/init.d/fstab a "sleep 15".

You mean to add the Sleep 60 here instead of sleep 15?

Thanks for the help


2012/12/5 Matthijs Kooijman - Fon <[email protected]>

> Hi FM,
>
> > By the way... everytime I reboot my fonera the transmission
> > installation is
> > gone ( FoneraApps just disapear).
> Hmm, weird.
>
> Now that you mention it, I think some other user was having a similar
> problem, where the mounted disk would be emptied by the Fonera on boot.
>
> I then suspected some "remove everything in /var" script or program that
> runs during boot, but I think I couldn't find the file responsible for
> this. I suspect you're seeing the same.
>
> How are you mounting the samba share? Can you somehow let it be mounted
> later in the boot process (perhaps by adding a "sleep 60" in front of
> your mount command and running it in the background by appending "&")?
>
> Regards,
>
> Matthijs Kooijman
>
> _______________________________________________
> Development mailing list
> [email protected]
> http://fonosfera.org/mailman/listinfo/development
>
_______________________________________________
Development mailing list
[email protected]
http://fonosfera.org/mailman/listinfo/development

Reply via email to