Oct
28
2010
In order to expand a Windows volume with Diskpart: C:\Documents and Settings\Administrateur>diskpart Microsoft DiskPart version 5.2.3790.3959 Copyright (C) 1999-2001 Microsoft Corporation. On computer: RADON DISKPART> select volume Y Volume 5 is the selected volume. DISKPART> extend DiskPart successfully extended the volume. DISKPART> exit Leaving DiskPart…
Tags: disk, diskpart, extend, partition, volume, Windows
Feb
25
2008
When modifying the partition table, fdisk usually returns the following error message: WARNING: Re-reading the partition table failed with error 16: Device or resource busy. The kernel still uses the old table. The new table will be used at the next reboot. Syncing disks. Partprobe from the "parted" package helps fixing this issue, avoiding a […]
Tags: avoid, fdisk, linux, partition, partprobe, Reboot, redhat, reload, table