Comment 5 for bug 305589

Revision history for this message
Noel J. Bergman (noeljb) wrote :

I do not have a statd package installed. Instead:

 # dpkg -S /sbin/rpc.statd
 nfs-common: /sbin/rpc.statd

which is:

  nfs-common 1:1.1.4-1ubuntu1

NFS 3 works fine with Jaunty. At least it has been very stable in transfers for me. I like NFS, preferring it to CIFS. FWIW, with NFSv4, you'll get some odd output, e.g.,

 # ls -l /tmp/ami3
 total 240
 drwxr-xr-x 2 root root 4096 2009-03-11 19:26 bin
 drwxr-xr-x 3 root root 4096 2009-04-19 01:46 boot
 lrwxrwxrwx 1 root root 11 2007-05-23 15:55 cdrom -> media/cdrom

 # ls -l /tmp/ami4
 total 240
 drwxr-xr-x 2 4294967294 4294967294 4096 2009-03-11 19:26 bin
 drwxr-xr-x 3 4294967294 4294967294 4096 2009-04-19 01:46 boot
 lrwxrwxrwx 1 4294967294 4294967294 11 2007-05-23 15:55 cdrom -> media/cdrom

Those are the same file system, one mounted with nfs, the other with nfs4. You can find more (and less) than you want to know by searching Google for NFS4 and 4294967294.