Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
I mounted an usb stick on the nas and can check the contents via telnet. But it would be easier if i can browse the files on the stick with the windows explorer. Is this possible? The stick is formatted in ext2, and i checked with the ifs driver, but this one only sees harddrives and not usb sticks.
Offline
You can map the USB stick to a folder and then browse that folder with Windows, just as if it was any other drive on the NAS - is that what you wish to do, or do you specifically want to read the ext2 formatted USB stick directly connected to the Windows PC?
Offline
fordem wrote:
You can map the USB stick to a folder and then browse that folder with Windows, just as if it was any other drive on the NAS - is that what you wish to do, or do you specifically want to read the ext2 formatted USB stick directly connected to the Windows PC?
No i want to read it while connected to the nas, how do i map it to a folder?
Offline
The USB stick is recognized and mounted as a disk drive, you need to know the mount point - which unfortunately can be called anything that you choose to call it.
If you're using Fonz fun_plug, hold tight and he'll probably answer your question - if you've created your own fun_plug - take a look at this thread - http://dns323.kood.org/forum/t524-Mount … se%21.html - where DNS-323 Talker & I muddle our way through to success.
Offline
To find out the mount point, telnet to the DNS-323 and type "df -h"
This is from a DNS-323, FWv1.04, HWvB1, ffpv0.4, with a single 80Gb drive and a 2Gb USB stick
/ # df -h Filesystem Size Used Available Use% Mounted on /dev/ram0 9.7M 7.1M 2.1M 77% / /dev/sda2 72.4G 4.2M 72.4G 0% /mnt/HD_a2 /dev/sda4 486.2M 21.0k 486.2M 0% /mnt/HD_a4 /dev/sdb1 1.8G 2.8M 1.7G 0% /mnt/HD_a2/sdb1
Last edited by mig (2008-04-17 01:57:07)
Offline
Assuming you have mounted the USB device to a directory on the shared Hard Drive as in Mig's example above, you can just go to that folder in windows and you will see it. If you map it to it's own location, then you will need to stop samba and edit the smb.conf file to include the USB device as a samba share. Attached is a script I have in my funplug start directory to do this for me on start-up.
Here is an excerpt from a file I use called usb_smb.conf. It is essentially the information I want to add to the smb.conf file on startup to add the USB device to my smaba shares.
[ USB_1 ] comment = path = /mnt/USB_1 valid users = jimmy read only = no guest ok = no oplocks = yes map archive = yes
I keep this file in the /ffp/etc directory (in ffp ver 0.5) and he attached smb.sh script just uses the cat command to append it into the smb.conf file for the unit on startup.
Offline
Hello
Very usefull all that are said.
I can see the usb drive on my windows explorer (samba client)
But I cannot see usb at the web page of the dns 323. I want to share usb using the internal ftp server.
There is any way to do this??
Offline