Per Jessen wrote:
Erik Jakobsen wrote:
# ls -l /media/ total 6 drwxr-xr-x 2 root root 48 May 21 12:40 Debian_Inst <---USB-Sticker dr-xr-xr-x 7 erikja root 6144 May 9 02:05 SU1010_001<---SuSE 10.1 DVD drwxr-xr-x 2 root root 48 May 20 15:40 floppy drwxr-xr-x 2 root root 48 May 20 20:01 sys
The Debian_Inst is the USB-Sticker The SU1010_001 is the SuSE 10.1 DVD. Both are now plugged into the computer.
If unplugged, I only have /floppy and /sys under /media.
My SuSE box has the IP 192.168.1.9
/etc/exports looks like this:
mnt/cdrom 192.168.0.0/16(ro,sync)
To NFS mount your DVD from another system, you need to export that mount-point, so "/media/SU1010_001" instead of "/mnt/cdrom".
I want now to mount the DVD on a local machine, not from another system. I mean I want to mount it on the machine where I have 10.1 installed. But yes I can see it now, that I shall modify the line in the export file.
Mount gives this: mount 192.168.1.9:/media/SU1010_001 /Debian_Inst mount server reported tcp not available, falling back to udp mount: RPC: Program not registered
Is the NFS-server actually running on the system with the DVD? This looks like it isn't.
rcnfsserver status Checking for kernel based NFS server: running. But I have started it now. It was down :-(
/Per
/Erik