mirror of
https://github.com/vivier/EMILE.git
synced 2025-04-06 21:37:06 +00:00
Check map can be opened
This commit is contained in:
parent
b0838c149a
commit
9d5ff84740
@ -96,6 +96,11 @@ void diskinfo(char* device)
|
||||
|
||||
printf("%s:", device);
|
||||
map = emile_map_open(device, O_RDONLY);
|
||||
if (map == NULL)
|
||||
{
|
||||
fprintf(stderr, "Cannot read map of %s\n", device);
|
||||
return;
|
||||
}
|
||||
|
||||
ret = emile_map_geometry(map, &block_size, &block_count);
|
||||
if ((ret != -1) && verbose)
|
||||
|
Loading…
x
Reference in New Issue
Block a user