-
as seen on Stack Overflow
- Search for 'Stack Overflow'
This seems like a trivial problem, but I can not find a solution for several days now.
I am trying to configure an nfs client on ubuntu 9.10 (64 bit). All the tutorials I've read say I need to restart a few things, such as portmap, and also nfs-common. Specifically:
sudo /etc/init.d/nfs-common…
>>> More
-
as seen on Super User
- Search for 'Super User'
I'm trying to build a custom Linux kernel using this link
I have successfully built the kernel and booted into it. Now I want to mount NFS share on it.
I have enabled NFS client support from menuconfig .
Update :
I'm trying to mount a NFS share from newly built kernel. I have tried adding a NFS…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
I have two RedHat 4 Servers. The client is 4.6, the server is 4.5. I'm attempting to mount a share from the server, onto the client via NFS.
The /etc/exports configuration is as follows:
/opt/data/config bkup(rw,no_root_squash,async)
/opt/data/db bkup(rw,no_root_squash,async)
exportfs returns…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
i have two RHEL5 boxes on a private network together (192.168.2.0/24) and I am trying to export a file system from one to the other but I keep getting the following error:
mount.nfs: Input/output error
on the client side I see this output:
mount: trying 192.168.2.101 prog 100003 vers 3 prot tcp…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello.
I'm looking for some stand alone library to access NFS shares.
I am not looking for mounting the shares, just browsing and accessing the files for reading.
Preferable something with a simple simple API similar to regular POSIX operations of opendir, scandir, read and etc.
Thanks in advance!
>>> More