NavigationUser loginWho's onlineThere are currently 1 user and 30 guests online.
Online users
Highest Users
Linux NewsClick the above for your daily dose of Linux news. Food for ThoughtWe are now making demands that will cost the nation something. You can't talk about solving the economic problem of the Negro without talking about billions of dollars. You can't talk about ending slums without first saying profit must be taken out of slums. You're really tampering and getting on dangerous ground because you are messing with folk then. You are messing with the captains of industry.... Now this means that we are treading in difficult waters, because it really means that we are saying that something is wrong ... with capitalism.... There must be a better distribution of wealth and maybe America must move toward a Democratic Socialism. Spam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Free me from the pain of NFS!Hello everybody, I currently have several NFS mounts to share my media between my The problem is, a lot of the time the mounts are not loaded on boot Also, sometimes after one system reboots, the other system starts What I really want, is to be able to define shares in /etc/fstab, Thanks, -- |
Free me from the pain of NFS!
On Wed, Jan 31, 2007 at 11:03:26AM -0800, Tyler MacDonald wrote:
> Hello everybody,
>
> I currently have several NFS mounts to share my media between my
> PVR, my workstation, and my neighbour's workstation downstairs.
>
> The problem is, a lot of the time the mounts are not loaded on boot
> for some reason or another (eg; in the case of a power outage, all computers
> come back up at the same time, but they don't all take the same amount of
> time to boot... so one will try to mount the NFS shares before the other is
> serving them, etc.)
>
> Also, sometimes after one system reboots, the other system starts
> complaining about "stale NFS filehandle"s and does not re-mount the
> partition.
>
> What I really want, is to be able to define shares in /etc/fstab,
> and have the system keep trying to re-mount them if they ever become
> unavailable... Is there any way to improve the reliability/availability of
> NFS mounts? Or is there something else I should be using?
maybe autofs would help? they won't mount until you try to use them
A
Free me from the pain of NFS!
Tyler MacDonald wrote:
> Hello everybody,
>
> I currently have several NFS mounts to share my media between my
> PVR, my workstation, and my neighbour's workstation downstairs.
>
> The problem is, a lot of the time the mounts are not loaded on boot
> for some reason or another (eg; in the case of a power outage, all computers
> come back up at the same time, but they don't all take the same amount of
> time to boot... so one will try to mount the NFS shares before the other is
> serving them, etc.)
>
> Also, sometimes after one system reboots, the other system starts
> complaining about "stale NFS filehandle"s and does not re-mount the
> partition.
>
> What I really want, is to be able to define shares in /etc/fstab,
> and have the system keep trying to re-mount them if they ever become
> unavailable... Is there any way to improve the reliability/availability of
> NFS mounts? Or is there something else I should be using?
>
> Thanks,
> Tyler
>
>
>
Autofs. We've been using it here for years to cross-mount user home
areas automatically. Works like a charm.[1]
Michael
[1] That's not entirely true, I do seem to have some nagging problems
with updates to our NIS-served /etc/auto.home file not being noticed by
autofs sometimes, but that's not a problem you would ever encounter.
--
Free me from the pain of NFS!
On Wed, Jan 31, 2007 at 11:03:26AM -0800, Tyler MacDonald wrote:
> Hello everybody,
>
> I currently have several NFS mounts to share my media between my
> PVR, my workstation, and my neighbour's workstation downstairs.
>
> The problem is, a lot of the time the mounts are not loaded on boot
> for some reason or another (eg; in the case of a power outage, all computers
> come back up at the same time, but they don't all take the same amount of
> time to boot... so one will try to mount the NFS shares before the other is
> serving them, etc.)
>
Something like AFS might help solve that problem. However, it is
complex, requires a working Kerberos setup on your network and can be
more difficult to administer. So, unless you are ready to handle all
that, I'd go with the autofs suggestions offered by others.
Regards,
-Roberto
--
Roberto C. Sanchez
http://people.connexer.com/~roberto
http://www.connexer.com
Free me from the pain of NFS!
Tyler MacDonald wrote:
> Hello everybody,
>
> I currently have several NFS mounts to share my media between my
> PVR, my workstation, and my neighbour's workstation downstairs.
>
> The problem is, a lot of the time the mounts are not loaded on boot
> for some reason or another (eg; in the case of a power outage, all computers
> come back up at the same time, but they don't all take the same amount of
> time to boot... so one will try to mount the NFS shares before the other is
> serving them, etc.)
>
> Also, sometimes after one system reboots, the other system starts
> complaining about "stale NFS filehandle"s and does not re-mount the
> partition.
>
> What I really want, is to be able to define shares in /etc/fstab,
> and have the system keep trying to re-mount them if they ever become
> unavailable... Is there any way to improve the reliability/availability of
> NFS mounts? Or is there something else I should be using?
>
> Thanks,
> Tyler
>
>
Have you experimented with the hard, soft, intr and timeo options? See the nfs
and mount man pages for details.
--