0.7.2 release, includes new Linux type code & true GUID generation in
Windows
This commit is contained in:
@@ -230,7 +230,8 @@ void DiskIO::DiskSync(void) {
|
||||
platformFound++;
|
||||
#endif
|
||||
#ifdef __linux__
|
||||
sleep(2);
|
||||
sleep(1); // Theoretically unnecessary, but ioctl() fails sometimes if omitted....
|
||||
fsync(fd);
|
||||
i = ioctl(fd, BLKRRPART);
|
||||
if (i)
|
||||
cout << "Warning: The kernel is still using the old partition table.\n"
|
||||
|
||||
Reference in New Issue
Block a user