From 54f8fb17e64e09ca508d266356d9c6fd34a4fd4c Mon Sep 17 00:00:00 2001 From: "Roderick W. Smith" Date: Tue, 17 Mar 2015 19:46:05 -0400 Subject: Version 1.0.0 release! Added some type codes and the -O/--print-mbr option for sgdisk. --- diskio-unix.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'diskio-unix.cc') diff --git a/diskio-unix.cc b/diskio-unix.cc index 388a04d..7be0bbe 100644 --- a/diskio-unix.cc +++ b/diskio-unix.cc @@ -253,7 +253,8 @@ int DiskIO::DiskSync(void) { i = ioctl(fd, BLKRRPART); if (i) { cout << "Warning: The kernel is still using the old partition table.\n" - << "The new table will be used at the next reboot.\n"; + << "The new table will be used at the next reboot or after you\n" + << "run partprobe(8) or kpartx(8)\n"; } else { retval = 1; } // if/else -- cgit v1.2.1