I have been running Kubuntu version 9.10 for a while now and I'm just getting around to
setting up NFS, but I'm having some problems.
For now I have two PCs each setup to run as an NFS client and server. The two hosts are
peewee and furillo. Peewee has two file systems that I want to mount, 'library' and 'backup'.
Furillo has one file system to mount, 'home'. Furillo is a dual boot system where I can run
linux or windows. Peewee runs linux only.
On furillo, the fstab file included:
192.168.0.5:/media/library /mnt/library nfs rw 0 0
192.168.0.5:/media/backup /mnt/backup nfs rw 0 0
Problem 1
_____________
When I boot furillo, backup is mounted automatically, but not library. Are there any suggestions
on why one would mount, but not the other.
Problem 2
_____________
When I started to set up to run nfs, I was running furillo on the network using a wireless
connection. I would like to run nfs using the wireless connection. Can I do this? Do I
simply use whatever network address shows up for the wireless connection? Now that
I'm thinking about it, that should work and I just have to try it.
Problem 3
_____________
When I turn off the wireless connection and connect the ethernet cable, I can not
mount files. When I run 'route', is shows an empty router table. If I try to run:
'route add default gw 192.168.0.1', I get an error message that there is not process.
I cannot figure out how to get the router set up properly. If I shutdown, boot up
Windows, this makes the connection with the router. Then if I reboot and bring up
linux, my router table is now set and I can run mount nfs commands.
Is there someway I can get router setup without having to boot and reboot?
Problem 4
____________
Yesterday, when I was bringing up NFS, I was able to manually NFS mount the file systems
on both peewee and furillo and I could see files on all 3 file systems. I was experimenting with
NFS and when I rebooted furillo, I was able to run the NFS mount commands and the ran
without an error message. If I run 'mount', the file systems show up as being mounted,
but if I run 'ls' on the mounted directories, the directories are empty. If I run 'ls' peewee
to look at the furillo file system, I can see the files.
Are there any suggestions on why I can see files on furillo from peewee, but not the
files from peewee on furillo?
Thanks in advance for any suggestions or help.
Regards,
Jim Anderson
setting up NFS, but I'm having some problems.
For now I have two PCs each setup to run as an NFS client and server. The two hosts are
peewee and furillo. Peewee has two file systems that I want to mount, 'library' and 'backup'.
Furillo has one file system to mount, 'home'. Furillo is a dual boot system where I can run
linux or windows. Peewee runs linux only.
On furillo, the fstab file included:
192.168.0.5:/media/library /mnt/library nfs rw 0 0
192.168.0.5:/media/backup /mnt/backup nfs rw 0 0
Problem 1
_____________
When I boot furillo, backup is mounted automatically, but not library. Are there any suggestions
on why one would mount, but not the other.
Problem 2
_____________
When I started to set up to run nfs, I was running furillo on the network using a wireless
connection. I would like to run nfs using the wireless connection. Can I do this? Do I
simply use whatever network address shows up for the wireless connection? Now that
I'm thinking about it, that should work and I just have to try it.
Problem 3
_____________
When I turn off the wireless connection and connect the ethernet cable, I can not
mount files. When I run 'route', is shows an empty router table. If I try to run:
'route add default gw 192.168.0.1', I get an error message that there is not process.
I cannot figure out how to get the router set up properly. If I shutdown, boot up
Windows, this makes the connection with the router. Then if I reboot and bring up
linux, my router table is now set and I can run mount nfs commands.
Is there someway I can get router setup without having to boot and reboot?
Problem 4
____________
Yesterday, when I was bringing up NFS, I was able to manually NFS mount the file systems
on both peewee and furillo and I could see files on all 3 file systems. I was experimenting with
NFS and when I rebooted furillo, I was able to run the NFS mount commands and the ran
without an error message. If I run 'mount', the file systems show up as being mounted,
but if I run 'ls' on the mounted directories, the directories are empty. If I run 'ls' peewee
to look at the furillo file system, I can see the files.
Are there any suggestions on why I can see files on furillo from peewee, but not the
files from peewee on furillo?
Thanks in advance for any suggestions or help.
Regards,
Jim Anderson
Comment