Go to file
Dan Smith 3c33e37d64 Avoid detecting FAT VBR as an MBR
The 1980s FAT filesystem has a VBR in the first sector, which looks
almost exactly like an MBR with zero partitions. To avoid detecting
these as MBRs, look for some extra attributes that indicate that the
structure is a VBR and avoid matching it as a GPT/MBR in that case.

We can add an inspector for this as a separate thing, but at the
moment we don't have that immediate need.

Closes-Bug: #2079850
Change-Id: Ibad87743b5a3b6469bd708d4caafe7911b045855
2024-09-06 09:34:29 -07:00
2024-05-01 11:45:51 +09:00
2019-04-19 19:27:54 +00:00
2018-07-04 08:28:15 +07:00
2024-07-23 23:23:55 +09:00
2022-05-26 17:54:28 +01:00
2019-02-13 14:28:34 +08:00
2020-02-10 18:35:07 +01:00
2024-05-01 11:45:51 +09:00
2024-07-22 08:01:45 -07:00

Team and repository tags

image

oslo.utils

Latest Version

Downloads

The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.

Description
OpenStack library utils
Readme 8.4 MiB
Languages
Python 100%