<tt><font size=2>Andrei Borzenkov <arvidjaar@gmail.com> wrote on
11/20/2015 09:40:35 AM:<br>
> 20.11.2015 20:08, Aaron_Wright@selinc.com пишет:<br>
> > I have a script that creates a partition (using pyparted) and
then tries<br>
> > to format it (using mkfs.ext4). Most of the time this works OK.
However,<br>
> > sometimes the format fails because it can't find the device.
There seems<br>
> > to be a race condition due to a delay between creating a partition
and the<br>
> > device node in /dev being created.<br>
> > Is there a tool in udev or udevadm that can help my script know
when it<br>
> > safe to proceed?<br>
> ><br>
> <br>
> If you want to be on safe side, the only safe way is probably to listen
<br>
> to kernel or udev events and wait until events for partitions appear.<br>
</font></tt>
<br><tt><font size=2>That what I was thinking, but I'm not super familiar
with kernel or udev events, so I just wanted to put out a feeler to see
if there was something that udev already did that I could use. Like "udevadm
<something>".</font></tt>