On Fri, 2010-07-09 at 16:01 +0200, Jan Stary wrote:
On Jul 09 04:56:38, Corey J. Bukolt wrote:
> > On Mon, 2010-07-05 at 08:28 +0200, Alexandre Ratchov wrote:
> > > On Sat, Jul 03, 2010 at 02:53:01AM -0400, Corey J. Bukolt wrote:
> > > > Hi list,
> > > > 
> > > > So far I have been able to get OpenBSD running nicely as my primary 
> > > > desktop
> > > > with the only hitch being my NFS mounted music skips occasionally.  I'm
> > > > pretty sure it's not the NFS server since my Linux laptop has the same 
> > > > setup
> > > > and doesn't skip.  I'm using mpd to play the music, with a gigbit 
> > > > connection
> > > > leading to a dedicated file server which has practically no load.  
> > > > Already
> > > > gone over mount_nfs(8) and tried a whole bunch of different options 
> > > > with no 
> > > > luck. 
> 
> What NFS server is it?
> How exactly is the NFS share exported on the server side?
> How exactly is the share mounted on your clients?

The NFS server is FreeNAS (FreeBSD 7.2).

Exports line:
/mnt/tank/main/home/corey/media/music -alldirs,ro -maproot=root -network 
192.168.0.250 -mask 255.255.255.255

Linux client fstab entry:
fileserver:/mnt/tank/main/home/corey/media/music /mnt/music nfs user 0 0

OpenBSD client fstab entry:
fileserver:/mnt/tank/main/home/corey/media/music /mnt/music nfs 
ro,noexec,nodev,nosuid 0 0

The OpenBSD client is 4.7-stable AMD64 GENERIC.MP

Reply via email to