Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I am looking for a way to check if a drive is plugged in but not mounted. I have a USB drive which I use as an offsite backup. I have a script which mounts the disk, does an rsync with the primary backup drive and then unmounts the drive and sends an email to the I.T department to say the backup is finished. What I want to do now is create a script that keeps checking if the drive has been unplugged and sends an email every 15 minutes or so as a reminder to disconnect the drive. I thought about checking the output of 'fdisk -l' and then using grep to check for the drive name (/dev/sdc) but was wondering if this is a sound way to do it or if there is a more specialized way to check this?
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.