Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
Hi all,
Is there any way to make the DNS320 treat the USB disk like an internal one?
I just want to use it to create additional shares?
Thanks
Offline
Hey,
If you did not already mount your USB disk, do this:
mkdir /mnt/usbdisk mount /dev/sdb1 /mnt/usbdisk
If it has additional partitions, you can mount them the same way, e.g.
mkdir /mnt/usbdisk2 mount /dev/sdb2 /mnt/usbdisk2
To create shares, edit /etc/samba/smb.conf, and add these lines to the end:
[EXT_1] comment = External USB drive path = /mnt/usbdisk valid users = read only = no guest ok = yes
And finally, run this command:
smb restart
source - visit for more options and examples: http://dns323.kood.org/howto:external_d … cit_export
(you do not need the kernel module for DNS-320L/LW)
Last edited by laszloj (2014-08-24 18:45:23)
Offline