On Sat, 2010-07-10 at 20:54 +0200, Jan Stary wrote:
On Jul 10 01:04:35, Corey J. Bukolt wrote:
> > 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 output of 'mount -v' would be more useful.

fileserver:/mnt/tank/main/home/corey/media/music on /mnt/music type nfs (nodev,
noexec, nosuid, read-only, ctime=Sat Jul 10 18:43:56 2010, v3, udp, hard,
wsize=8192, rsize=8192, rdirsize=8192, timeo=100, retrans=101,
maxgrouplist=16, readahead=1, acregmin=5, acregmax=60, acdirmin=5,
acdirmax=60)

> Have you tried using noatime or the -r option? Why not?

Yes, tried both, neither help.

Reply via email to