ProgrammingThis forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.
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'm trying to write a script to detect if a USB drive mounted correctly. The problem I'm having is that the error code returned from mount /mnt/usb by $? when a drive is missing, is the same as if the drive has already been mounted, or is incompatible. I've tried getting $? from ls, du and df but they all respond with 0 whether the drive is there or not.
Does anyone know how to get around this? I just need to know if the drive mounted OK and if not what the problem was.
nixcraft - That is producing the same problem. If the USB drive has already been mounted, or is not plugged in (two very different state) then ST returns the same value of 32.
I'm just having a look at /etc/mtab as I think that hold a record of what is mounted and what isn't
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.