Results 1 to 2 of 2
Hello Everyone,
I have a question regarding NFS. I have a PXE booted linux setup via a ethernet network interface and the root file system is mounted from a another
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-29-2012 #1Just Joined!
- Join Date
- Nov 2012
- Posts
- 3
Linux question regarding NFS
Hello Everyone,
I have a question regarding NFS. I have a PXE booted linux setup via a ethernet network interface and the root file system is mounted from a another
linux host using that same ethernet network interface. When i try to change any ring parameters [using ethtool -G] associated with that ethernet interface link goes down
and comes up back. But my system becomes unresponsive. I think while link goes down and up rootfs will be lost.
can anyone please tell me is this expected or not? OR do we expect that rootfs would be mounted again and system should behave normally as it was before
Thanks
Manish
- 12-07-2012 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,152
Having your root file system on another system is inherently dangerous, and I think you are correct that when the link goes down, you lose it. When you boot, chroot to a file system in ramdisk if you don't have a physical drive. You can boot with a root fs image that is mounted into RAM. Then when you temporarily lose your network connection, you will still have your basic file system and commands, and then when it comes back up, links will be there for you.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote
