Dejal Home
Hi,
Is there a way to test Hard Drive connectivity ? - Sending an email notification when USB Drive is disconnected ?
Thanks
Again a custom script-based service could help with this. The simplest way could be to just look at the list of volumes, and get notified when they change (again, via a Change notifier):
ls /volumes
Re: Testing Hard drive
Hi,
Again a custom script-based service could help with this. The simplest way could be to just look at the list of volumes, and get notified when they change (again, via a Change notifier):
ls /volumes