this post was submitted on 09 Apr 2024
314 points (98.8% liked)

Linux

48181 readers
1422 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I thought I'll make this thread for all of you out there who have questions but are afraid to ask them. This is your chance!

I'll try my best to answer any questions here, but I hope others in the community will contribute too!

you are viewing a single comment's thread
view the rest of the comments
[–] billgamesh@lemmy.ml 10 points 7 months ago (1 children)
[–] noughtnaut@lemmy.world 2 points 7 months ago* (last edited 7 months ago) (2 children)

Aha, interesting, thank you. So setting nofail and a time out of, say, 5s should work... but what then when I try to access the share, will it attempt to remount it?

[–] atzanteol@sh.itjust.works 4 points 7 months ago* (last edited 7 months ago)

Look up "automount". You can tell linux to watch for access to a directory and mount it on demand.

[–] ipkpjersi@lemmy.ml 2 points 7 months ago* (last edited 7 months ago)

This is also what I'd like to know, and I think the answer is no. I want to have NFS not wait indefinitely to reconnect, but when I reconnect and try going to the NFS share, have it auto-reconnect.

edit: This seemed to work for me, without waiting indefinitely, and with automatic reconnecting, as a command (since I don't think bg is an fstab option, only a mount command option): sudo mount -o soft,timeo=10,bg serveripaddress:/server/path /client/path/