PDA

Bekijk de volledige versie : Mounting of NAS drives with Oleg's 1.9.2.7



upcuser:-(
22-09-2006, 04:04
Hi,
My installed firmware is Oleg's 1.9.2.7. and tried a long time to mount some folders of my external NAS drive to the router (because of using of a Upnp server). But unfortunately everything failed ...

I tried to use:
"mount 192.168.0.106:/shares/Main/Audio /mnt -t nfs"
But I've got the error: "no such device". The drive itself supports nfs as well as cif (it's a WD NetCenter). But I found no working way ...


The NAS drive has the following shares:
[admin@pustewlan root]$ showmount -e 192.168.0.106
Export list for 192.168.0.106:
/shares/Main/test *
/shares/Main/Movies *
/shares/Main/Bilder *
/shares/Main/Shared Files *
/shares/Main/Audio (everyone)

And currently do I have the following mounting:
[admin@pustewlan root]$ mount
/dev/root on / type squashfs (ro)
none on /dev type devfs (rw)
proc on /proc type proc (rw)
ramfs on /tmp type ramfs (rw)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/discs/disc0/part2 on /opt type ext3 (rw)

Does anyone has an idea how do I get it running?? Or do I have to use openwrt for these required functionalities??

Thanks a lot!

upcuser:-(
24-09-2006, 22:30
hi all,
seems that oleg's firmware doesn't have the necessary packages to use a nas drive via nfs. therefore i replaced the firmware with openwrt. a good german "howto" is to find on: http://www.mk-stuff.de/artikel/openwrt_on_an_asus_wl-500g_deluxe/#File%20Server%20Configuration <<-- sorry ENGLISH howto!
pls. see also an english "howto", that explains something about fdisk etc.: http://wiki.openwrt.org/UsbStorageHowto
(for fdisk package itself you have to google ... - it's available on a openwrt-test drive) and install it via ipkg "install http://<YOUR LINK TO PACKAGE>".

my configuration allows to use a nas drive as well as to use a usb-printer (all that i needed).
but please note: this version is more complicate (or more command line) ...
furthermore: if you want to run some scripts on start, ensure that you create your startup file on: "/etc/init.d" the filename has to start with "S" for an automatic execution!!!

my current status is:
- using of usb-stick for enhance space (working)
- using of usb-stick to enhance the swap drive (working)
- using of nas drives (working)
- using of twonky to share media files (must be still installed)

both will be enabled on startup by my script (filename as above):

#!/bin/sh
# sleep a moment to ensure that usb-drive is working
sleep 30
# mount usb swap partition for enhanced memory
swapon /dev/discs/disc0/part5
# mount drives to local path - these paths have been create once before
mount 192.168.1.106:/shares/Main/Movies/ /usr/drives/movies
mount 192.168.1.106:/shares/Main/Audio/ /usr/drives/audio

upcuser:-(
25-09-2006, 23:17
So upnp-server is now also running! ;-)
I use the gmediaserver as upnp-server from a openwrt-ipk.
Think this way could be a good alternative for someone who wants to use:

- external harddrive
- wl500gp
- simple usb-stick
- upnp client e.g. noxon

upcuser:-(
01-10-2006, 17:33
I replaced gmediaserver with Twonky (because of more functionality) - here a small howto, that I wrote:
http://www.twonkyvision.de/forum/viewtopic.php?t=2164

upcuser:-(
16-10-2006, 22:45
hi,
should you want to use a pinnacle showcenter 200 (sc200) as your media device, so read this before you buy one - here is a summary: http://www.twonkyvision.de/forum/viewtopic.php?t=2164

for further information, just contact me.