Results 1 to 5 of 5
My mythbuntu box has a remote storage across the network using NFS.
I've added _netdev in fstab, which works to an extent gives the system 90 seconds grace period and ...
- 07-16-2009 #1
mythbuntu, how to skip a mount point?
My mythbuntu box has a remote storage across the network using NFS.
I've added _netdev in fstab, which works to an extent gives the system 90 seconds grace period and adds the mount point after the network establish. But during boot instead of having the polish looking logo of mythbuntu it drops to the shell and trys to mount the nfs share but the network isn't up yet, it's trying to pull an ip, so it sits there and waits for it to time out and then skips and continues booting.
Is there anyway to skip this mount point but still have it re-mount after boot/logon to desktop?
- 07-18-2009 #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
- 8,975
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 07-19-2009 #3Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
I'd try adding the option noauto to the line; in theory, that should stop it from trying to mount at startup, but it then makes it a simpler commad to manually mount, or you can add the mount command to your user login script.
- 07-21-2009 #4
so how do I added to the rc.local?
Do I just put my command in like this?
Code:mount /var/lib/mythtv/recordings?
- 07-22-2009 #5Linux Guru
- Join Date
- Jan 2009
- Location
- Dover, NH
- Posts
- 1,633
If "user" is one of the fstab options, that should work. Otherwise, you might have to do "sudo mount ..." If you add "mount *" in the sudoers file as not requiring a password, then you should be able to use sudo to mount any partition from a script.


Reply With Quote
