On 2016-03-10 01:07, Greg Freemyer wrote:
It's now been 3 hours since I rebooted with these lines in my fstab:
--- 10.200.3.230:/mnt/pacers1/kvm672/kvm672 /srv_new nfs rw,relatime,vers=3 0 0 /srv_new/sftp-container-large /srv/sftp ext4 _netdev,loop 0 0 /srv_new/portal_backup_container /home/portal_backup/portal_backup ext4 _netdev,loop 0 0 ---
I think you should try this way: 10.200.3.230:/mnt/pacers1/kvm672/kvm672 /srv_new nfs rw,relatime,vers=3,_netdev 0 1 /srv_new/sftp-container-large /srv/sftp ext4 loop 0 2 /srv_new/portal_backup_container /home/portal_backup/portal_backup ext4 loop 0 2 man mount _netdev The filesystem resides on a device that requires network access (used to prevent the system from attempting to mount these filesystems until the network has been enabled on the system). I thought that "_netdev" was exclusive of "nfs", but the manual doesn't say that. However, the "device" for your loop mounts will not appear till after the nfs share is mounted, anyway, so _netdev would not be needed. -- Cheers / Saludos, Carlos E. R. (from 13.1 x86_64 "Bottle" at Telcontar)