RE: [SLE] place for final commands -- nfs mounts
James wrote:
Hello,
I have an issue where after a reboot the nfs mounts aren't mounted even though they are supposed to be permanent. To get around that I want to execute the mount command after everything is loaded during boot up, but before the login prompt. I tried boot.local, but that didn't work. Any ideas?
What's in /etc/fstab ? -- alpha:/data/home /home nfs suid,dev,exec 0 0 -- The real problem is that the nfs mount doesn't survive a reboot. Therefore, I want to issue a "mount /home" (/home being the nfs mount point) to mount the nfs mount after the boot up process, but before a login prompt is presented. Thanks, James
James D. Parra wrote:
James wrote:
Hello,
I have an issue where after a reboot the nfs mounts aren't mounted even though they are supposed to be permanent. To get around that I want to execute the mount command after everything is loaded during boot up, but before the login prompt. I tried boot.local, but that didn't work. Any ideas?
What's in /etc/fstab ?
alpha:/data/home /home nfs suid,dev,exec 0 0
Try adding "auto" to the options or replacing all the options with "default". Also, please avoid including those double dashes in your messages. They're supposed to be the separator, between the message and signature, which means that anything following will be ignored in a reply.
On Wednesday 23 February 2005 21:50, James Knott wrote: <snip>
Also, please avoid including those double dashes in your messages. They're supposed to be the separator, between the message and signature, which means that anything following will be ignored in a reply.
Hi James, The transition from message body to signature is accomplished by the combination [CR/LF or "New Line"] + [Dash] + [Dash] + [Space] + [CR/LF or "New Line"]. An "ellipsis" ("..." or "--") in the message body that doesn't meet that criteria completely won't be misinterpreted -- unless there's something wrong with the e-mail client. Click "reply" to see if the last half of my previous sentence gets chopped off. ;-) regards, - Carl -- ____________________________________________________________________ C. E. Hartung Business Development & Support Services http://www.cehartung.com/ carlh@cehartung.com Dover Foxcroft, Maine, USA Public Keys 68396713 & F8207216 Reg. Linux User #350527 http://counter.li.org/
Carl E. Hartung wrote:
On Wednesday 23 February 2005 21:50, James Knott wrote: <snip>
Also, please avoid including those double dashes in your messages. They're supposed to be the separator, between the message and signature, which means that anything following will be ignored in a reply.
Hi James,
The transition from message body to signature is accomplished by the combination [CR/LF or "New Line"] + [Dash] + [Dash] + [Space] + [CR/LF or "New Line"].
An "ellipsis" ("..." or "--") in the message body that doesn't meet that criteria completely won't be misinterpreted -- unless there's something wrong with the e-mail client. Click "reply" to see if the last half of my previous sentence gets chopped off. ;-)
No, your's is fine. In the message that I made those comments about, the double dashes were at the left end of the line, with nothing to the right and the rest of the message was cut off. I had to cut 'n paste from the original message, to include the relative info.
participants (3)
-
Carl E. Hartung
-
James D. Parra
-
James Knott