I have an ISCSI target that I connect to and I can mount it after the network is up and I'm logged in, but I want to use fstab to automount but the network is not up when it tries to mount. I'm using the netdev option but still not working. I want to change the order of the fstab to come after the network has been established.
- /dev/mapper/mpatha /mnt/emmu-test xfs _netdev 0 0
How do I do that.Thanks in advanceJesper