Hi FM,

> Here is my guide:
> http://www.pontotutorial.com/aplicativos/montar-uma-nas-como-usb-ao-fonera-e-usar-o-transmission/
Thanks!

A few more remarks:
 - Is the sleep 15 really needed, even with the new mountd?

 - Perhaps you should use a different name than "Disc-A1" (like
   "Network", "Disk-Network", "Disk-Samba" or whatever), I'm afraid that
   using Disc-A1 will break when you insert an USB stick as well. This
   would need to be changed in the fstab config, the mountd state and
   the transmission start script.

 - Did you try putting the config in /etc/config/mountd instead of
   /var/state/mountd?

   I think this means adding "option 'count' '1'" to the existing mountd
   section, and adding a new section:

   config 'mountd_disc' 'Network'
        option 'disc' 'Network'
        option 'sector_size' '512'
        option 'part1name' 'Disc-Network'
        option 'part1mounted' '1'
        option 'part1supported' '1'
        option 'part1error' '0'
        option 'vendor' 'Network'
        option 'model' 'Network'
        option 'rev' 0
        option 'size1' 0
        option 'fs1' 'Samba'

   Note that I filled in some dummy values instead of copying the
   values from an actual sda mount, perhaps leaving some of the values
   out is possible as well.

   Instead of adding the above section, you can of course also use uci
   commands like you did with the fstab config.

Regards,

Matthijs Kooijman

_______________________________________________
Development mailing list
[email protected]
http://fonosfera.org/mailman/listinfo/development

Reply via email to