nfs-utils?
Jay Ridgley
jridgley2 at austin.rr.com
Sat Aug 26 17:32:35 UTC 2023
On 8/26/23 10:33, Karl Auer wrote:
> On Sat, 2023-08-26 at 10:10 -0500, Jay Ridgley wrote:
>> What causes this:
>>
>> jay at polar:~$ sudo apt install nfs-utils
>> [...]
>> E: Unable to locate package nfs-utils
>>
>> How do I get this installed?
>
> What do you actually want to do?
>
> Is there a specific program that you need?
>
Thanks Karl,
I am trying to mount a shared resource from the command line, and my
notes tell me I need nfsd in order to do that.
If I do a ps -ef there is no entry for nfsd. Where is nfsd?
In the past, upon a successful mount the content of /big_archive becomes
the content of the shared resource.
The mount command I am using is:
sudo mount -v /big_archive
The /etc/fstab entry reads:
panda:/volume1/share /big_archive nfs
nouser,rsize=8192,wsize=8192,rw,noauto,dev,exec,suid 0 0
ls -l /big_archive:
total 0
-rw-r--r-- 1 root root 0 Jul 29 15:55 '**NOT_MOUNTED**'
The results:
jay at polar:~$ sudo mount -v /big_archive
mount.nfs: timeout set for Sat Aug 26 12:05:38 2023
mount.nfs: trying text-based options
'vers=4.2,addr=192.168.1.6,clientaddr=192.168.1.22'
mount.nfs: mount(2): Protocol not supported
mount.nfs: trying text-based options
'vers=4,minorversion=1,addr=192.168.1.6,clientaddr=192.168.1.22'
mount.nfs: mount(2): Protocol not supported
mount.nfs: trying text-based options
'vers=4,addr=192.168.1.6,clientaddr=192.168.1.22'
mount.nfs: mount(2): Protocol not supported
mount.nfs: trying text-based options 'addr=192.168.1.6'
mount.nfs: prog 100003, trying vers=3, prot=6
mount.nfs: trying 192.168.1.6 prog 100003 vers 3 prot TCP port 2049
mount.nfs: prog 100005, trying vers=3, prot=17
mount.nfs: trying 192.168.1.6 prog 100005 vers 3 prot UDP port 892
mount.nfs: mount(2): Permission denied
mount.nfs: Protocol not supported
> Try googling the package name, it may exist, but not be supplied as a
> package in the Ubuntu repositories.
>
> I use NFS and I have not installed nfs-utils.
>
>
> Regards, K.
>
Thanks,
Jay
--
Jay Ridgley
jridgley2 at austin.rr.com
Registered Linux User ID - 9115
https://linuxcounter.net/cert/9115.png
Registered Ubuntu User ID - 23320
More information about the ubuntu-users
mailing list