summaryrefslogtreecommitdiff
path: root/diskio-unix.cc
diff options
context:
space:
mode:
authorRoderick W. Smith <rodsmith@rodsbooks.com>2015-03-17 19:46:05 -0400
committerRoderick W. Smith <rodsmith@rodsbooks.com>2015-03-17 19:46:05 -0400
commit54f8fb17e64e09ca508d266356d9c6fd34a4fd4c (patch)
tree3dbbaccb5db64333c23a171c9c7c984c95986582 /diskio-unix.cc
parent50d3f8fcb214125c1d31c2955960615e9eab3d81 (diff)
downloadsgdisk-54f8fb17e64e09ca508d266356d9c6fd34a4fd4c.tar.gz
Version 1.0.0 release! Added some type codes and the -O/--print-mbr
option for sgdisk.
Diffstat (limited to 'diskio-unix.cc')
-rw-r--r--diskio-unix.cc3
1 files changed, 2 insertions, 1 deletions
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