Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

NAS system

1 view
Skip to first unread message

Brad du Plessis

unread,
Mar 19, 2008, 11:56:52 AM3/19/08
to netbs...@netbsd.org
Hi all,

I was just wanting to find out if anyone can give advice about using NAS
systems with a NetBSD based system as a client. I'm also looking for
information about what NAS systems have been tried and tested with NetBSD.

Any information would be much appreciated.

Thanks,
Brad

Johan A. van Zanten

unread,
Mar 19, 2008, 8:38:21 PM3/19/08
to br...@cat.co.za, netbs...@netbsd.org

Brad du Plessis <br...@cat.co.za> wrote:
> Hi all,
>
> I was just wanting to find out if anyone can give advice about using NAS
> systems with a NetBSD based system as a client. I'm also looking for
> information about what NAS systems have been tried and tested with NetBSD.


I use an Infrant (now Netgear) ReadyNAS NV+ with my NetBSD machines, and
a Mac OS X machine.

With an older version of their OS, "RAIDiator," 3.x, there was a problem
with NFS locking. It's been fixed in the 4x release, which i think is
current shipping. RAIDiator is based on Linux.

The problem was actually in some badly-written rpc code in an older
rev. of the Linux 2.4 kernel, which i mentioned because there may be some
other NAS devices out there based on the 2.4 Linux kernel, and it took me
some time to figure out why vi kept hanging. (Older revs of FreeBSD and
OS X also had similar problems.) the 4.x rev of RAIDiator uses the 2.6
Linux kernel, IIRC.

I like the ReadyNAS NV+ pretty well, but it's a bit slow with four SATA
drives. I get about 20MB/sec. read but only about 5 MB/sec. writes. (The
bottleneck is CPU.) I'm not using Jumbo frames, but i am using gigabit
Ethernet and have increased the Read and Write sizes.

Web management with CLI (ssh) access. I'd be 100% happy with it, except
for the low write throughput. For the price i paid (~$500 US, no drives)
it was a good deal.

Initial setup may require OS X, Windows, or a Linux box.

-johan

Simon Truss

unread,
Mar 20, 2008, 6:33:09 AM3/20/08
to netbs...@netbsd.org
Johan A. van Zanten wrote:
> Brad du Plessis <br...@cat.co.za> wrote:
>> Hi all,
>>
>> I was just wanting to find out if anyone can give advice about using NAS
>> systems with a NetBSD based system as a client. I'm also looking for
>> information about what NAS systems have been tried and tested with NetBSD.
>
>
> I use an Infrant (now Netgear) ReadyNAS NV+ with my NetBSD machines, and
> a Mac OS X machine.

+1 for readynas.

After 16,000 hours, 1 failed hard disc and a flash upgrade to 3.01, I
have to say it was a pain free experience. It just works :-)

> With an older version of their OS, "RAIDiator," 3.x, there was a problem
> with NFS locking. It's been fixed in the 4x release, which i think is
> current shipping. RAIDiator is based on Linux.

likewise I experienced some quirks with 2.x firmware but 3.01 is fine
with my setup.

> I like the ReadyNAS NV+ pretty well, but it's a bit slow with four SATA
> drives. I get about 20MB/sec. read but only about 5 MB/sec. writes. (The
> bottleneck is CPU.) I'm not using Jumbo frames, but i am using gigabit
> Ethernet and have increased the Read and Write sizes.

I get 11MB/sec writes, although I got 14+MB/sec for many months while
when new, which dropped to 5MB/sec until the the firmware upgrade.
likewise I am not using jumbo frames. I have a high turnover of large
files and keep the fs near full most of the time so I cannot expect good
performance. The forums have suggested that buying the 1GB RAM
version/upgrade increases performance especially with the builtin media
servers.

Simon

Johan A. van Zanten

unread,
Mar 20, 2008, 10:57:59 AM3/20/08
to br...@cat.co.za, netbs...@netbsd.org

Brad du Plessis <br...@cat.co.za> wrote:

> Is NFS is the most common file system a NetBSD client would use with NAS?


Hmm.. if memory serves, the network file systems NetBSD can mount are:

NFS
SMBFS
.. and maybe AFP with the netatalk package.


Of those three i'd definitely choose NFS.

I've never tried to mount an SMB file system on a Unix machine, so i
can't comment on how well it works or performance.

-johan


Jeremy C. Reed

unread,
Mar 20, 2008, 11:12:18 AM3/20/08
to netbs...@netbsd.org, br...@cat.co.za
On Thu, 20 Mar 2008, Johan A. van Zanten wrote:

> Hmm.. if memory serves, the network file systems NetBSD can mount are:
>
> NFS
> SMBFS

> ... and maybe AFP with the netatalk package.

Also see pkgsrc/filesystems/fuse-afpfs-ng

And Coda. NetBSD kernels can be built with Coda support. (Many ports have
it enabled by default.) And coda (and coda5) kernel modules are available
with NetBSD. See http://www.coda.cs.cmu.edu/ and pkgsrc/net/coda

Also other fuse filesystems (in pkgsrc) can be used to as simple
network-based file systems using webdav, ssh, ftp, http, smb, and others.


Jeremy C. Reed

Brad du Plessis

unread,
Mar 20, 2008, 3:54:04 AM3/20/08
to Johan A. van Zanten, netbs...@netbsd.org

Johan A. van Zanten wrote:

> With an older version of their OS, "RAIDiator," 3.x, there was a problem
> with NFS locking. It's been fixed in the 4x release, which i think is
> current shipping. RAIDiator is based on Linux

Thanks for your detailed reply.

Is NFS is the most common file system a NetBSD client would use with NAS?


Brad

0 new messages