Recommended Posts

I have an issue on a server where a samba share keeps dropping but mount shows that it is there, but df will show that it is not

I create a script

check=`df|grep /dev/sda5|wc -l`

if [ $check -ne 0 ]

then

echo "sda2 is there"

else

echo "sda2 is not there"

fi

this is the basic outline.. is there a better way? (note I do not have the same share on this workstation so I substatuted a device I know would show up)

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...