Monday, March 17, 2014

BLKRRPART: Device or resource busy - Linux error or similar message

Kernel can't permit you to explore newly added partitions without complete reboot of server. There are several ways to resolve it:

1.

partprobe [device]

2.

echo 1 > /sys/block//device/rescan

3.

hdparm -z \

4. etc.

After that you're able to create filesystem or use newly added partitons as you wish.

No comments:

Post a Comment