NFS Support for TS-201

Tell us your most wanted features from QNAP products.
Post Reply
mos
Getting the hang of things
Posts: 60
Joined: Tue Sep 04, 2007 7:19 am

NFS Support for TS-201

Post by mos »

I know that the newer TS-209 has NFS support. It would be great if the TS-201 could also have this feature as well.

Since the TS-201 is running Linux I don't think it would be to hard to enable.
QNAPRei
Been there, done that
Posts: 700
Joined: Mon Aug 27, 2007 1:16 pm
Location: Taipei
Contact:

Post by QNAPRei »

Cheers mos,

Thanks for your post. Sorry to inform you that TS-201 will not support NFS. You may consider to get a TS-209Pro?
Last edited by QNAPRei on Mon Sep 10, 2007 5:06 pm, edited 1 time in total.
Online Support Form: http://www.qnap.com/onlinesupport.asp
Support email: q_support@qnap.com.tw
MSN: q.support@hotmail.com
Skype: qnapskype
TimThaler
Starting out
Posts: 14
Joined: Wed Sep 05, 2007 9:56 pm
Location: Hamburg

Post by TimThaler »

mos,

don't consider buying a new box because of missing nfs.
Look at the NSLU2-Linux TS-101 page howto install ipkg. Then install the unfs3 paket. Create a nfs export file under /opt/etc/exports and run:
portmap
/opt/sbin/unfsd -e /opt/etc/exports

If you want to run nfs over SSH you shouldn't run portmap. Instead you should start nfs with
/opt/sbin/unfsd -e /opt/etc/exports -n 2049 -m 2050 -t -p
(type /opt/sbin/unfsd -h for explanations)

On the client side:
mount TS-201name:/your_share /mnt/local_mountpoint -t nfs -o
nolock,tcp,port=2049,mountport=2050

You should forward ports 2049+2050 if you wanted to use nfs over SSH
(install dropbear if you want to have SSH in your NAS box).

Tim
2xTS-639Pro, TS-659Pro, TS-239, TS-119, TS-109, TS-101
User avatar
kent
QNAP Staff
Posts: 198
Joined: Fri Aug 31, 2007 5:21 pm
Location: Taipei, Taiwan

Post by kent »

Cheers TimThaler,

Thanks for share the link. It is helpful for everyone.
I am Kent. Nice to meet you!
herb61
Starting out
Posts: 10
Joined: Mon Sep 10, 2007 6:47 am

Post by herb61 »

I have the TS-101.
Why can't Qnap integrate NFS if it with OPTWARE Packeten also goes?

Please Tell Me.

herb61
User avatar
kent
QNAP Staff
Posts: 198
Joined: Fri Aug 31, 2007 5:21 pm
Location: Taipei, Taiwan

Post by kent »

Hi herb61,

Due to all the software packages is saved in flash(TS-101/TS-201), however, the free size of the flash is almost to zero.
This is the major reason that we can't integrate NFS inside the f/w.
I am Kent. Nice to meet you!
JanPihlgren
New here
Posts: 2
Joined: Thu Oct 04, 2007 12:46 pm

Post by JanPihlgren »

TimThaler wrote: Look at the NSLU2-Linux TS-101 page howto install ipkg. Then install the
Tim
I tried this advices but only get "console.cgi fail..."
My servername is NAS8AB377 and the MAC-address is
00:08:9B:8A:B3:77
and the firmwarwversion is 2.0.1
I used the following string to find the hex string:
QNAP_NAS_NAS8AB377_00:08:9B:8A:B3:77_2.0.1
I get the following hex string:
de5b6804db87b34e9630799404be5e2d

What do I do wrong?
Razorax
New here
Posts: 8
Joined: Sun Sep 14, 2008 5:33 pm

Re: NFS Support for TS-201

Post by Razorax »

LOL - Have been struggling to mount my shares on my TS-201 for a day now - simply assumed it would support NFS!

Really good answer TimThaler!
Fortunately I recently got Transmission to run, so all the "ipkg preperation" were already in place :D
Post Reply

Return to “Features Wanted”