monit-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [monit] How to check a device by its label ?


From: Philippe Muller
Subject: Re: [monit] How to check a device by its label ?
Date: Wed, 28 Apr 2010 18:02:39 +0200

Hi Martin,

Thanks to you, I justs discovered some great default udev rules.
By the way, udev also manages another directory on my debian systems : /dev/disk/by-label

Thanks!

Philippe Muller


On Wed, Apr 28, 2010 at 5:44 PM, Martin Pala <address@hidden> wrote:
Hi,

labels are not supported currently but you can use UUID of the filesystem like this:

 check filesystem with path /dev/disk/by-uuid/67544096-06a6-4f68-bed1-b03398641fb7

... there are also alternative names in /dev/disk/by-id/ and /dev/disk/by-path/ or you can use the mountpoint instead of device name.

Regards,
Martin


On Wed, Apr 28, 2010 at 10:55:30AM +0200, Philippe Muller wrote:
> Hi Monit !
>
> Instead of checking my devices by their name (/dev/sda1), I'd like to check
> them by their label (the one defined by the -L switch of mkfs.ext3 /
> mkfs.xfs).
> Is it possible? How?
>
> Thanks.
>
> Philippe Muller



reply via email to

[Prev in Thread] Current Thread [Next in Thread]